﻿@import url("Base.css");
.conteudo_cadastrese
{
    /*font-family: Arial;*/
    font-size: 13px; /*font-weight: None;*/
    color: #0067ba;
}

.vantagens
{
    font-size: 12px;
    margin-top:0;
}

.email
{
    color: #0067BA;
}


.erro
{
    background-color: #FF9999;
    color: Black;
}

.divEmail
{
    margin-left: 270px;
    margin-top: -15px;
    /*width: 100px;*/
}

.divEmail input
{
    margin-top: -13px;
}

.base
{
    /*position:relative;*/
}
.alinhar
{
    /*position:absolute;*/
    margin-top:0;
    margin-left:0;  
}

/*.textboxEmail
{
    background-image: url(../Images/textbox/txt_meio.png);
    border-width: 1px 0;
    
    font-size: 13px;
    color: #333333;
    width: 230px;
}*/
.borda_esquerda
{
    background-image: url(../Images/textbox/txt_esquerdo.png) no-repeat;
    width: 6px;
    height: 24px;
   /* float: left;*/
}
.borda_direita
{
    background-image: url(../Images/textbox/txt_direito.png);
    /*width: 7bhkhjkhjkpx;*/
    height: 24px;
    /*float: left;*/
}
.textbox_email
{
    /*position:relative;
    float: left;*/
    width:270px;
   
}

/*
.ValidationCadastrese{  
    color:#FFF;
    min-width:100px;    
    width:auto;    
    height:auto;    
    background-color:#CC0000;    
    background-image:url('../../Images/img_erro.png');    
    background-repeat:no-repeat;    
    background-position: 10px center;   
}

.ValidationCadastrese li
{
    color:#FFF;
    font-size:12px;
    font-weight:bold;
    list-style: none;
}

.ValidationCadastrese ul{
    clear:none;
    padding-top:10px;
    padding-bottom:10px;
    *padding-bottom:0px;
    margin-left: 0px;
    width: auto;
}

.ValidationCadastrese ul li{
    float:none;    
    *padding-left: 30px;
    padding-left: 80px;
    padding-top: 5px;
}/*