.colhead {
	background-color:#61ccee;
	font-family:verdana,arial;
	font-size:10px;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-bottom:1px solid gray;
}

.colheadend {
	background-color:#61ccee;
	font-family:verdana,arial;	
	font-size:10px;
	border-top:1px solid gray;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
}

.col {
	border-left:1px solid gray;
	border-bottom:1px solid gray;
	font-family:verdana,arial;
	font-size:10px;
	color:#61ccee;
}

.colend {
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-bottom:1px solid gray;
	font-family:verdana,arial;
	font-size:10px;
	color:#61ccee;
}

.carttext {
	font-family:verdana,arial;
	color:#61ccee;
	font-size:10px;
}

.cartheading {
	font-family:verdana,arial;	
	font-size:14px;
	font-weight:bold;
}

#errbox {
	position: absolute;
	top: 550;
	left: 15;
	width: 350px;
	background-color:#d4ebf9;
	font-family:verdana,arial;
	font-size: 10px;
	color: red;
}

#latest {
	position:absolute;
	width:300px;
	left: 15px;
	top: 490px;
	font-family:arial;
	font-size:11px;
}
