#contentsection form{
	margin: 10px 20px;
}

.row {
	height: 26px;
	clear: both;
	font-size: 12px;
}

.col1 {
	height: 25px;
	float: left;
	width: 400px;
	padding-left: 1ex;
	color: #840;
	background: #F4E8BE;  
}

.col2 {
	height: 25px;
	width: 50px;
	float: left;
	padding-left: 1ex;
	background: #F4E8BE;
	color: #840;
	text-align: center;
}

.header{
	background: #fdf7d5;
	font-size: 14px;
	font-weight: bold;
}

.total {
	font-size: 16px;
	width: 75px;
	height: 25px;
	float: left;
	padding-left: 1ex;
	background: #F4E8BE;
	color: #840;
}