@charset "utf-8";
/* CSS Document */

body {
	background:url(img/sfondo_bodypopup.gif) top repeat-x #FFFFFF;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:7px 0px 7px 0px; 
}

#logo {
	background:url(img/logo_popup.gif) left top no-repeat;
	height: 120px;
}

#titolo {
	text-align:right;
	line-height:40px;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:0px 15px 0px 15px;
}

.form_r {
	padding:0px 10px 0px 10px;
}

label {
	text-align: right;
	width: 250px;
	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 #CCCCCC;
	margin:5px;
	font-size:15px;
}

a:link , a:active , a:visited {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color: #FF3333;
	text-decoration:none;
}

.campo {
	width:295px;
}

.campo_piccolo {
	width:263px;
}