@CHARSET "UTF-8";
/******* GENERAL RESET *******/


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: 1em;
}


/******* FORM *******/
#customForm{
	padding: 0px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	color: #797979;
}
#customForm label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}
#customForm input{
	width: 240px;
	padding: 4px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	width: 560px;
	height: 40px;
	padding: 2px;
	color: #adaeae;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	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: 10px;
	color: #b1b1b1;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}

#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 2*******/
#table2 table{
	padding: 0px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	color: #797979;
	text-align: left;
	vertical-align: text-top;
}

#table2 td{
	vertical-align: top;
	font-size: 12px;
}

#table2 input{
	width: 20px;
	color: #949494;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
}

#table2 label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}

#table2 #send:hover{
	background: #79a7f1;
}

#table2 #send{
	margin-top: 10px;
	width: 240px;
	padding: 4px;
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}


