.colLeft {
	position: relative;
	left: 0px;
	width: 150px;
    padding-top: 10px;
	padding-left: 6px;
	padding-right: 4px;
	float: left;
    /* border: 1px dashed blue; */
}
.colMid {
	position: relative;
	width: 429px;
	float: left;
    /* border: 1px dashed red; */
}
.colRight {
	position: relative;
	width: 150px;
	padding-left: 5px;
	right: 0px;
	float: right;
    margin-right: 12px;
    /* border: 1px dashed blue; */
}
