body {
	background: #e9e1bc;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
p {
	color: #333;
}

.terms {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	padding-left:30px;
}

a:link {color:#000000;}
a:visited {color:#000000;}
a:hover {color:#999;}
a:active {color:#000000;}

.greyIndent {
	background-image: url(../images/greyIndent.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	margin-top: 20px;
}
.greyIndentWithText {
	background-image: url(../images/greyIndent.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}
.headerImage {
	width: 602px;
	height: 115px;
}
.bottomImage {
	width: 602px;
	height: 14px;
}
.mainSection {
	width: 602px;
	background-image: url(../images/mainSectionShadow.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
.internalMainSection {
	margin: 25px;
}
.headerText {
	font-size: 18px;
}
.mainText {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
}
.mainTextBold {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
}
.voucherSection {
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	width: 532px;
	background-color: #d6cc97;
	background-image: url(../images/VouherSectionBackground.jpg);
	background-repeat: repeat-x;
}
.voucherSectionBottomCorners {
	background-image: url(../images/voucherSectionBottomCorners.png);
	background-repeat: no-repeat;
	float: left;
	width: 532px;
}
.centerImage {
	text-align: center;
}

.voucherDetails {
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 360px;
	float: left;
}
.voucherLink {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 5px;
	float: left;
}
.voucherBagImage {
	float: left;
	background-image: url(../images/voucherBagImage.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 60px;
	margin-left: 10px;
	margin-right: 5px;
}
.voucherBuyNowImage {
	width: 78px;
	height: 95px;
	border: none;
}
.voucherRadio {
	margin-left: 5px;
}
.voucherCombo {
	margin-left: 5px;
}
.mainTitle {
	font-size: 16px;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 12px;
	width:243px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	font-size: 12px;
}

