﻿@charset "utf-8";
/* CSS Document */
body {
	background-image: url(../images/back.jpg);
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 913px;
	height: auto;
	overflow: hidden;
	margin: auto;
}
#wrapper #logo {
	height: auto;
	overflow: hidden;
}
#wrapper #welcome {
	height: auto;
	overflow: hidden;
	text-align:center;
}
#wrapper #main_container {
	width: 913px;
	background-image: url(../images/back_mid.png);
	background-repeat: repeat-y;
	height: auto;
	overflow: hidden;
	position: relative;
}
#wrapper #main_container #left_container {
	float: left;
	height: auto;
	width: 191px;
	position: relative;
}
#wrapper #main_container #left_container .menu {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0px 0px 0px 35px;
}
#wrapper #main_container #left_container .book {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	margin: 20px 0px 0px 35px;
}
#wrapper #main_container #left_container2 {
	float: left;
	height: auto;
	width: 220px;
	position: relative;
	margin: 0px 0px 0px 45px;
}
#wrapper #main_container #left_container2 .area {
	float: left;
	height: auto;
	width: 100%;
	position: relative;
	clear: both;
}
#wrapper #main_container #left_container2 .area .menutop {
	float: left;
	height: auto;
	width: 216px;
	position: relative;
	clear: both;
}
#wrapper #main_container #left_container2 .area .menumid {
	float: left;
	height: auto;
	width: 216px;
	position: relative;
	background-image: url(../images/poll_mid.png);
	background-repeat: repeat;
}
#wrapper #main_container #left_container2 .area .menumid .content {
	float: left;
	height: auto;
	width: 90%;
	position: relative;
	margin: 9px 0px 0px 13px;
	color: #000000;
	font-family: 11px;
}
#wrapper #main_container #left_container2 .area .menubuttom {
	float: left;
	height: auto;
	width: 216px;
	position: relative;
}
.font_frm {
	color: #17668d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.frm_txt {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#wrapper #main_container #right_container {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	overflow: hidden;
}
#wrapper #main_container #right_container .banner {
	float: right;
	height: auto;
	width: auto;
	position: relative;
	overflow: hidden;
	margin: 20px 27px 0px 0px;
}
#wrapper #footer {
	float: left;
	width: 913px;
	position: relative;
	overflow: hidden;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	min-height: 171px;
}
#wrapper #footer .content {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
#wrapper #footer .content h1 {
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
}
#wrapper #footer .content h1 a:link, a:visited, a:hover {
	color: black;
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	text-decoration: none;
}
#wrapper #footer .content .footerlink {
	color: #3a95c2;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;;
}
#wrapper #main_container #left_container3 {
	float: left;
	height: auto;
	width: 610px;
	position: relative;
	margin: 0px 0px 0px 45px;
}
.txt_mx {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
}
img {
	border: 0px;
}
.ans_txt {
	color: #FF0000;
}
lable {
	width: 200px;;
	height: auto;
}
.txt_box {
	width: 200px;;
	height: auto;
}

.thanks{
 background-color:#38A2D5; 
 color:#ffffff; 
 font-weight:bold; 
 width:350px; 
 text-align:center; 
 margin:auto; 
 padding:3px 0; 
 border:1px solid #ffffff;
 }
