/**
 *	Textarea border: #7F9DB9
 */

form .warning {
	font-weight: bold;
	color: red;
}

form .hide-me {
	position: absolute;
	top: -999em;
	left: -999em;
}

form .show-me {
	position: inherit;
}

form span.required {
	font-size: 1.5em;
	font-weight: bold;
	color: red;
}

form textarea {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	border: 1px solid #7F9DB9;
	padding: 4px;
}

form label {
	
}

form .r1 label {
	float: left;
	font-weight: bold;
	width: 11em;
}

/* Submit Buttons */
#cart_back {
	float: left;
	font-size: 1.2em;
	width: 8em;
	line-height: 26px;
}

#cart_back a {
	display: block;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #57677F;
	border: 1px solid #A6BED0;
	text-align: center;
	width: 50px;
}

#cart_back a:hover {
	text-decoration: none;
	color: #f8dc00;
	border: 1px solid #00163b;	
}

#cart_back.alternate-payment {
	width: auto;	
}

#cart_back.alternate-payment a {
	width: auto;
	padding-left: 0.3em;
	padding-right: 0.3em;
}

#cart_continue {
	float: right;
	width: 8em;
	text-align: right;
}

#cart_continue button {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	width: 90px;
	height: 28px;
	text-decoration: none;
	border: none;
	color: #FFFFFF;
	cursor:pointer;
	background-color: #57677F;
	border: 1px solid #3C90D0;
}

#cart_continue button:hover {
	color: #f8dc00;
	border: 1px solid #00163b;
}

#cart_continue.print-order {
	position: absolute;
	top: 8px;
	right: 0px;
	width: auto;
	padding-bottom: 0px;
}

#cart_continue.print-order button {
	width: 10em;
}
