#acceso{
 position:absolute;
 width:300px;
 left:50%;
 top:50%;
 margin-left:-150px; 
 margin-top:-74px;
}
#acceso #cabecera{
 border:1px solid #555;
 background-color: #000;
 color:#fff;
 font-weight:bold;
 text-align:center;
 height:20px;
 padding-top:7px;
}
#acceso #datos{
 border:1px solid #555;
 position:relative;
 padding:10px 8px;
 background:#ddd url(images/acceso.gif) no-repeat center right;
}
#acceso #datos .error{
 text-align:center;
 color:#990000;
}
#acceso #datos .campo{
 margin:10px 0px;
}
#acceso #datos label{
 width:80px;
 float:left;
 clear:left;
}
#acceso #datos input{
 text-transform:none;
}
#acceso #datos .boton{
 text-align:center;
}
.boton input{
 width:120px;
 height:30px;
 background-color:#ccc;
 color:#000;
 font:9pt arial;
 cursor:pointer;
}
