#contacts ul, #contacts ol
{
	font-size:12px;
	line-height:16px;
}
#contacts ul
{
	list-style-type:square;
}
#contacts div
{
	clear:both;
}

#contacts form
{
	/*width: 500px;*/
	margin:0 auto 0 auto;
	padding: 0;
}
#contacts label
{
	width: 120px;  
	padding:4px 5px 0 0;
	margin:8px 0 0 0;
	display: inline;
	float: left;
	text-align: right;
	font-weight: bold;
	font-size:12px;
}
#contacts #autor label
{
	width:506px;
}
/*#contacts #privacy p
{
	overflow:hidden;
	padding:5px 0 5px 0;
	margin:0;
}*/
#contacts input, #contacts textarea, #contacts select
{  
	width: 400px;
	height:15px;
	padding:0;
	margin:12px 0 0 0;  
	display: inline;
	float: left;
	border:1px solid #cccccc;
}
#contacts textarea
{
	height:100px;
	background:url('../images/css/mail.jpg') top right no-repeat;
}
#contacts input.inputCheckbox
{
	border:none;
	width:auto;
}
#contacts input.send
{
	width: 120px;
	font-size:12px;
	line-height:16px;
	height:22px;
	color:#000000;
	background-color:#ffffff;
	float:left;
	margin:20px 0 10px 380px;
	padding:2px 2px 4px 2px;
}
#decorativa
{
	float:left;
	margin:0 10px 0 0;
	width:auto;
	/*border:3px solid #0080ff;*/
}
#mailform {
	width:600px;
	margin:0 auto 0 auto;
}

#contacts fieldset {
	width:400px;
	margin:20px auto 0 auto;
	padding:10px;
	border:1px solid #1E8800;
}
#contacts fieldset legend {
	padding:4px;
	background-color:#ffffff;
	color:#0080ff;
	border:1px solid #1E8800;
	font-weight:bold;
}
#contacts fieldset input{
	width:200px;
}
#contacts fieldset input.accesso{
	width: 120px;
	font-size:12px;
	line-height:16px;
	height:22px;
	color:#000000;
	background-color:#ffffff;
	float:left;
	margin:10px 0 10px 206px;
	padding:2px 2px 4px 2px;
}
#contacts fieldset #errorelog{
	text-align:center;
	color:#ff00ff;
	background-color:#ffffff;
	font-weight:bold;
}
#contacts fieldset label.lblallegato{
	width:80px;
}
#contacts fieldset #allegato{
	width:240px;
	height:auto;
}
#contacts fieldset #nome-all, #contacts fieldset #mail-all{
	width:240px;
}
#contacts fieldset #gifupload img{
	vertical-align:middle;
}