@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{
	
	line-height:14px;
	font-size: 14px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
	overflow: hidden;
}
html,body{
	height:100%;
	text-align: center;
	color:#F9F9F9
}
.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: 16px;
	line-height: 1.2em;
	border-bottom: 1px dotted #CC3300;
	color:#CC3300;
	margin-bottom: 1em;
	background-color: #ffffff
}
h2{
	font-weight: 600;
	font-size: 12px;
	line-height: 1.5em;
	color:#666666;
	margin-left: 1em;	
	margin-bottom: 1em;
	margin-right: 1em;	

}



/******* CONTAINER *******/
#container{
	width: 640px;
	margin: 10px auto;
	text-align: left;
	background-color:#F9F9F9;
	border-bottom: 1px dotted #CC3300;
}
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 0 10px 10px;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 220px;
	padding: 5px;
	color: #000000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #333333;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 15px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: normal;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background:#333333;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #CC3300;
}
#error{
	margin-bottom: 20px;
	border: 0px solid #efefef;
	width:95%
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 12px;
}
#error ul li{
	list-style-position:inherit;
	line-height: 1.6em;
	color:#333333
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color:green;
	font-size:medium;
}
/******* /FORM *******/