/* FORM CONTATTI */

#formContact {
	width:524px;
	float:right;
	font-size:11px;
	color:#333;
}
#colContact {
	width:180px;
	height:300px;
	float:left;
	font-size:11px;
	color:#333;
}
#formContact a, #colContact a {
	text-decoration:underline;
	color:#000;
}
#formContact a:hover, #colContact a:hover {
	text-decoration:none;
	color:#999;
}

/* pulizia dei float*/
#formContact:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	_height: 1%;
}
*:first-child+html #formContact {
	min-height:1px;
}
/* fine della pulizia*/

#formUl {
	list-style:none;
	margin:0;
	padding:0;
	width:240px;
}
/* pulizia dei float*/
#formUl:after {
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	_height: 1%;
}
*:first-child+html #formUl {
	min-height:1px;
}
/* fine della pulizia*/

#formUl li {
	margin:5px 0;
	float:left;
}
#formUl input {
	float:right;
	width:154px;
	color:#333;
}
#formUl label {
	float:left;
	width:80px;
	font-weight:bold;	
}

#radio, #radio2{
	float:left;
	list-style:none;
	margin-top:30px;
	display:block;
	width:100%;
}

#radio li, #radio2 li {
	float:left;
	width:173px;
	margin-top:5px;
}
#radio2 li {
	width:400px;
}
#textArea {
	clear:both;
	padding:30px 0;
}
#textArea label{
	float:left;
	width:78px;
	font-weight:bold;
}
#textArea textarea{
	float:right;
	width:440px;
	height:70px;
	font-size:11px;
}
/* Colonne di testo */
.floatRight, .floatLeft {
	width:49%;
	margin:15px 0px;
	font-size:11px;
	color:#333;
	line-height:16px;
}


.floatRight {
	float:right;
}
.floatLeft {
	float:left;
}
.floatSx {
	float:left;
}
.floatDx {
	float:right;
}
.mailOk,
.mailError {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:green;
	margin:10px 0;
}
.mailError {
	color:red;
}
.checkBox {
	clear:both;
	padding:15px 0;
	text-align:right;
}