@charset "utf-8";
/* CSS Document */

.form_r {
	padding:0px 10px 0px 10px;
}

label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
	float: left;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:6px;
	margin-bottom:3px;
	/* margin-bottom: 10px; */
}

input , select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	border:1px solid #CCCCCC;
	background: url(img/sfondo_input.gif) bottom repeat-x #FFFFFF;
}

.botton {
	border:1px solid #CCCCCC;
	background: url(img/sfondo_button.gif) bottom repeat-x #FFFFFF;
	height:30px;
	padding:5px;
	width:150px;
}

hr {
	width:95%;
	border: 0px;
	color: #c0cdd9;
	background: #c0cdd9;
	margin: 0;
	height:1px;
	text-align:left;
}

.errore {
	text-align:center;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

.ok {
	text-align:center;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#669900;
}

h2 {
	color:#FF6600;
	border-bottom:1px solid #babac2;
	margin:5px;
	font-size:15px;
}

.normal {
	color:#FF6600;
	border-bottom:0px;
	margin:5px 5px 5px 0px;
	font-size:15px;
}

.campo {
	width:295px;
}

.campo_piccolo {
	width:263px;
}
