/*	Elementos comuns ======================================================================== */
input, textarea {
	width: 190px;
	padding-left: 5px;
}

input, select, textarea {
	border: 1px solid #AAA9A9; /* 30% preto */
	background: #FFF;
}

input, label, select, textarea, fieldset fieldset {
	font-size: .8em;
}

p>input, p>select {
	font-size: .7em;
}

.cep, #cadastro_jur .col1 .cep {
	width: 50px;
	float: left;
}

.reserva label, #cadastro_jur .col1 label {
	width: 140px;
}

.reserva fieldset, #cadastro_jur .col1 {
	width: 344px !important;
	width: 348px;
}

/*	Elementos básicos ======================================================================== */
input[type="radio"] {
	width: auto !important;
}

fieldset {
	width: 284px !important;
	width: 288px;
	padding: 0;
	display: table-cell;
	vertical-align: top;
	border: none;
}

form {
	padding: 0 0 20px 20px;
	clear: both;
}

label {
	width: 80px;
	float: left;
	margin-right: 7px;
	text-align: right;
	cursor: pointer;
}

legend {
	display: none;
}

select {
	width: 197px;
}

textarea {
	height: 80px;
	font: .7em sans-serif, Arial, Helvetica, Verdana;
}

form p {
	margin-bottom: 5px;
	display: block;
}

fieldset fieldset input /* IE */ {
	width: 15px;
	border: none;
	background: transparent;
}

/*	Classes ================================================================================= */
.btn {
	width: auto;
	margin-left: 30px;
	padding: 0 7px;
	background: #C2C1C1; /* 20% preto */
	cursor: pointer;
}

.col2 {
/* 	margin-left: 20px; */
	padding-top: 14px;
	padding-left: 20px;
}

span.fontemenor {
	display: block;
	text-align: right;
}

.col1/*, .cadastro fieldset*/ {
}

.col2 fieldset {
	width: 180px !important;
}

.reserva .col2 {
	width: 348px;
/* 	margin-left: 0; */
}

.reserva .col1 .pass {
	width: 118px;
}

/*	Id's ==================================================================================== */
#cep {
	width: 88px;
}

#estado {
	width: 45px;
	float: left;
	text-align: center;
}

#passageiros {
	width: 22px;
	padding-left: 0;
	text-align: center;
}


