@charset "UTF-8";
/* CSS Document */

/*css ereditati*/
/*Contentitore - body - trasparent image*/

#Contenitore #MascheraForm{width:600px;margin-left:150px;margin-right:150px;}

#Contenitore #MascheraForm #Corpo{background: transparent url("../aImage/Fondo600x390.png") no-repeat;z-index:1;height:390px;}
#Contenitore #MascheraForm #Corpo #forme{height:150px;padding-top:200px;padding-left:180px;padding-right:150px;clear:both;}

#Contenitore #MascheraForm #Corpo #forme #usercont{width:300px;height:30px;clear:both;}
#Contenitore #MascheraForm #Corpo #forme #usercont #user{width:100px;height:30px;float:left;}
#Contenitore #MascheraForm #Corpo #forme #usercont #userinsert{width:120px;height:30px;float:left;}

#Contenitore #MascheraForm #Corpo #forme #passcont{width:300px;height:30px;clear:both;}
#Contenitore #MascheraForm #Corpo #forme #passcont #pass{width:100px;height:30px;float:left;}
#Contenitore #MascheraForm #Corpo #forme #passcont #passinsert{width:120px;height:30px;float:left;}

#Contenitore #MascheraForm #Corpo #forme #buttoncont{width:300px;height:30px;clear:both;}
#Contenitore #MascheraForm #Corpo #forme #buttoncont #buttonspace{width:100px;height:30px;float:left;}
#Contenitore #MascheraForm #Corpo #forme #buttoncont #buttonbutton{width:120px;height:30px;float:left;}

#Contenitore #menu #bianco{width:150px;height:30px;float:left;}
#Contenitore #menu #titpartner{background: transparent url("../aImage/partnerareaform.png") no-repeat;z-index:1;height:30px; width:300px;float:left;}
#Contenitore #menu #sottomenu1{width:440px;height:14px; margin:5px;float:right;}
#Contenitore #menu #sottomenu1 #menuh{width:260px;float:left;}
#Contenitore #menu #sottomenu1 #menuh1{width:80px;float:left;}

/*menu*/
a.scelta:link{color:#9A9A9A;text-decoration: none;}
a.scelta:visited{color:#660000;text-decoration: none;}
a.scelta:hover{color:#000066;text-decoration: overline;}
/*immagine*/
#inFront {display:block;width:300px;height:250px;position: absolute;left:50%;top:160px;margin-left: -100px;
background: transparent url("../aImage/imPartner.png") no-repeat; z-index:1;}

/*pulsante*/
/*#Contenitore #MascheraForm #Corpo #forme*/ input.pulsez {
width: 75px;
height: 18px;
background: transparent url("../aimage/submit.png");float:left; border:none;}
/*#Contenitore #MascheraForm #Corpo #forme*/ input.pulsez:hover {
background-position: top right;border:none;}

/*testo form*/
.testoform{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

#Contenitore #MascheraForm #Corpo #forme #msgerror{height:0px; text-align:center; color:#BB0000;background: transparent url("../aImage/puntina.png") no-repeat; z-index:1; vertical-align: middle; visibility:hidden;}

