td.contatti{
	background-color:#E0DBC8;
	text-align: left;
}
td.contattilat {
	background-image:url('/foto/sinistra.gif');
	background-repeat:no-repeat;
	background-position: center;
	text-align: left;
}
td.contatti  { 	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #59421f;
	font-weight:bold;
	text-align:left;
	margin: 15px;
} 
#layperscontatti{
width:520px;
text-align:left;	
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color: #59421f;
	margin:15px 10px 15px 10px;
}
.cssform p{
width: 420px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 230px;
font-size:10px;
}

.cssform textarea{
width: 300px;
height: 150px;
font-size:10px;
}
.cssform select{
font-size:10px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
.dropcontent{width:100%;}

blockquote {
border-top: dotted 1px #000;
border-bottom: dotted 1px #000;
width: 100%;
font-size:8px;
margin: 0px;
padding: 3px;
quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }
