#csenquiryform {
	clear: both;
	margin-top: 5px;
	border: 1px solid #cccccc;
	padding: 10px;
	float: left;
	width: 90%;
	background: #ffffee;
	margin-right: auto;
	margin-left: auto;
}

#csenquiryform h2 {
	margin: 0px 0px 5px;
	font-size: 1.3em;
}
#csenquiryform .loadingbox {
	visibility: hidden;
	float: right;
	font-weight: bold;
	color: white;
	background-color: #ff4e43;
	padding: 3px 5px;
}
#csenquiryform .clabel {
	vertical-align: text-top;
	margin-bottom: 5px;
	padding: 2px;
}
#csenquiryform .cstext {
	width: 22em;
	margin-bottom: 5px;
	padding: 2px;
	color: #000
}
#csenquiryform .cscontact {
	width: 18em;
	margin-bottom: 5px;
	padding: 2px;
	color: #000
}
#csenquiryform .csdatemonth {
	width: 10em;
	margin-bottom: 5px;
	padding: 2px;
	margin-left: 5px;
	color: #000
}
#csenquiryform .csdateday {
	width: 4em;
	margin-bottom: 5px;
	padding: 2px;
	color: #000
}
#csenquiryform .csnum {
	width: 4em;
	margin-bottom: 5px;
	padding: 2px;
	color: #000
}
#csenquiryform .csnote {
	width: 23em;
	margin-bottom: 5px;
	padding: 2px;
	color: #000
}
#csenquiryform .csrequired {
	font-weight: bold;
}
#csenquiryform .csmissing {
	font-weight: bold;
	color: red;
}
#csenquiryform .csformerror {
	font-weight: bold;
	color: red;
}
#csenquiryform #arrivaldateshow img, #csenquiryform #departuredateshow img {
	vertical-align: top;
	margin-left: 5px;
}

