* {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
	color:#666;
}
body{
	background:url("../img/fundo.png") repeat;
}
img{
	border:none;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;
	color:#0e97c1;
}
a:hover{
	color:#01244a;
}
.clear{
	clear:both;
}
.resolucao{
	width:950px;
	margin:0 auto 30px auto;
	background:#fff;
	border-radius:0 0 10px 10px;
	box-shadow:9px 9px 15px #bbb;
}
.label_cadastro{
	cursor:pointer;
	color:#555;
}
.texto_form{
    border: 1px solid #ddd;
    color:#ccc;
    padding:3px;
	width:100px;
	border-radius:5px;
	margin-right:10px;
}
.texto_form:focus{
	border-color:#4c94b8;
}
.texto_form_maior{
    border: 1px solid #ddd;
    color:#ccc;
    padding:3px;
	width:350px;
	border-radius:5px;
	margin-right:10px;
}
.enviar{
	background:#4c94b8;
	border-radius:5px;
	cursor:pointer;
	color:#fff;
	border:none;
	padding:3px;
}
#enviar:hover{
	text-decoration:underline;
}
.option{
	border: 1px solid #C0C0C0;
    color:#666666;
    padding:3px;
	margin-bottom:10px;
}
.erros{
	color:#f00;
	display:block;
	margin-left:120px;
}
textarea{
    border: 1px solid #C0C0C0;
    color:#666666;
    padding:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	width:405px;
	height:100px;
	margin-bottom:10px;
}
.left{
	float:left;
}
.border_none{
	border:none !important;
}
#conteudo{
	padding:10px;
}
.titulo_h2{
	color:#0e97c1;
	font-size:27px;
	font-weight:normal;
	position:relative;
	top:-5px;
}