/* CSS Document */
body{ 	margin:0px;	color:#000;	font-family: Arial, Helvetica, sans-serif;	font-size: 12px;	line-height: 17px;	}
span{	color:#000;	}				
a{
	color:#08A1CA;
	text-decoration:underline
}
a:hover{text-decoration:none}
.clear{ clear:both}
.dato{ color:#FF0000;}
.mid-body img{ border:0; padding:10px 17px;}


input {  
    background: none repeat scroll 0 0 #EAEAEA;
    border-color: #CBCFD3;
    border-right: 1px solid #CBCFD3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    height: 30px;
    padding: 5px;
	width:500px;
}
.bot input{ height: 30px;    width: 79px;}
textarea {  
    background: none repeat scroll 0 0 #EAEAEA;
    border-color: #CBCFD3;
    border-right: 1px solid #CBCFD3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    height: 100px;
    padding: 5px;
	width:500px;
}
#form_left {
	float: left;
	width: 300px;
}
#form_right {
	float: left;
	width: 300px;
}


