/* 
    Document   : user_registo
    Created on : 28/Abr/2014, 9:52:10
    Author     : Rlinhares
    Description:
        Purpose of the stylesheet follows.
*/

/* Caixa de registo */

    table {font: bold 12px verdana; color: #fff;}
    .botao{font: bold 12px verdana; color: #333; text-align: center;                       
            -webkit-box-shadow: 6px 4px 4px 0px #000;
                -moz-box-shadow: 6px 4px 4px 0px #000;
                    box-shadow: 6px 4px 4px 0px #000;}
    
    table h1 {margin: 0px;}
    
       
    #informacao{position: relative; z-index: 3;float: right;}
    
    
    ul.vantagens {list-style-image:url('../images/visto.png'); line-height: 50px;}
    
    .erro {background: url('../images/del.png'); width: 30px; height: 28px; position: absolute; display: none;}
    
    /* Para mensagens de erro */ 
    label {position: absolute; display: block; margin-top: 10px; }
    label.error { float: none; color: red; margin: 0 .5em 0 0; vertical-align: top; font-size: 10px }
    p { clear: both; }
    .submit { margin-top: 1em; }
    em { font-weight: bold; padding-right: 1em; vertical-align: top; }