*:focus {outline: none;}

body {font: 11px "Calibri","Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;width: 270px;margin: 0;}

.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: 270px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    height: 315PX;
}
.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: 36px;
    width: 258px;
    padding: 0px 0px 0px 3px;
    color: #fff;
    font-size: 15px;
    font-family: helvetica neue, calibri, arial;
    background-color: #ad8b3e !important;
    border: 1px solid #553e12 !important;
}
.contact_form textarea{
    height: 91px;
    width: 364px !important;
    padding: 5px 8px;
    font-family: arial;
    color: #000;
	font-size:12px;
    max-height: 91px;
}
.contact_form input[type="checkbox"]{
	padding:5px 8px;
}
.contact_form input[type="email"]{
	padding:5px 8px;
}
.contact_form .txtEmail{
	margin-right: 1px;
}
.contact_form .txtTelefone{
    width: 240px;
    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: georgia, helvetica neue, calibri, arial;
	}
}

#btnEnviar:hover{
	width: 256px;
	height: 56px;
	font-size: 16px;
        cursor: pointer;
	margin-top: 11px;
	box-shadow: 0px 0px 0px 0px #ccc;
}
#btnEnviar{
	border:none;
	margin: 11px 0px 0px 0px;
	width: 256px;
	height: 56px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #fff !important;
    
	font-size: 17px;
	font-family: helvetica neue, calibri, arial;
	background: transparent url('imgBtn.png') no-repeat center;
	background-size: 277px;
}

#lblSerie{
	margin: 0px 0px 0px 1px;
}
.contact_form input, .contact_form textarea, .contact_form select {
    border: 1px solid #553e12;
}
.contact_form input:focus, .contact_form textarea:focus, .contact_form select:focus {
    border: 1px solid #553e12;
}
.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: #ad8b3e !important;
    width: 240px;
    color: #fff;
    font-size: 15px;
    font-family: helvetica neue, calibri, arial;
    border: 1px solid #553e12;
}
::-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: 184px !important;
    margin: -3px 0px 0px 15px;
    position: absolute;
}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width: 97%;
	height:30px;
	color: #eccc5c;
	font-size: 24px;
	text-align: center;
	margin: 30px 0px 0px 0px;
}
#outroFormulario a{
	color: #fff;
	font-size:14px;
	text-decoration: none;
}
#outroFormulario a:hover{
	color: #eccc5c;
	font-size:14px;
    text-decoration: underline;
}
#msgErro{
	width: 270px;
	height:30px;
	color: #fff;
	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;
	margin-left: 15px;
	border: 1px solid #8f8f8f;
	height: 40px;
	border-radius: 2px;
}
#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: 190px;
}
#subSelect{}
#p{
    line-height: 21px;
    font-family: helvetica neue, calibri, arial;
    font-size: 18px;
}
#txtCel{
    width: 109px;
    margin-right: 2px;
}
#txtTel{
    width: 109px;
    margin-right: 2px;
}
#txtNasc{
    width: 109px;
    margin-right: 2px;
}
li label{
    color: #fff;
    font-size: 14px;
    background-color: #ad8b3e;
    padding: 9px 0px 9px 2px;
    margin: 0px 4px 0px 1px !important;
}
li #diaNasc{
    width: 42px !important;
    margin-right: 2px !important;
}
li #mesNasc{
    width: 55px !important;
    margin-right: 2px !important;
}
li #anoNasc{
    width: 65px !important;
    margin-right: 2px !important;
}