@charset "windows-1250";

/* form */
h4{
	margin:0;
	padding:0;
	font-size:23px;
}

.formulario{
	width:382px;
	height:auto;
	background-color:#FFF;
	padding:30px 42px 0px 42px;
	margin-left:859px;
	margin-top:34px;
}

.form-control{
	border-radius:0px;
}

.input-group-addon{
	border-radius:0px;
	background-color:#CCC;
}
.input-group-addon i{
	color:#FFF;
}

.formulario{
   position: relative;
}
.formulario:before, .formulario:after{
    content: "";
    position: absolute;
    z-index: 1;
}
.formulario:before{
	background-image:url(../imagens/sombra-1.png);
	/*background-size:contain;*/
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	background-repeat:no-repeat;
    width: 53px;
	height: 431px;
    top: 0;
    right: -53px;
}
.formulario:after{
	background-image:url(../imagens/sombra-1.png);
	/*background-size:contain;*/
	background-repeat:no-repeat;
    height: 431px;
    left: -53px;
    top: 0;
    width: 53px;
}

#formOrcamentoSimples_nome-error, #formOrcamentoSimples_telefone-error, #formOrcamentoSimples_email-error, #formOrcamentoSimples_cidade-error, #formOrcamentoSimples_estado-error, #formOrcamentoSimples_aplicacao-error{
	display:none;
}

.btn-default{
	background-color:#FCFF00;
	text-align:center;
	color:#4d4d4d;
	border:0;
	width:100%;
	height:41px;
	line-height:41px;
	padding:0;
}

.btn-default:hover{
	color:#F00;
	background-color:#FCFF00;
}

.form-separator{
		height:10px;
	}
	
#loading{
	display: none;
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-100px; margin-left:-100px;
	height:200px;
	width:200px;
	z-index:9999;
}






