body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#wrap{
	background: url(../img/bg.gif) top left repeat-y;
	margin-left: 100px;
	width: 780px;
}
#header{
	background: url(../img/header.jpg) top left no-repeat;
	height: 116px;
}
#content{
	padding: 15px 30px;
}
#footer{
	background: url(../img/footer.jpg) bottom left no-repeat;
	padding: 0 0 68px 0;
	text-align: center;
}

.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.headlinetextwhite {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
 .normaltextwhite {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.headlinetextblack {


	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.normaltextwhitesmall {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.list_table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
}
.normal2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
}

/* Step 1 Buttons */
.step1btn a{
	background: url(../img/rent.gif) top left no-repeat;
	display: block;
	height: 45px;
	color: #000;
	text-decoration: none;
	padding: 14px 10px 0 60px;
	margin: 15px auto;
	font-size: 16px;
	font-weight: bold;
	width: 200px;
}
.step1btn a.fee{
	background: url(../img/fee.gif) top left no-repeat;
}
.step1btn a:hover{
	color: #cb3434;
}

/* Next &amp; Prev Navigation */
.aleft{
	float: left;
	width: 200px;
}
.aright{
	margin-left: 220px;
	text-align: right;
}

/* Payment Form Styles */
h1 em{
	color: #cb3434;
	font-style: normal;
}

label{
	display: block;
	float: left;
	width: 200px;
	clear: left;
	padding: 10px 0 0 0;
	font-size: 14px;
}
label#sametrigger{ padding: 0; }
label strong{
	color: #cb3434;
}
input[type=text]{
	width: 220px;
	border: solid 2px #d7d7d7;
	padding: 5px 10px;
	font-size: 16px;
	float: left;
}
.clearline{
	clear: both;
	height: 1px;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #efefef;
}
#confi{
	margin: 30px 0;
	width: 720px;
	border: solid 1px #ccc;
	font-size: 14px;
}
#confi th{
	text-align: left;
}
#confi .monies th,
#confi .monies td{
	font-size: 16px;
	background: #efefef;
}
#confi .monies td{
	color: #cb3434;
	font-weight: bold;
}

/* Error's validation */

input.valid{
	border-color: #97e8b4;
}
input.error{
	border-color: #d78282;
}

#paymentForm label.error {
	clear: none;
	padding: 12px 0 0 10px;
	width: auto;
	display: block;
	color: #cb3434;
	font-size: 11px;
	float: left;
}
#content h2{
	clear: both;
	margin: 0;
	padding: 25px 0 10px 0;
}

input#submit{
	background: url(../img/next.gif) top left no-repeat;
	border: none;
	width: 72px;
	height: 33px;
}

input#billAmount{
	background: url(../img/pound.gif) top left no-repeat;
	width: 205px;
	padding: 5px 10px 5px 25px;
}

