/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em;
margin:0;
text-align:center;
}

#enter {
border:1px solid #CCC;
width:420px;
background:#EAEAEA;
text-align:left;
margin:auto;
margin-top:125px;
}
#enter h1{
margin:2px;
padding:2px;
text-align:left;
color:#FFF;
background:#006;
font-size:14px;
}
#container {
margin:auto;
width:90%;
background:url(../images/logotype.jpg) top right no-repeat #FFF;
text-align:center;
padding-bottom:25px;
border-left:1px solid #666;
border-right:1px solid #666;
border-bottom:1px solid #666;
}
#menubar {
padding:10px;
border-top:1px solid #E10031;
border-bottom:1px solid #E10031;
}
#menubar a{
padding:6px;
color:#666;
text-decoration:none;
font-size:11px;
border:1px solid #EAEAEA;
margin:0 4px;
}
#menubar a:hover{
padding:6px;
color:#000;
text-decoration:underline;
font-size:11px;
border:1px solid #EAEAEA;
margin:0 4px;
}
.buttAcc {
background:#006;
color:#FFF;
border:1px solid #666;
}
.testotesto{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
position:relative;
width:100%;
}