/***** FORM GENERAL CONFIGURATION *****************************************************************/

#defaultForm1{
	width: 600px;
	height: auto;
	text-align: left;
}

#topSearchForm{
	display: block;
	float: right;
	width: auto;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#bodySearch{
	display: block;
	float: right;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	border-bottom: 1px solid #eaeaea;
}

.searchInput{
	display: block;
	float: left;
	width: 235px;
	height: 100%;
	padding: 0px 10px 0px 45px;
	border: none;
	font: normal 12px/40px 'robotomedium', Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #998675;
	background: url(../img/icoSearch.png) no-repeat 10px center #fff;
}

#bodySearch .searchInput{background-color: #f2f3e5;}

.buttonNext{
	cursor: pointer;
	display: block;
	overflow: hidden;
	float: right;
	width: 40px;
	height: 100%;
	border: none;
	color: transparent;
	background: url(../img/arrowRight.png) no-repeat center center #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.buttonNext:hover{background-color: #e4b90d;}
.buttonNext:active{background-color: #d4a900;}

.buttonDefault, .buttonSearchNext{
	cursor: pointer;
	display: block;
	width: 120px;
	height: 40px;
	margin: 0px 0px 0px 20px;
	padding: 0px 10px;
	border: none;
	font: normal 14px/40px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #8b4a20;
	background: url(../img/icoArrowRight.png) no-repeat 80px center #f0c419;
	
	transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.buttonDefault{float: right;}
.buttonSearchNext{float: left;}

.buttonDefault:hover, .buttonSearchNext:hover{background-color: #e4b90d;}
.buttonDefault:active, .buttonSearchNext:active{background-color: #d4a900;}

/***** CONTENT BLOCKS *****/

.FB100, .FB50, .FB33, .FB25 {
	height: auto;
	text-align: left;
}

.FB100 {width: 100%;}
.FB50 {width: 49%;}
.FB33 {width: 32%;}
.FB25 {width: 24%;}

.FBRelative {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
}

/***** FORM LABELS *****/

.formLabel{
	display: block;
	width: auto;
	height: auto;
	margin: 0px 0px 5px 0px;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
}

/***** INPUT FIELDS *****/

.formLeftBlock {
	display: inline-block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
}

.formLeftBlock2 {
	display: inline-block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

.formLeftBlock3 {
	display: inline-block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	position: relative;
	left: 0px;
	top: 0px;
	border-top: 1px solid #e2e2e2;
}

.formRightBlock {
	display: inline-block;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	margin: 0px 0px 20px 0px;
}

.formRightBlock2 {
	display: inline-block;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	margin: 0px 0px 20px 0px;
	padding: 0 0 0 20px;
}

.inputDefault, .inputCEP, .inputCNPJ, .inputCPF, .inputData, .inputDataMesAno, .inputDDD, .inputFone, .inputFoneFull, .inputHora, .inputInscEst {
	display: block;
	float: left;
	height: 30px;
	padding: 5px;
	border: none;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	background-color: #f2f3e5;
}

.inputTextArea {
	resize: none;
	display: block;
	float: left;
	height: 120px;
	padding: 5px;
	border: none;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	background-color: #f2f3e5;
}

/***** CUSTOM COMBOBOX *****/

.comboBoxObject {
	*width: 100% !important;
	height: 40px;
	padding: 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	font: normal 14px/16px 'RockwellStdBold', arial, verdana, serif;
	text-align: left;
	color: #998675;
	border: 0px none;
	background: transparent;
}

.comboBoxObject option {padding: 5px;}

.inputVisible, .inputVisibleOpen {
	cursor: pointer;
	height: 30px;
	padding: 5px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.inputVisible {
	background: url(../img/forms/btnComboBox.png) no-repeat right center #f2f3e5;
}

.inputVisibleOpen {
	background: url(../img/forms/btnComboBoxOpen.png) no-repeat right center #f2f3e5;
}

/***** IMG CHECKBOXES & RADIOBUTTONS *****/

.checkBoxIMG, .radioButtonIMG {
	display: block;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	margin: 5px 5px 5px 0px;
	position: relative;
	border: none;
}

.checkBoxIMG label, .radioButtonIMG label {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	border: none;
	outline: 0px;
	outline-style: none;
}

.checkBoxIMG label {background-color: #f2f3e5;}
.radioButtonIMG label {
	border-radius: 10px;
	background-color: #f2f3e5;
}

span.formLabel {margin: 5px 0px 5px 0px;}
.checkBoxIMG label.checked{background: url(../img/forms/bgCheckBoxSet.png) no-repeat center center #f2f3e5;}
.radioButtonIMG label.checked{background: url(../img/forms/bgRadioButtonSet.png) no-repeat center center #f2f3e5;}

.checkBoxIMG input, .radioButtonIMG input {
	cursor: pointer;
	opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	outline: 0px;
	outline-style: none;
}

/***** CONFIMATION FIELDS *****/

#contactForm .imgCaptcha {
	float: left;
	width: 150px;
	height: 40px;
	margin-right: 10px;
}

.inputCaptcha {
	width: 80px;
}

.formComents, .formTips {
	display: block;
	float: left;
	width: 100%;
	margin: 5px 0px 0px 0px;
	font: normal 12px/15px arial, verdana, sans-serif;
	text-align: left;
	color: #998675;
}

.formComents {
	float: left;
}

.sucessMessage, .errorMessage, .alertMessage {
	display: block; /* BLOCK or NONE */
	width: 608px !important;
	height: auto;
	min-height: 20px;
	margin: 0px 0px 10px 0px !important;
	padding: 6px 10px;
	/*position: absolute;
	left: 0px;
	top: 0px;*/
	font: bold 12px/18px 'Tahoma', Arial, Helvetica, sans-serif;
	clear: both;
	position: relative;
	top: 10px;
}

.sucessMessage {
	/*text-shadow: 0px 0px 2px #9f9;*/
	color: #090;
	border: 1px solid #25E04D;
	background: url(../img/icoConfirm.png) no-repeat 10px 8px;
}

.alertMessage {
	/*text-shadow: 0px 0px 2px #ff9;*/
	color: #089;
	border: 1px solid #21BBF3;
	background: url(../img/icoAlert.png) no-repeat 10px 8px;
}

.errorMessage {
	/*text-shadow: 0px 0px 2px #f99;*/
	color: #d00;
	border: 1px solid #FF7D6A;
	background: url(../img/icoError.png) no-repeat 10px 8px;
}

.error {
	border: 1px solid #f00 !important;
}

input.error {
	margin: -1px;
}