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

#form_block{
	height:440px;	
}


#form_elements{
	width:304px;	
}

#form_elements label{
	font-family:"Tahoma",Arial,Helvetica,sans-serif;
	display:inline;
	float:left;
	width:100px;	
}

#form_elements input[type="text"]{
	width:200px;
	float:left;
	background:#FFF3D7 none repeat scroll 0 0;
	border:1px solid #F19400;
	color:#000000;
	font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:100%;
	margin-bottom:5px;
}

#form_elements select{
	width:130px;
	float:left;
	background:#FFF3D7 none repeat scroll 0 0;
	border:1px solid #F19400;
	color:#000000;
	font-family:"Tahoma",Arial,Helvetica,sans-serif;
	font-size:100%;
	margin-bottom:4px;
}

#obbligatori{
	margin-top:15px;
	margin-bottom:15px;
	font-size:10px;
}

#buttons{
	width:100%;
	text-align:center;
}

#buttons #invia{
	margin-right:50px;
}

#buttons a{
	color:#F60;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#buttons a:hover{
	color:#F60;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#un_form_block{
	height:440px;	
}

#un_buttons{
	width:304px;
	text-align:center;
	margin-top:20px;
}

#un_buttons a{
	color:#F60;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#un_buttons a:hover{
	color:#F60;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}


