html {
	width:100%;
	height:100%;
}
table{
	border:0;
	padding:0;
}
body{
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
	font-family:verdana;
    background-repeat:repeat-x;
    /*background-color:#fffcce;*/  
    } 
#frame{
	 width:100%;
	 height:100%;
	 border:0;
	 padding:0;
}
#main{
	width:960px;
}
#header{
	font-size:9px; 
	color:#e6e6e6; 
	line-height:12px; 
	font-style:normal; 
	font-family:verdana, geneva, tahoma, helvetica, sans-serif; 
	letter-spacing:-1px; 
	text-decoration:none;
	width:960px;
	background:#000;
	height:20px;
}

#footer{
	text-align:right;
	font-size:12px;
	color:#fff;
}

	

#footer a{
	margin-right:12px;
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	color:#666;
	text-decoration:none;
}
#login{
	float:right;
	width:200px;
	height:200px;
	margin:10px;
}

#nomeForm{
	font-size:9px;
	background-color:#ffffff; 
	border:#000 solid 1px;
	width:170px; 
	height:16px;
	margin-top:20px;
	margin-left:15px;
	text-align:right;
	padding-right:1px;
}
#passForm {
	font-size:9px; 
	background-color:#ffffff; 
	border-color:black; border-style:solid; border-width:1px;
	width:170px;
	height:16px;
	margin-top:10px;margin-left:15px;
	text-align:right;
	padding-right:1px;
	color:#aaa;
}
#invia {
	font-size:9px; 
	background-color:#ccc; 
	border:#000 solid 1px; 
	width:170px; height:15px;
	margin-top:10px;margin-left:15px;
	text-align:center;
}
#invia input{
	cursor:pointer;
	text-indent:0;
	padding:0;
	margin-left:-15px;
}


#tipoForm {
	font-size:9px; 
	background-color:#ffffff; 
	width:170px;
	margin-top:10px;margin-left:15px;
	text-align:right;
	color:#aaa;
	
}


select.tipouser { 
    
font-size:10px; 
	background-color:#cdcdcd; 
	width:170px;
	color:#000000;
} 

input {
	height:15px;
	border-width:0px;
	background-color:#cdcdcd;
	text-transform:uppercase;
	font-size:9px; 
	color:#333; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:3px;
	margin:0px;
	padding:0px;
	line-height:1.5em;
}
.inputLabel {
	padding-right:15px;
	color:#636;
	font-weight:bold;
}
.topShadow{
	background:transparent url(immagini/topShadow.gif) no-repeat;
}
.botShadow{
	background:transparent url(immagini/botShadow.gif) no-repeat;
}
.leftShadow{
	background:transparent url(immagini/leftShadow.gif) repeat-y 2px 0;
}
.rightShadow{
	background:transparent url(immagini/rightShadow.gif) repeat-y 0 0;
}
