body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	padding-left:0em;
	cursor:default;
	
	
}
html,body{
	height:100%;
	/*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: 16px;
	line-height: 1.2em;
	border-bottom: 1px dotted #6b9ef1;
	color: #5f95ef;
	margin-bottom: 1em;
	padding-top:1em;
	padding-left:1em;
}


h2{
	font-weight: 500;
	font-size: 15px;
	color:#6F023C;
	margin-bottom: 1em;
}

/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* CONTAINER *******/
#container{
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	
	padding:0em 0em 0em 0em; border:1px solid; text-align:left;
	background-color:#FFFFFF;
	
}
/*
h2 {padding-top:2em; border:1px solid}
h3 {padding-right:2em; border:1px solid; text-align:right}
h4 {padding-bottom:2em; border:1px solid}
h5 {padding-left:2em; border:1px solid} 
/******* /CONTAINER *******/
/******* FORM *******/
#customForm{
	padding: 10px 10px 10px 10px;
}
#customForm label{
	display: block;
	color: #0F0F0F;
	font-weight: 700;
	line-height: 1.4em;
}

#customForm input{
	width: 350px;
	padding: 6px;
	
	 color:#0080C0;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	
}




#customForm file{
	width: 220px;
	padding: 6px;
	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 select.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#customForm textarea{
	width: 400px;
	height: 80px;
	padding: 6px;
	color: #141414;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}


#customForm select{
	width: 220px;
	padding: 6px;
	color: #2B2B2B;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #cecece;
}

#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#customForm div span{
	margin-left: 10px;
	color: #202020;
	font-size: 11px;
	font-style: italic;
}
#customForm div span.error{
	color: #e46c6e;
}
#customForm #send{
	background: #6f9ff1;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#customForm #send:hover{
	background: #79a7f1;
}
#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;
}

.redalert {
color:#FF0000;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-size: 14px;
	
}
/******* /FORM *******/