.formBlock {
	float: left;
	width: 100%;
	font-size: small;
	margin: 0px 0px 10px 0px;
}
.formTop {
	color: black;
	font-size: medium;
	font-weight: bold;
	background-image: url(images/box_top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
.formTopCorner {
	float: right;
	background-image: url(images/box_top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 25px;
	width: 18px;
}
.formHeading {
	color: black;
	font-size: small;
	font-weight: bold;
	text-align: center;
}
.formBody {
	text-align: left;
	vertical-align: top;
	background-image: url(images/box_middle_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	/*background-color: white;*/
	border-style: solid;
	border-color: #949494;
	border-width: 0px 0px 0px 1px;
	margin: 0px;
	padding: 5px 15px 0px 5px;
}
.formBot {
	background-image: url(images/box_bottom_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 18px;
}
.formBotCorner {
	float: right;
	background-image: url(images/box_bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}
.formCartBlock {
	float: left;
	width: 100%;
	background-color: #f4f8ff;
	border: 1px solid #064e9e;
	margin: 0px 0px 10px 0px;
}
.formCartBody {
	font-size: small;
	/*background-color: white;*/
	background-color: #f4f8ff;
	margin: 1px;
}
.formTable {
	width: 100%;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
.formTable th {
	background-color: #f4f8ff;
	border: 1px solid #ffffff;
	padding: 3px;
}
.formTable td {
	vertical-align: middle;
	padding: 3px;
}
.tableFooter {
	vertical-align: middle;
	background-color: #f4f8ff;
	padding: 3px;
}
.formFlatTable {
	border-collapse: collapse;
	margin: 10px 0px 10px 0px;
}
.formFlatTable td {
	vertical-align: middle;
	padding: 2px;
}
.formLeft {
	text-align: left;
}
.formCenter {
	text-align: center;
}
.formRight {
	text-align: right;
}
.formDashLeft {
	text-align: left;
	border-bottom: 1px dashed #064e9e;
}
.formDashCenter {
	text-align: center;
	border-bottom: 1px dashed #064e9e;
}
.formDashRight {
	text-align: right;
	border-bottom: 1px dashed #064e9e;
}
.errorBlock {
	color: #ad2626;
	font-size: small;
	background-color: #FAF3E4;
	border: 1px solid #ad2626;
	padding: 5px;
}
.errorTitle {
	font-size: large;
}
.formRow {
	padding: 5px 0px 5px 0px;
}
.formLabel {
	float: left;
	width: 150px;
}
.formLabelS {
	float: left;
	width: 100px;
}
.formLabelL {
	float: left;
	width: 200px;
}
.formField {
	float: left;
	margin-bottom: 3px;
}
.formError {
	float: left;
	color: #ad2626;
	font-size: x-small;
}
input, select {
	margin-bottom: 3px;
}
br {
	clear: both;
}
