body{
	margin: 0px;
	padding: 0px;
}

#frm{
	width: 520px;
	height: 286px;
	border-radius: 10px;
}

#labels{
	list-style: none;
	margin-left: -40px;
}

#labels li{
	margin-top: 5px;
}

.todos{
	width: 242px;
	height: 42px;
	border: none;
	font-family: calibri,arial;
	font-weight: bold;
	padding-left: 10px;
	color: #48586c;
	font-size: 15px;
	background-color: #e5e5e5;
	margin: 0px 6px 6px 0px;
	/* border: 1px solid #a3a3a3; */
	border-radius: 5px;
	float: left;
	transition: background-color 0.5s;
}
.todos:hover{
	background-color: #c1c1c1;
}
.comoConheceu{
	width: 252px;
	height: 44px;
	color: #48586c;
	padding-left: 5px;
}


::-webkit-input-placeholder  { color:#48586c; }
:-moz-placeholder { color:#48586c; }
:-moz-placeholder { color:#48586c; }

#labels textarea{
	width: 498px;
	height: 98px;
	padding-top: 5px;
	max-width: 498px;
	max-height: 98px;
}

@-moz-document url-prefix(){

}

#labels li input[type="submit"]{
	width: 510px;
	height: 62px;
	font-size: 25px;
	color: #fff;
	background: #58c576;
	cursor: pointer;
	border: none;
transition: background 0.5s;
}
#labels li input[type="submit"]:hover{
	background: #44a45e;
}
/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 484px;
	height:30px;
	color: #48586c;
	font-size: 32px;
	text-align: center;
	margin: 45px 0px 0px -28px;
	font-family: arial;
}
#outroFormulario a{
	color: #48586c;
	font-size: 18px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #48586c;
	font-size:18px;
        text-decoration: underline;
}
#msgErro{
	width: 484px;
	height:30px;
	color: #48586c;
	font-size: 32px;
	text-align: center;
	margin: 45px 0px 0px -8px;
	font-family: arial;
}