@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66908f;
}
.text a, text a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
}
.text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999966;
}
#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66908f;
}
#footer{
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #83abaa;
}
.copyright{
	font-family: Verdana;
	font-size: 10px;
	color: #83abaa;
}
#form_bg_layer1{
	background-image: url(images/section_top_title.jpg);
	background-repeat: no-repeat;
	width: 360px;
	background-position: top;
}
#form_bg_layer2{
	background-image: url(images/section_bottom_light.jpg);
	background-repeat: no-repeat;
	width: 360px;
	background-position: bottom;
}
#form_table{
	width: 330px;
	padding: 15px;
}
.form_title{
	font-size: 18px;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	color: #217297;
	text-align: left;
	padding-left: 60px;
}
.form_help, .form_help a, .form_help a:visited{
	font-family: verdana;
	font-size: 10px;
	color: #999966;
}
.form_help a:active, .form_help a:hover{
	font-family: verdana;
	font-size: 10px;
	color: #993333;
}

input, select{
	
	font-family: verdana;
	font-size: 10px;
	color: #237398;
	text-align: left;
}
.err {
	color: #237398;
	background-color: #ffd5f5;
	font-size: 10px;
	font-family: Verdana, Arial;
    border: 1px solid #7f9db9;
    height: 15px;
    text-align: left;
}
div#qTip {
  padding: 3px;
  border: 1px solid #bbe4e3;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background:#ecf9f9;
  color: #5e6504;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}

