@charset "utf-8";
/* CSS Document */

#checkout h3 {
	border-bottom: 1px #666 dotted;
}
#checkout form {
	margin: 0;
}
#checkout fieldset {
	border-color: #97b7cc;
}
#checkout legend {
	color: #426c87;
}
#checkout label {
	display: block;
	margin: 0 0 0px 0;
	color: #426c87;
	width: 180px;
	float: left;
}
#checkout .question {
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px #bfe1f1 dotted;
}
#checkout input, #checkout select {
	margin: 0 0 0 0px;
	width: 200px;
	border-color: #97b7cc;
}
#checkout div.submitbar {
	background-color: #97b7cc;/**/
	border-bottom: 2px #bfe1f1 solid;
	padding: 6px 0 6px 0;
	text-align: center;
	margin-bottom: 9px;
}
