
body{
	background:#F6F6F6;
	font-family: verdana;
	font-size: 11px;
}
.aviseme-all {
    width: 500px;
    height: 100%;
	margin:20px auto;
	
  
} .aviseme-topo {
    width: 500px;
    height: 41px;
    background: url(../imgs/aba_cadastro.png) no-repeat;
    color: #D52C6F;
    font-weight: bold;
    font-size: 12px;
    text-indent: 20px;
} .aviseme-topo span {
    line-height: 40px;
} .aviseme-bg {	
    padding: 10px;
     width: 500px;
    float: left;
} .aviseme-bg-topo {
    background: url(../imgs/compra_cadastro_bg_topo.png) no-repeat bottom;
    width: 500px;
    height: 7px;
} .aviseme-bg-footer {
    background: url(../imgs/compra_cadastro_bg_footers.png) no-repeat top;
   width: 500px;
    height: 6px;
} .aviseme-bg-valor {
    background: url(../imgs/compra_cadastro_bg_conteudo.png) repeat-y center center;
    width: 500px;
}

div.aviseme-bg-valor table {
    margin: 40px 0 0 0;
}

div.aviseme-bg-valor {
    color: #5E6977;
    font-size: 12px;
    font-weight: bold;
}
.cadastro-tabela{
	font-size: 11px;
    font-weight: normal;
	
}
table span {
    font-size: 10px;
    font-weight: normal;
} 

#cadastro-bt-avancar {
    -moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../imgs/bt_comprar.png) no-repeat scroll center center;
	font-size:10px;
	height:17px;
	line-height:14px;
	margin:10px auto;
	text-align:center;
	width:59px;
} 


#cadastro-bt-avancar a {
    color: #FFF;
    text-decoration: none;
	font-size: 11px;
}
 #cadastro-bt-avancar a:hover {
    color: #FFF;
} 
.texto-tabela {
    width: 230px;
    text-align: right;
}

/*Estilo dos inputs*/
 input, textarea, select {
    background: white;
    border: 1px solid #A5ACB2;
} 

 div.form-success-msgs,div.form-warning-msgs,div.form-error-msgs {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 5px 0px;
    margin: 0px;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

div.form-success-msgs h2, div.form-warning-msgs h2, div.form-error-msgs h2 {
    color: #000;
    font-size: 18px;
    margin: 7px 0px 7px 0px;
}

div.form-success-msgs ul, div.form-warning-msgs ul, div.form-error-msgs ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px
}

div.form-success-msgs ul li, div.form-warning-msgs ul li, div.form-error-msgs ul li {
    font-family: verdana;
    font-size: 12px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
}

div.form-success-msgs a, div.form-warning-msgs a, div.form-error-msgs a {
    color: #00569D;
    text-decoration: none;
    font-weight: bold
}

div.form-success-msgs a:hover, div.form-warning-msgs a:hover, div.form-error-msgs a:hover {
    color: #0076bD;
}

