/* FORMATTAZIONE FINESTRA MAILTO*/
body.contentpane, body.contentpane p{
	font-size: 		11px;
	font-family: 	Arial, Helvetica, sans-serif;
	padding:		2px;
	margin: 		0;
	background:		#f3ddaa;
}
.componentheading {
	font-size:		18px;
	margin-bottom:	10px;
}
.btn_form{
	display: block;
	height: 20px;
	float: right;
}

.btn_form_apertura{
	display: block;
	height: 20px;
	width: 9px;
	float: left;
	background: url(../images/btn_form_apertura.gif) left no-repeat;
}

.btn_form_centro{
	display: block;
	height: 19px;
	width: auto;
	float: left;
	padding: 1px 10px 0px 0px;
	background: url(../images/btn_form_centro.gif) left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.btn_form_centro a{
	color: #FFFFFF;
	text-decoration: none;
}

.btn_form_chiusura{
	display: block;
	height: 20px;
	width: 22px;
	float: left;
	background: url(../images/btn_form_chiusura.gif) left no-repeat;
}

.btn_form_centro #submit{
	border:none;
	background:none;
	color:#fff;
	font-size:10px;
	cursor:pointer;
	width:auto;
	padding:0;
	margin:0;
	font-weight:bold;
}
