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

#frm{
	width: 280px;
	height: 285px;
	margin: 0px 0px 0px 0px;	
	padding: 1px 0px 0px 0px;
	border-radius: 10px;
}

#labels{
	list-style: none;
}

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

.todos{
	width: 250px;
	height: 35px;
	border: none;
	font-family: calibri,arial;
	font-weight: bold;
	padding-left: 10px;
	color: #000000;
	font-size: 15px;
	background-color: #FFFFFF;
	border-radius: 8px;
	margin: 0px -32px 0px;
}

::-webkit-input-placeholder  { color:#666666; }
:-moz-placeholder { color:#666666; }
:-moz-placeholder { color:#666666; }

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

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

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

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 280px;
	height:30px;
	color: #666666;
	font-size: 30px;
	text-align: center;
	margin: 45px 0px 0px 0px;
	font-family: arial;
}
#outroFormulario a{
	color: #666666;
	font-size:14px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #666666;
	font-size:14px;
        text-decoration: underline;
}
#msgErro{
	width: 225px;
	height:30px;
	color: #666666;
	font-size: 30px;
	text-align: center;
	margin: 45px 0px 0px 27px;
	font-family: arial;
}

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

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

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

.tipoServico{
    width: 120%;
    height: 41px;
    color: #77694e;
}

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

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

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

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

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

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