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

#frm{
	width: 575px;
	height: 310px;
	margin: 0px 0px 0px 0px;
	background: #b5b4b4;
	padding: 1px 0px 0px 0px;
	border-radius: 10px;
}

#labels{
	list-style: none;
}

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

.todos{
	width: 415px;
	height: 30px;
	border: none;
	font-family: calibri,arial;
	font-weight: bold;
	padding-left: 10px;
	color: #000;
	font-size: 15px;
	background-color: #FFF;
	border-radius: 2px;
	margin: 0px -27px;
}

.nome{
	width: 260px;
}

.email{
	width: 260px;
    height: 30px;
    float: right;
    margin: -37px 14px 0px 0px;
}

.telefone{
	width: 260px;
}

.aparelho{
	width: 260px;
    height: 30px;
    float: right;
    margin: -37px 14px 0px 0px;
}

.comoConheceu{
	width: 548px;
	height: 31px;
	color: #231f20;
}

::-webkit-input-placeholder  { color:#231f20; }
:-moz-placeholder { color:#231f20; }
:-moz-placeholder { color:#231f20; }

#labels textarea{
	width: 536px;
    height: 100px;
    padding-top: 5px;
    max-width: 536px;
    max-height: 100px;
}

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

#labels li input[type="submit"]{
	width: 548px;
	height: 50px;
	font-size: 25px;
	color: #fff;
	background: #4fcbf1;
	background-image: linear-gradient(to top, #4fcbf1 0%, #12b9ec 0%, #16baec 100%);
	cursor: pointer;
	border-radius: 8px;
	border: none;
}
/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 550px;
	height:30px;
	color: #000;
	font-size: 30px;
	text-align: center;
	margin: 45px 0px 0px 25px;
	font-family: arial;
}
#outroFormulario a{
	color: #000;
	font-size:14px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #000;
	font-size:14px;
        text-decoration: underline;
}
#msgErro{
	width: 550px;
	height:30px;
	color: #000;
	font-size: 30px;
	text-align: center;
	margin: 45px 0px 0px 25px;
	font-family: arial;
}