﻿/* Formulario Inicio */

ol.form {
	float: left;
	margin-top: 20px;
}

ol.form li {
	width: 450px;
	margin: 0 0px 20px 0;
}

ol.form li label {
	font-size: 11px;
	font-weight: bold; 
	padding-right: 15px;
	width: 150px;
	float: left;
	text-align: right;
	padding: 5px 10px 0 0; 
}

ol.form li input {
	background: url('../../images/bg_formulario.gif');
	padding: 2px 0 0 6px;
	margin: 3px 5px 0 0;
	border: 1px #cccccc solid;
	height: 16px;
}

ol.form li input.tx200 {
	background: url('../../images/bg_formulario.gif');
	padding: 2px 0 0 6px;
	margin: 3px 5px 0 0;
	border: 1px #cccccc solid;
	height: 16px;
	width:200px;
}

ol.form li input.tx90 {
	background: url('../../images/bg_formulario.gif');
	padding: 2px 0 0 6px;
	margin: 3px 5px 0 0;
	border: 1px #cccccc solid;
	height: 16px;
	width:90px;
}

ol.form li label.erro_text {
	color: #f96909;
}

ol.form li input.erro_text {
	background: url('../../images/bg_erro_text.gif') ;
}


ol.form li input#nome {
	width: 270px;
}

ol.form li input#email {
	width: 270px;
}

ol.form li input.nasc {
	width: 35px;
}

ol.form li input.erro_nasc {
	width: 25px;
	background: url('../../images/bg_erro_text.gif');
}

ol.form li input#cpf {
	width: 110px;
}

ol.form li input#cel_num {
	width: 110px;
}

ol.form li input#foto {
	width: 160px;
	float: left;
}

ol.form li em.em_foto {	margin: 0 0 0 160px; }

ol.form li a {
	display: block;
	width: 79px;
	height: 20px;
	text-indent: -2000px;
	overflow: hidden;
	position: relative;
	top: 2px;
}

ol.form li input.bt_procurar {
	margin-top: 1px;
	background-image: none; 
	width: 79px;
	height: 20px;
	border: none;
}

ol.form li input.cb_receber { 
	float: left;
	margin-left: 40px;
	background-image: none;
	border: none;
}

ol.form li label.receber {
	font-weight: lighter;
	width: 350px;
	text-align: left;
	padding: 3px 0 5px 0;
}

ol.form li input.bt_enviar {
	margin-top: 1px;
	background: none; 
	width: 60px;
	height: 21px;
	border: none;
	float: right;
}

/* Formulario Fim*/
/* Box Comentarios Inicio*/

.box_comentario {
	width: 200px;
	height: 400px;
	background: url('../../images/bg_comentario.png') ;
	float: left;
	padding: 0 15px;
}

.box_comentario div.linha_vert {
	width: 190px;
	height: 3px;
	background:url('../../images/linha_vert.png') no-repeat center center;
	float: left;
}

.box_comentario p {
	color: #fff;
	font-size: 11px;
	float: left;
	width: 160px;
	margin: 10px 0 20px 0;
}

.box_comentario img {
	margin: 10px 10px 15px 0;
	float: left;
}

/* Box Comentarios Fim*/
/* CadastroConfirm Inicio */

.coluna1, .coluna2, coluna3 { float: left; }

.coluna1 { width: 250px; }

.coluna2 { width: 350px; margin-right: 100px; }

.coluna2 img { margin-bottom: 25px; }

.coluna2 p  {
	color: #4e5468; 
	font-weight: bold; 
	font-size: 11px; 
	}

.coluna2 a {
	width: 60px;
	height: 21px;
	background: url('../../images/bt_home_2.gif') no-repeat;
	display: block;
	float: right;
	margin: 30px 0 0 0;
}

.coluna2 .tit_email {
	font: bold 11px verdana;
	color: #4e5468;
	margin-top: 100px;
	display: block;
	float: left;
}

.coluna2 .email {
	margin: 100px 0 0 10px;
	display: block;
	float: left;
	width: 285px;	
}

/* CadastroConfirm Fim */
/* Login Inicio*/



/* Login Fim*/
