/** this is the style positions for top level and detail **/


/** ROPE ACCESS LAUNCH - content top normal: 160 banner: 220px */
#content{
	
	align:center;
	margin-left: auto;
	margin-right: auto;
	position:absolute;

	width:760px;

	left: 0;

	top: 170px;

	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;
}