/*
 Authors: Francesco Maiorano
 frmaiorano@gmail.com
 
 Giuseppe Migliozzi
 g.migliozzi@mediasoul.it
 
 Media Soul Team Project
 info@mediasoul.it
 
 */ @charset "utf-8";
/* CSS Document */
.formReg {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: #333;
}

.formReg legend {
    margin-bottom: 20px;
    color: #F60;
    font-size: 16px;
    font-weight: bold;
}

.formReg ul {
    clear: both;
}

.formReg ul li {
    float: left;
}

.formReg ul li._1 {
    width: 250px;
    height: 30px;
}

.formReg ul li.error-reg {
	padding-left:4px;
    background: #9EB0C4;
    color: #FF6600;
    height: 18px;
    width: 290px;
}

.formReg p{
	color:#333333;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;
min-height:110px;
padding-bottom:10px;
width:680px;
text-align:justify;
}
p.privacy {
	height:107px;
margin-bottom:20px;
margin-top:20px;
overflow:auto;
padding:0 10px;
text-align:justify;
width:415px;
}
.formReg table tr td {
	width:210px;
	text-align:center;
}
.formReg table tr td.radio {
	padding-bottom:20px;
	}
.registrati {
	width:133px;
	height:24px;
	padding-bottom:4px;
	color:#fff;
	background: url(../images/tasti/lungo_blu.png) no-repeat;
	border:none;
	font-weight:bolder;
}
.registrati:hover {
	background: url(../images/tasti/lungo_grigio.png) no-repeat;
	}
input.error {
	/*
border:solid 2px;
border-color:#333;
*/
}
#sez {
	font-weight:bold;
padding-bottom:8px;
	}

