@charset "utf-8";
/* CSS Document */
label{
	display: block;
	width: 75px;
	float: left;
	margin-right: 5px;
	text-align: right;
}
div.input{
	clear: both;
	padding: 5px;
}
div#cal1Container{
	margin-left: 85px;
	margin-bottom: 5px;
}
div.submit{
	margin: 5px 0px 5px 85px;
}
tr.odd{
	background-color: #E0DFE3;
}
td{
	padding: 2px 6px;
}
div.checkout {
	margin: 5px 0px 5px 280px !important;
}
div.terms {
	margin-left: 280px;
	font-size: 10px;
	width: 140px;
	text-align: justify;
}
dt{
	font-weight: bold;
	margin-top: 10px;
}
div.error-message {
	clear: none;
	color: red;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 0 1px 0;
	margin-left: 82px;
}
div.authorize {
	margin-left: 300px;
}
div.authorizeTop {
	margin-top: 100px;
}
div.flashTitle {
	width: 60%;
	color:#FF0000;
	text-align: center;
	font-size:11px;
	padding: 5px;
}
div#flashMessage {
	width: 60%;
	background-color:#FFF5D9;
	color:#FF0000;	
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}
div.footnote {
	margin: 10px 0px 20px 82px;
	font-size: 10px;
}
div.total {
	width: 200px;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0px 5px 82px;
}
div.totalItemization {
	font-weight:normal;
	font-size: 10px;
	margin-left: 82px;
	margin-bottom: 10px;
}