@charset "UTF-8";
/* CSS Document */

body {
	background-color:#BFAF9E;
}

#content_area {
	border-right:8px solid #FFFFFF;
	border-left:8px solid #FFFFFF;
	border-bottom:8px solid #FFFFFF;
	background-color:#8c7052;
	background-image:none;
}

#videobox-orange {
	width:500px;
	margin-left:10px;
}

.list {
	width:400px;
	text-align:left;
	background-image:url("/images/box/orangebox_mid.gif");
	background-position:top;
	background-repeat:repeat-y;
}

#list a {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-decoration:none;
	line-height:1.5em;
	padding-left:30px;
}
#list a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.browntext {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#663300;
}

.title {
	font-family:'Century Gothic', Tahoma, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#663300;	
	
}


.inputForm {
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	font-size:14px;
	color:#663300;
	padding:5px 10px 5px 10px;
	margin:0px;
	border-bottom:1px solid #663300;
	border-top:0px;
	border-right:0px;
	border-left:0px;
}
.inputForm_Border {
	font-family:"Century Gothic", Verdana, Arial, sans-serif;
	font-size:14px;
	color:#663300;
	padding:5px 10px 5px 10px;
	margin:0px;
	border:1px solid #663300;
}