@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: url(../images/body_bg.jpg) repeat-x left -20px;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
}
html,body{
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}
strong{
	font-weight: 700;
}
/******* GENERAL RESET *******/
h1{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 5px;
}
/******* LOGO *******/
#logo{
	margin: 10px 0;
	display: block;
	width: 226px;
	height: 37px;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 600px;
	margin: 5px auto;
	text-align: left;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm #formContainer{
	margin: 0;
	padding: 0;
}
#customForm #formContainer div.fieldCon{
	padding-top: 5px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
	float: left;
}
#customForm input{
	width: 98%;
	padding: 2px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm textarea{
	width: 99%;
	height: 50px;
	padding: 2px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div.colLeft{
	padding-top: 0;
	float: left;
	width: 48%;
}
#customForm div.colRight{
	padding-top: 0;
	float: right;
	width: 48%;
}
#customForm div span label.error{
	color: #E46C6E;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	padding-left: 5px;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send, #customForm #reset{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width: 80px;
	margin: 0 0 0 25px;
}
#customForm #send:hover{
	background: #79a7f1;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.errorMsg, #messageBox1{
	margin-top: 12px;
	padding: 7px 10px 5px;
	border: 1px solid #efefef;
	background: #e77776;
	color: #ffffff;
}
.errorMsg span, #messageBox1 span{
	font-weight: bold;
}
.errorMsg ul, #messageBox1 ul{
	list-style: square;
	padding: 3px 5px 0 13px;
	font-size: 11px;
}
.errorMsg ul li, #messageBox1 ul li{
	line-height: 1.6em;
}
#errorfree {
	border:1px solid #64992C;
	color: #FFFFFF;
	margin-top: 12px;
	padding: 7px 10px 5px;
	background: #99CC00;
	font-weight: bold;
}
.star {
	color: #FF0000;
}
span.detailTxt {
color:#B1B1B1;
font-size:11px;
font-style:italic;
line-height: 1.5em;
}
/******* /FORM *******/
