@CHARSET "UTF-8";
/******* GENERAL RESET *******/
span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em,
ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
/border:0pt none;*/
font-family:inherit;
font-size: 100%;
font-style:inherit;
margin:0pt;
padding:0pt;
vertical-align:top;
}



.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/

/******* FORM *******/
#customForm{
	margin-top: 8px;
  padding: 0;
}
#customForm label{
	display: block;
	color: #000000;
	font-weight: 500;
	line-height: 1 em;
}
#customForm input{
	padding: 2px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 9px;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 225px;
	height: 35px;
	padding: 2px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 10px;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 5px; 
}
#customForm div span{
	margin-left: 3px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic; 
}
#customForm div span.error{
	color: #e46c6e;
}

.initial{
font-weight:bold;
background-image:url(../images/button_submit.jpg);
}

#customForm #send{
	width: 74px;
	height: 25px;
  background: url(../images/button_submit.jpg) no-repeat center top;
	color: #32423f;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: url(../images/button_submit_red.jpg) no-repeat center top;
}

#customForm #reset{
	width: 74px;
	height: 25px;
  background: url(../images/button_reset.jpg) no-repeat center top;
	color: #32423f;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}

#customForm #reset:hover{
	background: url(../images/button_reset_red.jpg) no-repeat center top;
}
#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}
/******* /FORM *******/
