@charset "utf-8";
/* CSS Document */

body {
	background:url(../img/background/background.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

	#perguntas {
		margin:0px 10px;
		
	}	
	h1 {
		font-size:16px;
		margin-top:10px;
		margin-left:10px;
	}
	h6 {
		margin:0px;
		font-weight:normal;
		font-size:12px;
		color:#534C4C;
	}
	p {
		margin-bottom:10px;
		margin-left:10px;
	}
	.estado
	{
		margin-left:0px;
		float:right;
		width:55px;
		text-align:center;
	}	
	select, input, option, textarea {
		background:#EBE9D4;
		border:1px solid #A09C83;
		color:#000;
	}
