/* @override http://localhost:8888/css/style.css */

body {
	margin: 0;
	padding: 0;
	color: #003399;
	text-align: center;
	background-color: #fff;
	font: 14px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

body, a, td, div, p, h1, h2 {
	
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

img a {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #273589;
	text-decoration: none;
}

a:hover {
	color: #103795;
	text-decoration: underline;
}

.col {
	float: left;
}

.row {
	clear: both;
}

#container {
	width: 800px;
	height: 750px;
	text-align: left;
	display: inline-block;
}

p {
	margin: 5px 0;
	padding: 0;
}

.center {
	text-align: center;
}

#title {
	width: 800px;
	height: 114px;
}

#left {
	width: 420px;
	height: 556px;
	position: relative;
	background-image: url(../images/left.jpg);
}

#right {
	width: 380px;
	height: 556px;
}

#right .one {
	width: 380px;
	height: 256px;
}

#right .two {
	width: 380px;
	height: 176px;
	position: relative;
	background-image: url(../images/right2.jpg);
}

#right .two .content_one{
	position: absolute;
	top: 20px;
	left: 12px;
	width: 140px;
	font-weight: bold;
	line-height: 22px;
}

#right .two .content_two{
	position: absolute;
	top: 20px;
	left: 176px;
	width: 184px;
	font-weight: bold;
}

#right .two .content_two .smaller{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

#right .three {
	width: 380px;
	height: 91px;
	position: relative;
	background-image: url(../images/right3.jpg);
}

#right .three .content_one{
	width: 370px;
	height: 40px;
	position: absolute;
	top: 7px;
	left: 0;
	text-align: center;
	font-weight: bold;
}

#right .three .content_two{
	width: 380px;
	height: 33px;
	position: absolute;
	left: 0;
	text-align: center;
	top: 53px;
	font-weight: bold;
	color: #000066;
}

#right .four {
	width: 380px;
	height: 33px;
}

#footer {
	width: 380px;
	height: 80px;
}

.not_bold {
	font-weight: normal;
	font-style: normal;
}

/* @group form */

input {
	text-align: left;
	font-size: 14px;

}

form ul {
	padding: 0;
	list-style-type: none;
	margin: 50px 0 0;
	display: inline-block;
	width: 420px;
}

form ul li {
	padding: 0;
	list-style-type: none;
	float: left;
	width: 420px;
	height: 25px;
	margin: 0 0 5px;
	position: relative;
}

ul.form_main li label {
	width: 124px;
	display: block;
	text-align: right;
	float: left;
	position: relative;
	top: 4px;
}

ul.form_main li label.error {
	width: 150px;
	display: block;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 370px;
	line-height: 22px;
	background-color: #0b177d;
	color: #fff;
	z-index: 50;
}

ul.form_main li input {
	width: 150px;
	display: block;
	float: left;
	border: 1px solid #999999;
	margin-left: 20px;
}

ul.form_main li input.long {
	width: 200px;
}

ul.form_main li input.short {
	width: 80px;
}

ul.form_main li input.x_short {
	width: 40px;
	margin-left: 10px;
}

ul.form_main label.x_short {
	width: 60px;
}

ul.form_main select {
	width: 50px;
	margin-left: 10px;
}

ul.form_choices li {
	width: 395px;
	margin-left: 25px;
}

ul.form_choices li .question{
	width: 290px;
	
}

ul.form_choices li .radios{
	width: 105px;
	
}

ul.form_choices li input{
	width: 18px;
	margin-left: 13px;
}

#left .disclaimer{
	font-size: 11px;
	text-align: center;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

#left .submit{
	text-align: center;
}

/* @end */

