body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color:#FFF;
}

.pageWrap{
	width:980px;
	margin:0 auto;
}

.clear{
	clear:both;
	height:1px;
}
.header{
	height:233px;
	background-image: url(/img/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.menu{
	float:left;
	width:193px;
	margin:0;
	padding:0;
	background-color:#f8bb00;
}
.menu ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu ul li{
	margin:0;
	padding:0;
	background-color:#f8bb00;
	background-image: url(/img/menu_line.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.menu ul li a{
	margin:0;
	padding:0 0 3px 28px;
	width:165px;
	display:block;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;	
}
.menu ul li a:hover{
	color:#900;
}
.menu ul li.menuTitle{
	margin:0;
	padding:0;
	height:50px;
	background-repeat:no-repeat;
	background-position:top center;
}

.contents{
	float:left;
	width:500px;
	padding:0 25px 0 50px;
	margin:0;
}
.contents h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height:50px;
	color: #f59908;
	text-decoration: none;
}
.contents p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #46505b;
	text-decoration: none;
}
.contents h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height:30px;
	color: #f59908;
	text-decoration: none;
}
.contents h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height:50px;
	color: #46505b;
	text-decoration: none;
}
.contents .box, .contents form{
	width:100%;
	height:97px;
	margin:0;
	padding:0;
	display:block;
	background-image: url(/img/box_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
.contents .box label{
	width:155px;
	float:left;
	margin:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #46505b;
	line-height:20px;
}

.contents ul li {
	color: #46505B;
}


.input_text{
	width:150px;
	height:20px;
	border:1px solid #9A9A9A;
}

.contents .box .checkbox{
	width:200px;
	height:20px;
	display:block;
	margin:0 0 0 5px;
	padding:0
}

.inputs{
	float:left;
	margin:0px;
	padding:0px;
	border:none;
}

* html .inputs{
	margin-top:30px;
	padding-top:30px;
	border:none;
}

.smallsubmit_button{
	width:39px;
	height:67px;
	margin:0;
	padding:0;
	position: relative;
	top:-50px;
	left:420px;
	border:none;
	background-image:url(/img/box_button.jpg);
	background-repeat:no-repeat;
	font-size:1px;
}

* html .smallsubmit_button{
	width:39px;
	height:67px;
	margin:0;
	padding:0;
	position: relative;
	top:-65px;
	left:400px;
	border:none;
	background-image:url(/img/box_button.jpg);
	background-repeat:no-repeat;
	font-size:1px;	
}

*+html .smallsubmit_button{
	width:39px;
	height:67px;
	margin:0;
	padding:0;
	position: relative;
	top:-50px;
	left:420px;
	border:none;
	background-image:url(/img/box_button.jpg);
	background-repeat:no-repeat;
	font-size:1px;	
}


.banners{
	float:left;
	width:210px;
	margin:25px 0 0 0;
	padding:0;
	text-align:right;
}

.footer{
	padding:15px 0 15px;
	background-color:#46505b;
	text-align:center;
	color:#f8bb00;
}
.footer a{
	font-size:12px;
	line-height:20px;
	color:#FFF;
	padding:0 5px 0 5px;
}
.footer a:hover{
	color:#f8bb00;
}
.menu ul li.menuTitle{
	background-image: url(/img/butt_menu.jpg);
	background-repeat:no-repeat;
}
