html 
{
	overflow: scroll;
}

table.noborder, table.noborder tr, table.noborder td
{
	border-style: none;
}

table.noborder
{
	margin: 0px;
	padding: 0px;
}

.required
{
	color: #CC0000;
}

.available
{
	color: #009900;
}

div.checkoutButtons
{
	clear: both;
	display: block;
	padding-top: 15px;
	text-align: center;
}

a.checkoutButtonBack
{
	background-image: url(../images/rewnd_16x16.gif);
	margin: 1px;
	padding: 10px 10px 10px 35px;
	text-decoration: none;
	font-weight: bold;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #FF0000;
	border-color: #FF0000;
	border-style: solid;
	border-width: 3px;
}

a.checkoutButtonForward
{
	background-image: url(../images/fastf_16x16.gif);
	margin: 1px;
	padding: 10px 35px 10px 10px;
	text-decoration: none;
	font-weight: bold;
	background-position: right;
	background-repeat: no-repeat;
	font-size: 18px;
	color: #00CC00;
	border-color: #00CC00;
	border-style: solid;
	border-width: 3px;
}

a.checkoutButtonBack:hover
{
	background-color: #FF3333;
	color: #FFFFFF;
}

a.checkoutButtonForward:hover
{
	background-color: #00FF33;
	color: #FFFFFF;
}

h3
{
	color: black;
}

.confirm_graphic
{
	float: right;
	padding-left: 10px;
}