/******************** CONTACTS *************************/
/*textarea*/
.bottonContattiSend
{
	width:60px;
	background-color: #e1e1e1;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a98b2;
	border-width:1px;
	border-style: solid;	
	border-top-color: #cfdde9;
	border-left-color:#cfdde9;
	border-right-color:#cfdde9;
	border-bottom-color:#cfdde9;
	margin: 12 0 0 268;
}

#divContattiTop
{
	background-image:url(img/template/contatti_top.gif);
	background-repeat:no-repeat;
	height:35;
	clear:both;
	padding:0 0 0 0;
	width:590;
}

#divContattiMiddle
{
	background-image:url(img/template/contatti_middle.gif);
	background-repeat:repeat-y;
	clear:both;
	width:590;
}

#divContattiBottom
{
	background-image:url(img/template/contatti_bottom.gif);
	background-repeat:no-repeat;
	height:10;
	clear:both;
	width:590;
}

#divContattiLeft
{
	width:250;
	float:left;
	text-align:left;
}
#divContattiRight
{
	width:340;
	float:right;
}

#divContattiRight span, .divContattiRadiobutton span, .divContattiCampi span
{
	font-size: 11px;
	color:#7a7a7a;
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0 0 0 18;
}

#divContattiTop span, .lblContattiRisposta
{
	font-size: 11px;
	color:#7a7a7a;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight:bold;
}

.divContattiCampi input, .divContattiCampi select
{
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#7a7a7a;
	border-width:1px;
	border-style: solid;	
	border-top-color: #DBDBDB;
	border-left-color:#DBDBDB;
	border-right-color:#DBDBDB;
	border-bottom-color:#DBDBDB;
	width:230px;
	background-color:#ffffff;
	margin: 0 0 0 18;
}

#divContattiRight textarea
{
	width:310px;
	height:250px;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#7a7a7a;
	border-width:1px;
	border-style: solid;	
	border-top-color: #DBDBDB;
	border-left-color:#DBDBDB;
	border-right-color:#DBDBDB;
	border-bottom-color:#DBDBDB;
	background-color:#ffffff;
	margin: 0 0 0 18;
}