@charset "utf-8";
/* CSS Document */

#customForm{  
    padding: 0 10px 10px; 
	width:700px; 
}  
#customForm label{  
    /*display: inline;*/  
    color: #757575;  
    font-weight: 700; 
    /*line-height: 1.4em;*/ 
	font-size:14px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;  
}  
#customForm input{  
    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 textarea{  
    padding: 6px;  
    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;  
}  
#customForm #send{  
    background: #FF5B3B;  
    color: #fff;  
    font-weight: 700;  
    font-style: normal;  
    border: 0; 
    cursor: pointer; 
	
}  
#customForm #send:hover{  
    background: #6D84C7;  
}  
#error{  
    margin-bottom: 20px;  
    border: 1px solid #efefef;  
	width:520px;
}  
#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 *******/  
.clear{  
    clear: both;  
    height: 0;  
    visibility: hidden;  
    display: block;  
}  

.label {
width:275px;	
float:left;
	}
	
	
.form h4 {
font-size:1.2em;
color: #6D84C7;
font-family: Arial,  Verdana, Helvetica, sans-serif;
/*font-family:  Georgia, Arial, sans-serif;*/  
	}
	
.form_element{
	width:530px;
	float:left;
}

.checkboxes {
	float:left;
	width:490px;
	margin:0px 0 0 20px;	
}

.checkboxes input {
	padding:0;
	margin:15px -100px 0 -100px;
	overflow:hidden;
}