@charset "iso-8859-1";
/*..CSS Reset.............*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,input{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,table{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
strong{font-style:normal;font-weight:700;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
h2{font-size:14px; font-weight:700;}
h3{font-size:12px; font-weight:700;}
h4{font-size:11px;}
p{line-height:1.4em;}
a{text-decoration:none; color:red;font-size:12px;}
a:hover{text-decoration:underline;}
label{cursor:pointer;}
abbr{cursor:help;}

body {
	background-color: #f9f2e2;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #895c35;	
}

.margem_left{
	padding-left: 38px;

}


.texto_margem{
margin:20px;

}

.email{
color:#c1895a;
}

.cadastre{
	text-decoration: underline;
	margin-right: 6px;
	margin-top: 6px;
}


.menu{
margin-left:27px;
}


.botao{
	width:73px;
	height:24px;
	background-color: #926946;
	color: #f9f2e2;
}


.text_input{
	width:220px;
	height:18px;
	background-color: #e7d5bc;
	padding-left:7px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;

}



.div_login{
	width:304px;
	height:324px;
	margin: 0 auto;
	margin-top: 100px;
}
.margem_topo{
margin-top:31px;
}

.titulo{
margin-top:27px;
font-size:20px;

}


.botao_claro{
	background-color:#eee1cc;
	border: 1px solid #dfcdb5;
	font-family: Tahoma, Arial, "Times New Roman";
	font-size: 10px;
	color: #895c35;	
}
	
.lado_direito{
float:right;
}

.borda_img{
border:3px solid #d8bd9d;
}

.borda_img_peq{
border:1px solid #d8bd9d;
}

