#redbox_2 {
	background: #CCB697 url(topline.gif) repeat-x center 39px; 
	position: fixed;
	right:10%;
	bottom:-422px;
	height:460px;
	width:390px;
	z-index: 300;
	font-size: 13px;
	color: white;
	
	background-color: #CCB697;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-top:3px solid #4D351D;
	border-left:3px solid #4D351D;
	border-right:3px solid #4D351D;
}
#redbox_2content {
	padding: 0 20px 20px 20px;
}
#redbox_2content ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:10px;
}
#redbox_2content div {
	clear: both;
	float: left;
}
#redbox_2content li {
	float: left;
	margin:0;
	padding:0;
}
#redbox_2content a {
	/*margin-right:20px;*/
	text-decoration: none;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: white;
	height:40px;
	line-height:40px;
/*	border-radius:4px;
	background-color: #661010;*/
}
#redbox_2content a:first {
	margin:0;
}
#redbox_2content a.selected {
	color: #4D351D;
	text-shadow: 1px 1px #777777;
}
#redbox_2content a:hover {
	text-shadow: 1px 1px #777777;
}

#redbox_2openclose {
	position: absolute;
	right:10px;
	top: 10px;
	border:none;
	outline:none;
	cursor:pointer;
	display:none;
}
#redbox_2content p {
	color:#4D351D;
}
#redbox_2content label {
	float:left;
	color:#4D351D;
	display:block;
	width:80px;
	height:22px;
	line-height:22px;
}
#redbox_2content label.error{
	color:#F00;
	width:220px;
	margin-bottom:12px;
}
#redbox_2content input[type="text"]{
	float:left;
	color:#4D351D;
	width:220px;
	margin-bottom:4px;
}
#redbox_2content input[type="submit"]{
	width:80px;
}
#redbox_2content textarea{
	float:left;
	color:#4D351D;
	width:220px;
	height:110px;
	resize:none;
}
.openclose_img { display:none; }

#redbox_2content ul li a{
	display: block;
	color: #ffffff; 
	text-decoration: none;
	border-left: 1px solid #4D351D;
	border-top: 1px solid #4D351D;
	border-bottom: 1px solid #4D351D;
	padding: 0 8px 0 8px;
	line-height: 28px;
	height: 28px;
	letter-spacing: 2px;
	text-transform:uppercase;
	padding-left: 20px;
	padding-right: 20px;
}
#redbox_2content ul li a.last{
	border-right: 1px solid #4D351D;
}
#redbox_2content ul li a:hover{
	background-color: #B99768;
	color: #4D351D;
	border-bottom: 1px solid #4D351D;
	/*padding: 0 8px 0 8px;*/
}
#kio-login #redbox_2content .selected,
#kio-forside #redbox_2content .selected,
#kio-galleri #redbox_2content .selected,
#kio-udstillinger #redbox_2content .selected,
#kio-kontakt #redbox_2content .selected {
	background-color: #CCB697;
	color: #4D351D;
	border-bottom: 1px solid #CCB697;
	/*padding: 0 8px 0px 8px;*/
}