.tit-principal h2.cadastro {
	background: url(../img/titulos/cadastro.gif) no-repeat 0 0;
	width: 166px;
	height: 15px;
}

.tit-principal h2.fale_conosco {
	background: url(../img/titulos/fale_conosco.gif) no-repeat 0 0;
	width: 144px;
	height: 15px;
}

#vg-conteudo {
	padding-left: 20px;
	padding-right: 12px;
}

.box-principal .col-principal {
	float: left;
	width:615px;
}
.box-principal .box-outros {
	float: right;
	width: 300px;
}

p.txt {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 25px;
}

.box-form {
	background: url(../img/comum/borda-box-form.gif) no-repeat bottom left;
	padding-bottom: 29px;
	margin-bottom: 30px;
}

.box-form label {
	width: 100%;
	float: left;
	color: #234675;
	font-weight: bold;
	font-size: 14px;
	display: block;
	margin-bottom: 4px;
}

.box-form .comp {
	padding-bottom: 10px;
}

.box-form label span {
	color: #000;
}

.box-form .format-input {
	border: 1px solid #919191;
	color: #727272;
	font-size: 15px;
	float: left;
	padding: 3px;
}

.box-form textarea.format-input {
	width: 356px;
	overflow-y: auto;
	height: 200px;
}

.box-msg {
	margin-bottom: 20px;
}

.box-form .comp .erro {
	clear: both;
	color: #df2125;
	font-size: 10px;
}

.box-form .campo-maior {
	width: 356px;
}

.box-form .campo-medio {
	width: 196px;
}

.box-form .radio,
.termos .check {
	display: inline;
	float: left;
	*margin: -3px;
}

.box-form span.radio-option {
	display: inline;
	float: left;
	font-size: 14px;
	padding-left: 6px;
	margin: -1px 50px 0 0;
	color: #000;	
}

.box-form .ddd {
	width: 25px;
	margin-right: 8px;
}

.box-form .tel {
	width: 155px;
}

.termos {
	padding-bottom: 20px;
}

.termos label {
	display: inline;
	float: left;
	font-size: 14px;
	color: #000;
	margin: -1px 0 0 6px;
}

.termos label a {
	color: #234675;
	text-decoration: underline;
}

.box-bts {
	background-color: #e9ecf1;
	width: 580px;
	padding: 20px 0px;
}

.box-bts p {
	display: inline;
	float: left;
	margin-left: 15px;
}

.box-bts p.sucesso_cadastro {
	color: #234675;
	font-size: 18px;
	font-weight: bold;
	float: none;
	text-align: center;
	width: 100%;
	display: block;
}

.box-bts p a {
	background-color: #234675;
	float: left;
	font-size: 18px;
	color: #fff;
	padding: 10px 14px;
}

.txt-sucesso {
	font-size: 14px;
	color: #000;
	padding-top: 20px;
}

.msg_erro{
    color:#DF2125;
    font-size:12px;
    clear:both;
    float:left;
    padding-top:10px;
    width:100%;
    position:relative;
    top: -10px;
}