/*  FORM  */

#form_view input {	
		border-left:1px solid #c4c4c4;
		border-top:1px solid #a4a4a4;
		border-bottom:1px solid #eeeeee;
		border-bottom:1px solid #f5f5f5;
		padding:2px;
		font-size:11px;
}

#form_view textarea {	
		border-left:1px solid #c4c4c4;
		border-top:1px solid #a4a4a4;
		border-bottom:1px solid #eeeeee;
		border-bottom:1px solid #f5f5f5;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		width:190px;
		padding:2px;
		font-size:11px;
		
}

div#separator {
        padding-top:20px;
}

div#separator label {
        font-size:18px;
}

hr#separator {
        border:0; 
        border-bottom:1px solid #666666;
}

#submit_form input { border:none;}

#submit input {border: none; padding-top:10px;
}

div#radio input {border: none; }




