.requestTable {
    width :100%;
	border-collapse : collapse;	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.requestTable td {
    padding:2px !important;
	vertical-align:middle !important;
}

.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 #EB7F0D;
}

.requestMessages ul {
    list-style : square;
}

.requestVoice {
    background-color : #ffc900;
    text-align : right;
	font-weight : bold;
	color : #a71500;
	border-bottom:1px solid #a71500;
	white-space : nowrap;
	padding-left:20px !important;
}

.requestField {
	width:100%;
}

.capcha {
	float:right;
}

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

.inputField {
    width : 98%;
	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;
	
}

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 #a71500;
	padding-bottom : 5px;
	padding-top : 5px;
	line-height : 20px;
	width :100%;
	margin-left:auto;
	margin-right:auto;
}

.newsletterTitle {
	color : #990000;
	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 : #990000;
	font-weight : bold;
	font-size : 11px;
}

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

#privacyPolicy a:link {
	color:#800E0E;
}

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