/* 
    Document   : formulariosCSS
    Created on : 08-jun-2011, 9:13:22
    Author     : Jose Fernando
    Description:
        Hoja de estilos parqa los formularios de la web.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
#cabecera{
      font-family: calibri;
        text-align: center;
        color : #000000;
}
#baseformulario{
    width: 1024px;
    background-color: #cccccc;
}
#apuesta{
        font-family: calibri;
        font-size: 11pt;
        text-align: left;
        color : #000000;
        align: center;
}
#pseudonimo{
        font-family: calibri;
        font-size: 12pt;
        text-align: left;
        color : #000000;
}
#email{
        font-family: calibri;
        font-size: 12pt;
        text-align: left;
        color : #000000;
}
#name{
        font-family: calibri;
        font-size: 12pt;
        text-align: left;
        color : #000000;
}
#identificador{
    align: center;
}