.offerDetails {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

.offerDetails, .offerDetails p, .offerDetails ul, .offerDetails td, .offerDetails.input {
	font-size:12px;
}

.offerDetails a {
	color:#850100;
}

.offerDetails h1 {
	font-size:1.5em;color:#292929;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 0;
}
.offerDetails h3 {
}

.offerDetails .big {
	font-size:1.2em;
	font-weight:bold;
}

.offerDetails .errorbox {
	margin-top:0;
	color:#850100;
}
.offerDetails select.fixWidth {
	width:100px;
}
.offerDetails ul {
	margin: 25px 15px 25px 5px;
	padding-left: 0;
}
ul.offerDetailsList {
	padding-left: 15px;
}
.offerDetails li, ul.offerDetailsList li {
	margin-bottom: .8em;
	list-style: none;
	background: url(../images/new-booking-form/bullet.gif) 0 50% no-repeat;
	padding-left: 15px;
	font-size: 12px;
}
.offerDetails .strongdate {
	color:#820000;
	font-size:1.5em;
	text-align:center;
	margin-bottom:15px;
}
p.error, .errorbox {
	background: #FFF3F3;
	border: 1px solid #E08484;
	padding: 15px;
	color: #850100;
	font-weight: bold;
}
.errorbox li {
	margin-left: 15px;
}