/* 
    Document   : style
    Created on : 31/05/2012, 10:56:35
    Author     : ricardo.kutscher
    Description:
        Purpose of the stylesheet follows.
*/


/**** INICIO GERAL ****/
body {
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding: 0;
    font-family : Tahoma, Geneva, sans-serif;
}

html, body {
    height: 100%;
}

ol, ul {
    list-style: none outside none;
}

a, abbr, acronym, address, applet, area, b, base, basefont, bdo, big, blockquote, body, br, button, caption, center, cite, code, col, colgroup, dd, del, dir, div, dfn, dl, dt, em, fieldset, font, form, frame, frameset, h1, h2, h3, h4, h5, h6, hr, i, iframe, img, input, ins, isindex, kbd, label, legend, li, link, map, menu, noframes, noscript, object, ol, optgroup, option, p, param, pre, q, s, samp, select, small, span, strike, strong, style, sub, sup, table, tbody, td, textarea, tfoot, th, thead, tr, tt, u, ul, var{
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: 0 none;
    border: 0 none;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
.clear {
    clear: both;
}

.form-login .formulario{
    padding: 50px;
    font-size: 15px;
}
.form-login .formulario div{
    width: 400px;
     margin: auto;
    height: 60px;
}
.form-login .formulario label{
    display: block;
    width: 97px;
    text-align: right;
    margin-right: 35px;
    font-weight: bold;
    float: left;
    padding-top: 7px;
}
.form-login .formulario input.input-padrao-login{
    background: url("../img/input-text.png") no-repeat scroll transparent center right;
    border: medium none;
    font-size: 12px;
    height: 30px;
    padding: 1px 6px 3px 10px;
    width: 183px;
    float: left;
    
}

.form-login .formulario input.botao-entrar{
    background: url("../img/botao-padrao-azul.png") no-repeat scroll 0 0 transparent;
    background-position: center top;
    font-family: Arial,Helvetica,sans-serif;
    width: 80px;
    float: left;
    height: 30px;
    cursor: pointer;
    color: white;
    font-size: 12px;
    padding-bottom: 4px;
}

.form-login .formulario input.botao-entrar:hover{
    background-position: center bottom;
}