@charset "utf-8";
/* CSS Document */
/* cadastro newsletter */
fieldset{
	border:0;
}

form.cadastrar-newsletter{

}

form.cadastrar-newsletter label{
	display:block;
	float:left;
	width:100px;
	height:10px;
	padding:5px;
	margin:5px;
}

form.cadastrar-newsletter span{
	float:left;
	color:#990000;
	cursor:help;

}

form.cadastrar-newsletter input{
	float:left;
	width:200px;
	height:15px;
	padding:5px;
	margin:5px;
}

form.cadastrar-newsletter input.botao{
	width:100px;
	height:30px;
}

.itens-newletter{
	cursor:pointer;
}

.msg{
	width:500px;
	height:20px;
	background-color:#FFFFA6;
	border:solid 1px #CCCCCC;
	text-align:center;
}

.msg strong{
	color:#000000;
}

/* cadastro newsletter */
