*:focus {outline: none;}

body {font: 11px "arial", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;width: 97%;}

.contact_form h2, .contact_form label {font-family: arial, Times, "Times New Roman", serif;margin: 0px 0px 0px 4px;}

.form_hint, .required_notification {font-size: 11px;}

.contact_form ul {
    width: 468px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    height: 292PX;
}
.contact_form li{
    padding: 0px 0px 5px 0px;
    position:relative;
}
.required_notification {
    color:#d45252;
    display:inline;
    float: left;
    position: absolute;
    margin: -10px 0px 0px 0px;
}
.contact_form input {
    height: 26px;
    width: 363px;
    padding: 5px 8px;
    color: #000;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.contact_form select {
    height: 40px;
    width: 384px;
    padding: 0px 0px 0px 3px;
    margin: 0px 0px 0px 0px;
    color: #fff;
    font-size: 15px;
    font-family: arial, helvetica neue, calibri, arial;
    background-color: #840000 !important;
    border-radius: 2px;  border: 2px solid #570000;
}
.contact_form textarea{
    height: 115px;
    width: 400px !important;
    padding: 5px 8px;
    font-family: arial;
    color: #000;
	font-size:12px;
    max-height: 115px;
}
.contact_form input[type="checkbox"]{
	padding:5px 8px;
}
.contact_form input[type="email"]{
	padding:5px 8px;
	width: 400px;
	margin-top: 5px;
}
.contact_form .txtEmail{
	margin-right: 1px;
}
.contact_form .txtTelefone{
    width: 400px;
    margin-right: 1px;
}
@-moz-document url-prefix() { 
    #lblserie1 {
        margin: -1px 0px 0px 90px !important;
        z-index: 9;
        position: absolute;
    }
    #serie1 {
        position: absolute;
        z-index: 9;
        margin: -1px 0px 0px 74px !important;
    }
	select{
		height: 28px !important;
		border: 1px solid rgb(171, 173, 179) !important;
		margin: 0px !important;
		padding: 3px 0px 0px 4px !important;
		font-size: 13px !important;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:#fff !important;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:#fff !important;
	}
	.contact_form textarea {
		background-color: rgba(255,255,255,0.4) !important;
		width: 364px;
		color: #fff;
		font-size: 15px;
		font-family: arial, helvetica neue, calibri, arial;
	}
}

#btnEnviar:hover{
	width: 147px;
	height: 40px;
	font-size: 19px;
        cursor: pointer;
	box-shadow: 0px 0px 0px 0px #ccc;
}
#btnEnviar{
    background-image: -webkit-gradient(   linear,   left top,   left bottom,   color-stop(0, #60DD59),   color-stop(1, #3ABA34)  );  background-image: -o-linear-gradient(bottom, #60DD59 0%, #3ABA34 100%);  background-image: -moz-linear-gradient(bottom, #60DD59 0%, #3ABA34 100%);  background-image: -webkit-linear-gradient(bottom, #60DD59 0%, #3ABA34 100%);  background-image: -ms-linear-gradient(bottom, #60DD59 0%, #3ABA34 100%);  background-image: linear-gradient(to bottom, #60DD59 0%, #3ABA34 100%);   border:none;   
    margin: 1px 0px 0px 0px;   
    width: 147px;   
    height: 40px;   text-align: center;   padding: 0px 0px 0px 0px;   color: #fff !important;         transition: 0.1s;   
    font-size: 17px;   font-family: arial, helvetica neue, calibri, arial;   
    border: 2px solid #1b7a15;   border-radius: 2px;   text-shadow: 0px 0px 10px #888;
    
    position: absolute;
    margin: -3px 0px 0px 189px;
}

#lblSerie{
	margin: 0px 0px 0px 1px;
}
.contact_form input, .contact_form textarea, .contact_form select {
}
.contact_form input:focus, .contact_form textarea:focus, .contact_form select:focus {

}
.contact_form input:focus, .contact_form textarea:focus { /* add this to the already existing style */

}
.contact_form input, .contact_form textarea { /* add this to the already existing style */
    -moz-transition: padding .2s;
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
}

input:required, textarea:required {
    /* background: url('http://wix7.com.br/formulariosWix/belacasa/css/images/red_asterisk.png') no-repeat 98% center; */
    background-color: #840000 !important;
    width: 400px;
    color: #fff;
    font-size: 15px;
    font-family: arial, helvetica neue, calibri, arial;
    border-radius: 2px;
    border: 2px solid #570000;
}
::-webkit-validation-bubble-message {
    padding: 1em;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: url(http://wix7.com.br/formulariosWix/belacasa/css/images/invalid.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: url(http://wix7.com.br/formulariosWix/belacasa/css/images/valid.png) no-repeat 98% center;
}

table{
    margin: -13px 0px 0px 55px;
    /* float: left; */
}

#serie, #serie1, #serie2{
	width: auto;
	height: auto;
	margin: 0px;
}
#serie2{
    position: absolute;
    z-index: 9;
}
#lblserie2{
    margin: 0px 0px 0px 16px;
    z-index: 9;
    position: absolute;
}
#serie1{
    position: absolute;
    z-index: 9;
    margin: -15px 0px 0px 74px;
}
#lblserie1{
    margin: -16px 0px 0px 90px;
    z-index: 9;
    position: absolute;
}
#lblserie{
    margin: -1px 0px 0px 4px;
    z-index: 9;
    position: absolute;
}
#txtCaptcha{
    width: 160px !important;
    margin: -3px 0px 0px 4px;
    position: absolute;
}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 100%;
	height:30px;
	color: #840000;
	font-size: 24px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
#outroFormulario a{
	color: #840000;
	font-size:14px;
	text-decoration: none;
}
#outroFormulario a:hover{
	color: #000;
	font-size:14px;
    text-decoration: underline;
}
#msgErro{
	width: 380px;
	height:30px;
	color: #840000;
	font-size:24px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
#conheceu{
	margin: 0px 0px 0px 1px;
	width: 163px;
}
#modelos{
	width: 330px;
}
#imgCaptcha{
	margin:-3px 0px 0px 0px;
	border: 2px solid #8f8f8f;
	height: 36px;
	border-radius: 2px;
	width: 80px;
}
#txtTel2{  
	border: 1px solid #8f8f8f;
	border-radius: 2px;
	color: #fff;
	font-size: 20px;
	font-family: helvetica neue, calibri, arial;
}
#divDireito{
    width: 351px;
    margin: -224px 0px 0px 574px;
}
#divEsquerdo{
    width: 573px;
}

@-moz-document url-prefix() {

	.contact_form input {
		color: #fff;
	}
	#txtTel2 {
		color: #fff;
	}
	.contact_form textarea {

	}
	#slqComoConheceu{
		height: 34px !important;
		color: #fff;
	}
	#slqOqueDeseja{
		width: 190px;
		height: 37px !important;
		padding: 9px 0px 0px 0px !important;
	}
	#subSelect{}
}
#slqOqueDeseja{
    width: 208px;
    margin-right: 1px;
}
#subSelect{}

@media (max-width: 400px) {
		#txtNome, #txtTelefone, #mensagem{
		width: 300px;
	}
		#txtEmail, #slOqueDeseja{
		width: 300px;
	}
		#formulario{
		width: 215px !important;
		height: 240px;
	}

	input:required, textarea:required{
		width: 61%;
	
		height: 18px;
}
	.contact_form .txtTelefone {
		width: 67%;
	}
	#slqOqueDeseja {
		width: 65%;
	
		margin-top: 1px;
		height: 29px;
		margin-bottom: 5px;
}
	.contact_form select {
		width: 71%;
	
		height: 29px;
}
	.contact_form textarea {
		width: 61% !important;
	
		height: 50px;
		margin-top: -4px;
}
	#btnEnviar{
		border:none;   
		margin-top: 41px;
		margin-left: -84px;   
		width: 66%;
		border: 2px solid #1b7a15;  
	}
	#btnEnviar:hover {
		width: 66%;
		margin-top: 41px;
		margin-left: -84px;
}
	#obrigado {
		width: 67%;
	}
	#msgErro {
		width: 67%;
	}
	#txtCaptcha{
		width: 42% !important;
		margin: -3px 0px 0px 4px;
		position: absolute;
	
		height: 26px;
}
	#imgCaptcha{
		margin:-3px 0px 0px 0px;
		border: 2px solid #8f8f8f;
		height: 36px;
		border-radius: 2px;
		width: 80px;
	}
	.contact_form .txtTelefone {
		width: 61%;
		margin-right: 1px;
	}
	.contact_form input[type="email"] {
		padding: 5px 8px;
		width: 61%;
		margin-top: 5px;
	}
}