@font-face{ 
font-family:'OpenSansRegular';  
src:url('OpenSans-Regular-webfont.eot');  
src:url('OpenSans-Regular-webfont.eot?#iefix') 
format('embedded-opentype'), url('OpenSans-Regular-webfont.woff') 
format('woff'), url('OpenSans-Regular-webfont.ttf') 
format('truetype'), url('OpenSans-Regular-webfont.svg#open_sansregular') 
format('svg');  
font-weight:normal;  
font-style:normal;
} 
body{
	margin: 0px;
	padding: 0px;
}

#frm{
	width: 350px;
	height: 300px;
	margin: 10px 10px 10px;
}

#labels{
	list-style: none;
}

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

.todos{
	width: 265px;
	height: 30px;
	border: solid 1px #444444;
	font-family: calibri,arial;
	padding-left: 10px;
	color: #000;
	font-size: 15px;
	background-color: #FFF;
	border-radius: 1px;
	
}
::-webkit-input-placeholder  { color:#444444; }
:-moz-placeholder { color:#444444; }
:-moz-placeholder { color:#444444; }

#labels textarea{
	width: 263px;
	height: 65px;
	padding-top: 5px;
	max-width:263px;
	max-height: 65px;
}

@-moz-document url-prefix(){
	#labels textarea{
		width: 265px;
		max-width: 265px;
		min-height: 65px;
		min-width: 265px;
	}
}

#labels li input[type="submit"]{
	width: 277px;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	color: gray;
	transition: 0.5s;
	cursor: pointer;
}

#labels li input[type="submit"]:hover{
	background: #444444;
	color: #FFF;
}

.error{
        color: red;
        font-family: calibri,arial;
}
#outroFormulario{}
#outroFormulario a{
font-size: 13px;
color: #444444;
text-decoration: none;
}
#outroFormulario a:hover{
text-decoration: underline;
}
#msgErro{
font-family: 'OpenSansRegular';
width: 263px;
height: 135px;
margin-left: 50px;
text-align: center;
margin-top: 40px;
color: #444444;
font-size: 20px;
border: 1px solid #444444;
}
#obrigado{
font-family: 'OpenSansRegular';
width: 245px;
height: 110px;
margin-left: 50px;
text-align: center;
margin-top: 40px;
color: #444444;
font-size: 20px;
border: 1px solid #444444;
}