html{
width:100%;
height:100%;
}
body{
width:100%;
height:100%;
margin:0px;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
background:url(../gfxsito/bg.jpg) fixed center center no-repeat #BBE6F8;
}
a{
color:#FFDF00;
text-decoration:none;
}
a:hover{
color:#FFFF00;
}
#extWrapper{
}
#wrapper{
width:980px;
}
#flashTop{
width:980px;
height:375px;
float:left;
margin-top:10px;
}
#menu{
width:980px;
height:112px;
float:left;
margin-top:20px;
}
#utility{
width:980px;
height:62px;
float:left;
margin-top:20px;
}
.box{
width:481px;
height:40px;
float:left;
padding-top:22px;
color:#FFFFFF;
}
#greenbox{
background:url(../gfxsito/greenbox.gif) no-repeat;
margin-right:18px;
}
#greenbox form{
display:inline;
}
#greenbox IMG{
vertical-align:middle;
}
#orangebox{
background:url(../gfxsito/orangebox.gif) no-repeat;
}
#foot{
width:980px;
font-weight:bold;
float:left;
margin-top:20px;
color:#4D83E4;
padding-bottom:10px;
text-align:center;
}
.input_email{
width:150px;
margin-right:5px;
border:1px solid #777777;
color:#666666;
}
.input_pulsante{
border:1px solid #777777;
background:#CDB4B4;
color:#666666;
cursor:pointer;
}
.error{
color:yellow;
text-decoration:blink;
}