/***** FORM GENERAL CONFIGURATION *****************************************************************/

#defaultForm1{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	position: relative;
	left: 0px;
	top: 0px;
}

.formulario{display: block;}
.regulamento{display: none;}

.buttonDefault{
	display: block;
	float: right;
	width: auto;
	height: 60px;
	margin: 15px 0px 0px 0px;
	padding: 0px 50px 0px 20px;
	font: bold 12px/60px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	border: 0px solid #ccc;
	background: url(../img/icoNext.png) no-repeat right center #387ac2;
	
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

.buttonDefault:hover{background-color: #5193db;}
.buttonDefault:active{background-color: #215c9c;}

.buttonDefault2{
	display: block;
	float: left;
	width: auto;
	height: 60px;
	margin: 15px 0px 0px 0px;
	padding: 0px 20px 0px 50px;
	font: bold 12px/60px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #fff;
	border: 0px solid #ccc;
	background: url(../img/icoPrev.png) no-repeat left center #cccccc;
	
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

.buttonDefault2:hover{background-color: #ddd;}
.buttonDefault2:active{background-color: #bbb;}

.buttonPrint{
	display: inline-block;
	width: auto;
	height: 60px;
	margin: 20px 200px 0px 200px;
	padding: 0px 50px 0px 50px;
	background-color: #387ac2;
	
	transition-property: background;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

.buttonPrint span{
	display: block;
	float: left;
	width: auto;
	height: 24px;
	margin: 18px 5px;
	font: bold 15px/24px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #fff;
}

.buttonPrint img{
	display: block;
	float: right;
	width: 28px;
	height: 24px;
	margin: 18px 5px;
}

.buttonPrint:hover{background-color: #5193db;}
.buttonPrint:active{background-color: #215c9c;}

.m40Botton{margin-bottom: 40px!important}

/***** CONTENT BLOCKS *****/

.FB100, .FB66, .FB50, .FB33 {
	display: block;
	width: auto;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	text-align: left;
}

.FB100 {width: 100%;}
.FB66{width: 540px;}
.FB50 {width: 400px;}
.FB40 {width: 380px;}
.FB33 {width: 260px;}

/***** FORM LABELS *****/

.formLabel{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
	font: normal 16px/20px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #485768;
}

p.formLabel{border-bottom: 1px solid #ccc;}

.formLeftBlock span, .formRightBlock span{
	display: block;
	float: left;
	width: 100%;
	height: auto;
	min-height: 24px;
	/*margin: 0px 0px 20px 0px;*/
	font: normal 20px/24px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

/***** INPUT FIELDS *****/

.formLeftBlock {
	display: inline-block;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 20px 20px 0px;
}

.formLeftBlock2 {
	display: inline-block;
	float: left;
	margin: 0px 20px 0px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

.formRightBlock{
	display: inline-block;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px 0px 20px 0px;
}

.formRightBlock2{
	display: inline-block;
	float: right;
	position: relative;
	left: 0px;
	top: 0px;
}

.inputDefault, .inputCEP, .inputCNPJ, .inputCPF, .inputData, .inputDDD, .inputFone, .inputFoneFull, .inputFoneFull8, .inputHora, .inputInscEst, .inputVisible, .inputVisibleOpen {
	display: block;
	width: auto;
	height: 33px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #dae4eb;
	font: normal 12px/12px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #485768;
	background-color: #fff;
}

.inputTextArea {
	resize: none;
	display: block;
	width: auto;
	height: 100px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #dae4eb;
	font: normal 12px/12px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #485768;
	background-color: #fff;
}

/***** CUSTOM COMBOBOX *****/

.comboBoxObject {
	*width: 100% !important;
	height: 43px;
	padding: 12px 5px;
	position: absolute;
	left: 0px;
	top: 0px;
	font: normal 12px/12px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	color: #485768;
	border: 0px none;
	background: transparent;
}

.comboBoxObject option {padding: 5px;}

.inputVisible, .inputVisibleOpen {
	cursor: pointer;
	height: 33px;
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.inputVisible {background: url(../img/forms/btnComboBox.png) no-repeat right center #fff;}
.inputVisibleOpen {background: url(../img/forms/btnComboBoxOpen.png) no-repeat right center #fff;}

/***** IMG CHECKBOXES & RADIOBUTTONS *****/

.checkBoxIMG, .radioButtonIMG {
	display: block;
	overflow: hidden;
	float: left;
	width: 35px;
	height: 35px;
	margin: 0px 5px 0px 0px;
	position: relative;
	border: none;
}

span.formLabel {
	display: block;
	float: left;
	width: auto;
	height: 35px;
	font: normal 16px/35px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #485768;
}

.checkBoxIMG input, .radioButtonIMG input {
	cursor: pointer;
	opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
	-o-opacity: 0;
	-webkit-opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	outline: 0px;
	outline-style: none;
}

.checkBoxIMG label, .radioButtonIMG label {
	display: block;
	width: 31px;
	height: 31px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
	outline: 0px;
	outline-style: none;
}

.checkBoxIMG label {
	border: 2px solid #ccc;
	border-radius: 5px;
	background: url(../img/forms/bgCheckBox.png) no-repeat center center #f9f9f9;
}

.checkBoxIMG label.checked{
	border: 2px solid #ccc;
	background: url(../img/forms/bgCheckBoxSet.png) no-repeat center center #f9f9f9 !important;
}

.radioButtonIMG label {
	border: 2px solid #ccc;
	border-radius: 20px;
	background: url(../img/forms/bgRadioButton.png) no-repeat center center #f9f9f9;
}

.radioButtonIMG label.checked{
	border: 2px solid #387ac2;
	background: url(../img/forms/bgRadioButtonSet.png) no-repeat center center #f9f9f9 !important;
}

/***** CORFIMATION FIELDS *****/

.imgCaptcha {
	float: left;
	width: 135px;
	height: 45px;
	margin-right: 10px;
}

.formComents, .formTips {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	font: italic 12px/15px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
	color: #999999;
}

.messageBlock{
	display: block;
	float: left;
	width: auto;
	height: auto;
	position: absolute;
	right: 0px;
	bottom: -50px;
}

#mainContent .messageBlock .sucessMessage, 
#mainContent .messageBlock .errorMessage, 
#mainContent .messageBlock .alertMessage {
	display: block;
	width: auto;
	height: 32px!important;
	padding: 6px 10px 6px 48px;
	position: relative;
	left: 0px;
	top: 0px;
	font: normal 16px/32px Arial, Trebuchet MS, 'Tahoma', Helvetica, sans-serif;
	text-align: left;
}

.sucessMessage {
	color: #25E04D;
	border: 1px solid #25E04D;
	background: url(../img/icoConfirm32.png) no-repeat 6px 6px;
}

.alertMessage {
	color: #21BBF3;
	border: 1px solid #21BBF3;
	background: url(../img/icoAlert32.png) no-repeat 6px 6px;
}

.errorMessage {
	color: #FF7D6A;
	border: 1px solid #FF7D6A;
	background: url(../img/icoError32.png) no-repeat 6px 6px;
}

.error {border: 1px solid #f00 !important;}
select.error {border: 0px solid #f00 !important;}