.leftBorder {
	background-image: url(images/brd_lft.jpg);
	background-repeat: repeat-y;
}
.rightBorder {
	background-image: url(images/brd_rht.jpg);
	background-repeat: repeat-y;
}
.txtBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.txtErrorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

.txtBody1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 250px;
}
.listSm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 80px;
}

.listAuto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: Auto;
}

.quantity {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 20px;
	width: 50px;
}
.textField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 250px;
}

.textareaField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	width: 250px;
}
.amountField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	height: 20px;
	width: 100px;
	text-align: right;
}
.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9933;
}
.txtSteps {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.list2 {
	cursor:hand;
}