/* CSS Document */
/*
@name: css/bellini.css
@desc: css generale
@author: Massimo Pecoraro
@lastauthor: Massimo Pecoraro
*/

* {
margin: 0;
padding: 0;
}

html, body{
margin:0px;
padding:0px;
height:100,1%;
}

body{
background-color:#dfe8f3;
margin:0;
width:100%;
text-align:center;
}
#contenitore{
text-align:center; 
margin:0 auto auto;
}

img {
border:none;
}

#top{
background-image:url(../images/top.gif); 
width:751px; 
height:295px; 
margin:0;
padding: 0;
text-align:center;
}

#menu{
background-image:url(../images/menu.gif); 
width:751px; 
height:34px; 
margin:0;
padding: 0;
text-align:center;
}

#corpo{
background-image:url(../images/corpo.gif);
width:751px; 
height:484px; 
margin:0;
padding: 0;
text-align:center;
}

#footer{
background-image:url(../images/footer.gif); 
width:751px; 
height:61px; 
margin:0;
padding: 0;
text-align:center;
}

.font1{
font-family:Georgia, 'Times New Roman', Times, serif; 
font-size:22px; 
color:#993300;
}

.font2{
font-family:'Trebuchet MS'; 
font-size:13px; 
font-style:italic; 
color:#996600;
}

.font3{
font-family:'Trebuchet MS'; 
font-size:14px; 
color:#333333;
}

form{
clear:both;
width:300px;
padding:5px 0;
margin:20px 0 0;
color:#000033;
font-size:12px;
}


fieldset{
border:none
}

fieldset div{
float:right;
width:300px;
padding: 0px 0 10px;
}

label{
float:left;
width:60px;
display: inline;
line-height:8px;
margin-left:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#buttonz {
 margin: 0 auto auto 140px;
}

.Campo {
background:#fff;
 border:1px solid #000033;
 width:150px;
}

.invia {
background:#fff;
 color:#000033;
 font-size:12px;
 font-weight:bold;
margin-top:5px;
 border:1px solid #000033;
}

