input.credit-card-name {
	width: 160px;
}
input.credit-card-number {
	width: 120px;
}
label:hover {
	cursor: pointer;
}

.button-row {
	clear: both;
	text-align: center;
}
.form-row {
	clear: both;
	margin: 0.5em auto;
}

#dealer-login-page form#dealer-login {
	border: 1px solid #666;
	margin: 0 auto;
	padding: 10px 0;
	width: 400px;
}
#dealer-login-page form#dealer-login label {
	float: left;
	margin-right: 0.1em;
	text-align: right;
	width: 10em;
}
.fixed-field input, input.fixed-field {
	background: #fff;
	border: none;
	color: #000;
}

#commercial-order-page, #commercial-order-page select {
	font-size: 10pt;
}
#commercial-order-page form#commercial-order {
	border: 1px solid #666;
	margin: 0 auto;
	padding: 10px;
	width: 650px;
}
#commercial-order-page form#commercial-order #header-first-column {
	float: left;
	width: 300px;
}
#commercial-order-page form#commercial-order #header-second-column {
	float: right;
	width: 325px;
}
#commercial-order-page form#commercial-order #po-number {
	text-align: center;
}
#commercial-order-page form#commercial-order #credit-card-information {
	margin: 1em auto;
}
#commercial-order-page form#commercial-order #credit-card-information label {
	float: left;
	margin-right: 0.1em;
	text-align: right;
	width: 120px;
}
#commercial-order-page form#commercial-order #credit-card-information input, #commercial-order-page form#commercial-order #credit-card-information label {
	line-height: 1.6em;
}