/* atributos padrões */

.semantic br {
	clear: both;
}


form#agencia_login, form#agencia_recuperar_senha {
	width: 350px;
    left: 15%;
}
form#agencia_cadastro fieldset, form#comprar_roteiro fieldset {
	border: none;
}
form#comprar_roteiro label {
	width: 20%;
}

form#agencia_cadastro {
	width: 450px;
    left: 10%;
}

form#passagens {
	width: 400px;
}
form#passagens fieldset fieldset, form#passagens fieldset legend {
	border-color: #CAE2A4 !important;
}


form#cotizacao_cadastro label {
	width: 25%;
}

form#agencia_cadastro label {
    border: 1px solid #DBECBF;
    border-top: 0px;
    border-left: 0px;
}

form.semantic {
    font: normal 11px Verdana;
    color: #343434;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.semantic fieldset {
	border: 1px solid #CAE2A4;
    margin: 3px;
    padding: 10px 10px 10px 10px;
    text-align: center;
}
.semantic fieldset input, fieldset select, fieldset textarea {
	float: left;
	margin: 0px 0px 10px 0px;	
	
}
.semantic fieldset fieldset {
    border: 1px dashed #80A640 !important;
    clear: both;
    margin: 0px 0px 10px 0px;
    
}
.semantic fieldset legend {
	color: #5C8615;
    background: #F2F4EE;
    border: 1px solid #CAE2A4;
    padding: 2px;
    margin: 0px 0px 10px 0px;
}
.semantic fieldset fieldset legend {
    background: #F6F6F6;
    border: 1px dashed #80A640;       
}
.lblSmall {
	width: 16% !important;
}

.lblSmaller {
	width: 10% !important;
}

.lblNormal {
	width: 30% !important;
}

.semantic label {
	float: left;
	left: 0px;
    width: 36%;
    margin-left: 4%;
    text-align: right;
    padding: 2px 2px 3px 3px;
    border: 1px solid #DBECBF;
    /*#80A640*/
    border-top: 0px;
    border-left: 0px;
    color: #5C8615;
}
.semantic input, select, textarea {
    font: 12px Verdana;
    background: #FFFFFF;
    color: #80A640;
    border: 1px solid #80A640;
    margin: 0px 0px 15px 5%;
}
.semantic textarea, select {
    width: 46%;
}
.semantic input, select {
    
}
.semantic input:focus, select:focus, textarea:focus, optgroup:hover {
    border: 1px solid #FF0000;
}    
.semantic optgroup {
    border: 1px solid #FFFFFF;
    background: #DDDDDD;
}
.semantic option {
    background: #FCFDFE;
}

/* /atributos padrões */

fieldset.center input, fieldset.center select, fieldset.center textarea {
	float: none;
	margin: 0px 0px 10px 20px;
	text-align: center !important;
}

/* news index */

form#newsletter  {
	margin: 0px;
	padding: 0px;
	float: left;
}
#newsletter label {
	font-size: 13px;
	border: 0px;
	margin-left: 10px;
}
#newsletter input {
	margin: 2px 0 0 0;
	border: 1px solid #80A640;
}
label {
    cursor: hand;
}

#newsletter .no-border {
	position: relative;
	top: 4px !important;
	top: 3px;
}

/* /news index */


textarea {
	overflow: auto;
}

.no-border {
	border: 0px !important;
}

.box-small {
    width: 350px;
    text-align: center !important;
    vertical-align: center !important;
}


#indique_amigo input {
	border: 1px solid #A9C974 !important;
	background-color: #F8FBF4 !important;
	margin: 5px 0px 0px 0px;

}