@charset "utf-8";
/* CSS Cadastro */

/* Area Login */
#Cad_Are{
	width:280px;
	font:12px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	}
				
/* Outras Perguntas */
.Cad_Des{
	width:24%;
	float:left;
	font:12px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	word-spacing:1px; }

/* Fonte Form Campo */
.Cad_Cam{
	width:74%;
	float:left;
	}

	/* Fonte Form Campo - Input */
	.Cad_Cam_Cam{
		width:90%;
		font:12px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#333;
		padding:1px;
		border:#804633 1px solid;
		}

	/* Fonte Form Campo - DDD */
	.Cad_Cam_Ddd{
		width:10%;
		font:12px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#333;
		padding:1px;
		border:#804633 1px solid;
		}

	/* Fonte Form Campo - Telefone */
	.Cad_Cam_Tel{
		width:75%;
		font:12px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#333;
		padding:1px;
		border:#804633 1px solid;
		}

/* Form Botao */
.Cad_Bot{
	width:75%;
	padding:10px 0 0 25%;
	clear:left;
	}

	/* Form Botao - Input */
	.Cad_Bot input{
		font:11px "Lucida Sans Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
		background:#2f434f;
		color:#FFF;
		width:60px;
		border:#4e1e14 solid 1px;
		}

