/*
	Authors: Francesco Maiorano
			frmaiorano@gmail.com
			
			Giuseppe Migliozzi
			g.migliozzi@mediasoul.it
			
			Media Soul Team Project
			info@mediasoul.it
			

*/

.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:110px;
	height:30px;
}
.formReg ul li.error-reg {
	padding-left:4px;
    background: #9EB0C4;
    color: #FF6600;
    height: 18px;
    width: 154px;
}
.formReg p{
	color:#333333;
font-family:Verdana,Geneva,sans-serif;
font-size:11px;
min-height:110px;
padding-bottom:10px;
width:418px;
}
.recupera {
	width:133px;
	height:24px;
	padding-bottom:4px;
	color:#fff;
	background: url(../images/tasti/lungo_blu.png) no-repeat;
	border:none;
	font-weight:bolder;
}

.recupera:hover {
	background: url(../images/tasti/lungo_grigio.png) no-repeat;
		
}
