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

#frm{
	width: 935px;
	height: 310px;
	margin: 0px 0px 0px 0px;	
	padding: 1px 0px 0px 0px;
	border-radius: 10px;

}

#labels{
	list-style: none;
}

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

.todos{
	width: 430px;
	height: 40px;
	border: solid 1px #ada4a4;
	font-family: calibri,arial;
	font-weight: bold;
	padding-left: 10px;
	color: #53574c;
	font-size: 15px;
	background-color: #e0d7d7;
	margin: 0px -32px 0px;
        border-radius: 8px;
}

.nome, .telefone{
        float: left;
}

.email{
        margin-left: 40px;
}

.tipoServico{
        margin-left: 40px;
        height: 44px;
        width: 442px;
        color: #77694e;
}

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

#labels textarea{
    width: 877px;
    height: 90px;
    padding-top: 5px;
    max-width: 877px;
    min-width: 877px;
    max-height: 90px;
    min-height: 90px;
}

@-moz-document url-prefix(){
	#labels textarea{
		width: 877px;
		height: 90px;
		padding-top: 5px;
		max-width: 877px;
		min-width: 877px;
		max-height: 90px;
		min-height: 90px;
	}
}

#labels li input[type="submit"]{
	width: 891px;
	height: 60px;
	font-family: sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	background: #0cb391;
	cursor: pointer;
	border: none;
        border-radius: 8px;
}

#labels li input[type="submit"]:hover {
  background: #059a7c;
  transition: background-color 0.5s;
}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 465px;
	height:30px;
	color: #53574c;
	font-size: 30px;
	text-align: center;
	margin: 60px 0px 0px 185px;
	font-family: arial;
}
#outroFormulario a{
	color: #53574c;
	font-size:14px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #53574c;
	font-size:14px;
        text-decoration: underline;
}
#msgErro{
	width: 485px;
	height:30px;
	color: #53574c;
	font-size: 30px;
	text-align: center;
	margin: 60px 0px 0px 185px;
	font-family: arial;
}

@media(max-width: 330px) { 
#frm{
    width: 276px;
    height: 270px;
    margin-left: 2px;
    margin-top: 3px;
}
.todos{
    width: 115%;
    height: 25px;
}

#labels li input[type="submit"]{
    width: 119%;
    height: 46px;
    cursor: pointer;
    background-color: #0cb391;
    font-size: 18px;
    transition: background-color 0.5s;
    color: #FFFFFF;
    border: none;
}

.todos{
    font-family: 'OpenSansRegular';
    font-style: italic;
    background-color: #e0d7d7;
    color: #53574c;
    font-size: 15px;
    padding: 7px 0px 7px 10px;
    margin: 0px 8px 9px -25px;
    float: left;
    border: solid 1px #ada4a4;
    font-style: normal;
    transition: border 0.5s;
}

.tipoServico{
    width: 120%;
    height: 41px;
    color: #53574c;
}

#labels li textarea{
    width: 115%;
    height: 36px;
    min-width: 115%
}

/* Estilo para os placeholders */
::-webkit-input-placeholder {
    color: #53574c;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #53574c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #53574c!important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #53574c!important;
}

/* Mozilla */
@-moz-document url-prefix() {}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
    width: 270px;
    height:30px;
    color: #53574c;
    margin: 105px 0px 0px 17px;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    margin-top: 100px;
}
#outroFormulario a{
    color: #53574c;
    font-size: 14px;
    text-decoration: none;
}
#outroFormulario a:hover{
    color: #53574c;
    text-decoration: underline;
}
#msgErro{
    width: 278px;  
    height: 30px;  
    color: #53574c; 
    margin: 105px 0px 0px 17px; 
    font-size: 24px;  
    text-align: center;    
    text-transform: uppercase;  
    font-family: 'OpenSansRegular';  
    font-weight: bold;
    margin-top: 100px;
}
}