/** this is the style positions for top level and detail **/
#content{
	position:absolute;
	width:760px;
	left: 0;
	top: 160px;
	background-image: url(../imgs/prodback.gif);
	background-repeat: repeat;
}


#right {
	float: right;
	width: 182px;
	background-color: #FFE9BF;
}
#left {
	float: left;
	width: 176px;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}
