.requestTable {
    width :640px;
	margin: 0 auto;
	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 : #FFC700;*/
    text-align : right;
	font-weight : bold;
	padding-right : 6px;
	color: #FFFFFF;
	border-bottom:1px solid #797979;
	white-space : nowrap;
	width:30%;
}

.requestField {
	width:100%;
}

.capcha {
	float:right;
}

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

.inputField {
    width : 98%;
	background-color : #1A1A1A;
    border: 1px solid #ECA50B;
	padding:2px;
	margin: 0 0 2px 2px;	
	color:#FFFFFF;
}

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

.inputShortField {
	background-color : #1A1A1A;
    border: 1px solid #ECA50B;
	padding:2px;
	margin: 0 0 2px 2px;	
	color:#FFFFFF;
	
}

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 #ECA50B;
	padding-bottom : 5px;
	padding-top : 5px;
	line-height : 20px;
	width :640px;
	margin: 0 auto;
}

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

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

.privacyContent a:link, .privacyContent a:visited{
	color:#CCCCCC;
}

.privacyContent a:hover{
color:#FF9900;
}

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