@CHARSET "UTF-8";
/******* GENERAL RESET *******/

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* FORM *******/
#customForm, #customForm_as{
	padding: 0 10px 10px;
}
#customForm label, #customForm_as label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1em;
}
#customForm input[type=text],#customForm_as input[type=text] , #customForm input[type=password], #customForm_as input[type=password] {
	width: 220px;
	padding: 4px;
	color: #949494;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}

#customForm select,#customForm_as select{
	width: 220px;
	padding: 6px;
	color: #949494;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}

#customForm input.error,#customForm_as input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea, #customForm_as textarea{
	width: 220px;
	height: 90px;
	padding: 6px;
	color: #adaeae;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}
#customForm textarea.error,#customForm_as textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div,#customForm_as div{
	margin-bottom: 15px;
}
#customForm div span,#customForm_as div span{
	margin-left: 5px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error,#customForm_as div span.error{
	color: #e46c6e;
}
#customForm .send,#customForm_as .send{
	font-family:verdana;
	font-size:8pt;
	font-weight: bold;
	color: #000;
	background-color: #ff5555;
	letter-spacing: 1px;
	text-align: center;
	padding: 4px;
	width: 150px;
	border: 1px solid #000000;
	cursor:pointer;
	vertical-align:bottom;
	float:left;
	margin-top:4px;
	margin-right:10px;
	margin-bottom:20px;
}
#customForm .send:hover,#customForm_as .send:hover{
	
}

#customForm .errorInfo,#customForm_as .errorInfo{
	color:#f00;
}

#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;
}

/* -------- simpleCaptcha styles --------- */

/******* /FORM *******/