#content_subnav
{
	position: absolute;
	z-index:102;
	
	left: 10px;
	top: 360px;
	width: 280px;
	height: 187px;
	
	text-align: right;	
}

#content_header{
	position: absolute;
	z-index: 102;
	left: 310px;
	top: 120px;
	width: 540px;
}

#content_body,
.jScrollPaneContainer
{
	width: 540px;
	height: 340px;
	padding-right: 2px;

}

.jScrollPaneContainer
{
	position: absolute;
	z-index:102;
	
	left: 310px;
	top: 170px;
}


#content_subnav_bg,
#content_body_bg{
	position: absolute;
	z-index:100;

	background-color:#050201;
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

#content_subnav_bg{
	left: 9px;
	top: 350px;
	width: 282px;
	height: 198px;
}

#content_body_bg{
	left: 291px;
	top: 100px;
	width: 583px;
	height: 448px;
}

#content_sectionnav{
	position: absolute;
	z-index:102;
	
	left: 310px;
	top: 110px;
	width: 563px;
	height: 20px;
}

.emailBForm tr td:first-child,
.myForm tr td:first-child{
	text-align:right;
	vertical-align: top;
}

.emailBForm {
	width: 100%;
}
.emailBForm tr td:first-child{
	width: 40%;
}


