@charset "iso-8859-1";
/* CSS Document */

/*TODOS ELEMENTOS*/
*{
    margin: 0 auto;
    padding: 0;
    list-style:none outside none;
    outline:medium none;
    font-family: Verdana, Geneva, sans-serif;
}

/*CONTEUDO GERAL*/
#conteudoGeral {
    background-image: url(../imgs/fundoGeral.jpg);
    background-repeat: no-repeat;
    display: table;
    width: 420px;
    height: 460px;
}

/*FORMULARIO*/
#formulario {
    background-repeat: no-repeat;
    display: table;
    width: 420px;
    height: 222px;
    float: left;
}

/*GERAL FORMULARIO*/
#geralForm {
    width: 325px;
    height: 142px;
    margin: 55px auto;
}

/*ENVIAR*/
#enviar input {
    border: 1px solid black;
    margin: 10px 0 0 120px;
    cursor: pointer;
}
/*LOGOTIPO*/
#logoRgolden {
    background-image: url(../imgs/logo.jpg);
    background-repeat: no-repeat;
    width: 173px;
    height: 77px;
    margin: 77px 0 0 10px;
    float: left;
}

#logoRgolden h1 {
    text-indent: -9999px;
}

/*LOGO PROMOÇÃO*/
#logoPromo {
    background-image: url(../imgs/promo.jpg);
    width: 147px;
    height: 138px;
    float: left;
    margin: 25px 0 0 60px;
}

#logoPromo h2 {
    text-indent: -9999px;
}

/*TEXTO PROMOÇÃO*/
#descricaoPromo {
    float: left;
    width: 392px;
    margin: 10px 0 10px 14px;
}

#descricaoPromo p {
    font-size: 12px;
    text-align: justify;
}

/*FECHAR*/
#fechar {
    float: left;
    width: 80px;
    margin: 2px 0 0 10px;
}

#fechar a {
    color: #000;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

#fechar a:hover {
    color: white;
}

/*REGULAMENTO*/
#regulamento {
    float: left;
    width: 80px;
    margin: 2px 0 0 10px;
}

#regulamento a {
    color: #000;
    display: block;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

#regulamento a:hover {
    color: white;
}

/*CLASSES*/
.label {
    width: 420px;
    font-size: 12px;
}
.error { font-size:10px; color:#F00; height:16px;	}
.label label {
    display: block;
    width: 76px;
    float: left;
    text-align: right;
    margin: 0  2px;
}
