﻿.customorderform {
	font-family:Arial;
	font-size:14px;	
}
.customorderform label {
	font-family:Arial;
	font-size:14px;
}
.customorderform input {
	font-family:Arial;
	font-size:14px;
}
.customorderform select {
	font-family:Arial;
	font-size:14px;
}
.customorderform textarea {
	font-family:Arial;
	font-size:14px;
	width:300px;
	height:75px;	
}
.customorderform td.lbl {
	padding-bottom:1px;	
}
.customorderform td.fld {
	padding-bottom:10px;	
	padding-right:10px;
}
.customorderform td.lg input {
	width:325px;	
}
.customorderform td.sml input {
	width:75px;	
}
.customorderform td.tt {
	border: dashed 1px #666666;
	background-color: #EBEBEB;
	font-size: 12px;
	width: 375px;
	padding: 5px;
}
.customorderform .hdr {
	font-family:Arial;
	font-size:12px;
	padding-bottom:10px;	
}
.customorderform .section {
	width:760px;
	border-bottom:solid 1px #999999;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:2px;
}
.customorderform .wrapstd {
	background-color:#ffffff;	
	padding-top:5px;
	padding-bottom:5px;	
}
.customorderform .wrapalt {
	background-color: #F7F7F7;
	padding-top:5px;
	padding-bottom:5px;	
}
.customorderform .tt {
	display:none;
}
.customorderform td.vv {
	border: 1px dashed #FF3737;
	background-color: #FFB9B9;
	font-size: 12px;
	width: 375px;
	padding: 5px;
}
table.adminHdr td.lbl_b {
	font-weight:bold;	
}