#checkout #Bill_ZIP, #checkout #Ship_ZIP {
	width: 75px;
}
#checkout #Daytime_Phone, #checkout #Evening_Phone, #checkout #Bill_City, #checkout #Ship_City {
	width: 150px;
}
#checkout #Security_Code {
	width: 40px;
}
#checkout .hint {
	font-size: 11px;
	font-weight: normal;
}
#checkout .orderformheaderrow {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#checkout .orderformnote {
	font-size: 11px;
	padding-right: 50px;
}
#checkout tr {
	vertical-align: top;
}
#contact-form .textinput, #feedback-form .textinput {
	width: 250px;
}
#contact-form textarea, #feedback-form textarea {
	width: 400px;
}
#contact-form tr, #feedback-form tr, #schedule-form tr, #guarantee-form tr{
	height: 24px;
}
#Submit {
	display: block;
	margin: 0 auto;
	width: auto;
}
.checkout-heading {
	font-weight: bold;
	margin-bottom: 15px;
}
.cursorpointer {
	cursor: pointer;
}
.error-field {
	background-color: #ffcccc;
}
.hidden {
	display: none;
}
.required-star {
	color: #000000;
	position: absolute;
}
.smallhint {
	font-size: 10px;
	font-weight: normal;
}
.thank-you-table tr {
	height: 20px;
}
input[type=text] {
	width: 200px;
}
label {
	font-weight: bold;
	left: 10px;
	position: relative;
}
textarea {
	margin: 0 0 0 10px;
	width: 400px;
}
