
.generic_div {
	width: 90%;
	padding: 5px;
	margin: 0px;
	font-family: arial, tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	color: maroon;
}

.generic_div span {
	display: inline-block;
	width: 150px;
	padding: 5px;
	padding-left: 75px;
	text-align: right;
}

.generic_line {
	width: 100%;
	padding: 5px;
	margin: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #EAEAEA;
	color: black;
	border: 1px black solid;
}

.checkout_steps {
	width: 90%;
}
.checkout {
	width: 60%;
	font-size: 24px;
	font-weight: bold;
	background-color: white;
	color: gray;
	text-align: left;	
}
.checkout_step {
	width: 100px;
	padding: 0px;
	background-color: #EAEAEA;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: black;
	cursor: pointer;
}
.current_step {
	font-weight: bold;
	background-color: black;
	color: white;
	border: 1px gray solid;
}
	

.checkoutAlert {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: red;
}

	input.error { border: 1px solid red; font-family: Arial, Helvetica, sans-serif; font-size: small; }
	label.error {
		background: url('http://dev.jquery.com/view/trunk/plugins/validate/demo/images/unchecked.gif') no-repeat;
		padding-left: 16px;
		margin-left: .3em;
	}




