@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #03374F;
	border-bottom: 1px solid #33FFFF;
	margin: 15px 0px 10px 0px;
	padding-bottom: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: auto;
	width: 960px;
	overflow: hidden;
	padding-bottom: 10px;
}
#top {
	background-image: url(../images/page_top_bg.jpg);
	height: 240px;
	position: relative;
}
#top .biolink {
	width: 120px;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 205px;
	left: 230px;
}
#top .biolink a {
	color: #FFFFFF;
	text-decoration: none;
}
#left  .formtable .inpt {
	background: #03374F;
	padding: 3px;
	width: 100%;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	overflow: auto;
}
#left .formtable {
	font-size: 12px;
	font-weight: bold;
	color: #3387B9;
	border-bottom: 1px solid #E4E4E4;
}
#left .questions p {
	font-size: 11px;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#left .questions {
	height: 530px;
	overflow: auto;
}
#left .formtable span {
	font-size: 11px;
	color: #999999;
}
#left {
	width: 473px;
	padding-right: 30px;
	padding-left: 7px;
	float: left;
}
#right {
	background: url(../images/page_top2_bg.jpg) no-repeat right top;
	float: left;
	width: 450px;
	padding-top: 80px;
}
#right .answers {
	background: url(../images/right_bg.jpg) repeat-y left top;
	width: 450px;
	background-color: #03374F;
	overflow: auto;
	height: 725px;
}
#right .answers .item {
	border-bottom: 1px solid #88F1F4;
	padding: 5px 10px;
	font-size: 11px;
	overflow: hidden;
	width: 410px;
}
#right .answers .item .w {
	font-weight: bold;
	color: #FFFFFF;
}
#right .answers .item .axn {
	background-image: url(../images/axn_logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#right .answers .item .joe {
	background-image: url(../images/joe.gif);
	background-repeat: no-repeat;
	background-position: left center;
}



#right .answers .item span {
	color: #88F1F4;
	display: block;
	width: 100px;
	clear: left;
	overflow: hidden;
	float: left;
	margin-top: 5px;
}
#right .answers .item p {
	display: block;
	float: left;
	width: 300px;
	color: #88F1F4;
	margin: 5px 0px 0px 0px;
}
#description {
	position:absolute;
	left:530px;
	top:120px;
	width:380px;
	height:180px;
	z-index:1;
	color: #FFFFFF;
	font-size: 11px;
}
#description h1 {
	font-size: 19px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#description p {
	margin: 3px 0px 0px 0px;
	line-height: 18px;
}
#popup-top {
	background-image: url(../images/popup_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
}
#popup-content {
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #333333;
	font-size: 11px;
	line-height: 17px;
}
#popup-content a {
	color: #336699;
}

#recaptcha_image {
	float: left;		
}
#recaptcha_input {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}
#recaptcha_input input{
	display: block;
	margin-top: 5px;
	width: 140px;
}
#recaptcha_reload_btn {
	
}
#custom_theme_widget {
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;		
	overflow: auto;
	padding: 5px 0px 5px 0px;
	width: 100%;
}
