.requestTable {
    width :580px; /* step +10px */
	border-collapse : collapse;	
}

.requestMessages {
	background:#FFF542 url('../immagini/bg_warning.gif') top right no-repeat; 
    padding : 5px;
	font-size : 11px;
    color : #EB7F0D;
    font-weight : bold;
	border: 1px solid #FEC643;
}

.requestMessages ul {
    list-style : square;
}

.requestVoice {
    background-color : #EFEFD6;
    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color : #7C7B66;
	border-bottom:1px solid #d4d1c2;
	white-space : nowrap;
}

.requestField {
	width:100%;
}

.capcha {
	float:right;
}

.sendButton {
    background-color : #EFEFD6;
    border : 1px solid #7C7B66;
    color : #7C7B66;
    font-size : 11px;
    font-weight : bold;
    float : right;
	padding : 1px;
	margin-top : 2px;
}

input.inputField, textarea.inputField {
    width : 410px;
	background-color : #ffffff;
    border : 1px solid #7F9DB9;
	padding:2px;
	
}

select.inputField {
    width : 415px;
	background-color : #ffffff;
    border : 1px solid #7F9DB9;
	padding:2px;	
}

.inputDateField {
	background-color : #ffffff;
    border : 1px solid #7F9DB9;
	padding:2px;	
}

.inputShortField {
	background-color : #ffffff;
    border : 1px solid #7F9DB9;
	padding:2px;	
}

.arrivalInputField, .departureInputField {
    width : 70px;
}


ul.requestRooms {
    list-style : none;
	margin: 0 0 10px 0;
	padding-left: 0;
}

.requestRooms li {
	margin: 0;
}

/* ******************** ADDITIONAL INFO ******************** */

.additionalInfo {
    clear : both;
	border-bottom : 1px dotted #7C7B66;
	padding-bottom : 5px;
	padding-top : 5px;
	line-height : 20px;
	width :580px; /* step +10px */
}

.newsletterTitle {
	color : #7C7B66;
	font-weight : bold;
	font-size : 11px;
}

.newsletterSubscribe {
	font-weight : normal;
	font-size : 11px;
	text-align : left;
}

.customerSubscription {
	margin-bottom:-1px;
}

.newsletterContent {
	font-size : 11px;
}

.privacyTitle {
	color : #7C7B66;
	font-weight : bold;
	font-size : 11px;
}

.privacyContent {
	font-size : 11px;
	text-align : justify;
}

#thirdStepButtonName {
    font-weight:bold;
    color:#800000;
    text-decoration:underline
}
