sup,sub {	
	height: 0;	
	line-height: 1;	
	vertical-align: baseline;	
	_vertical-align: bottom;	
	position: relative;	
}
sup {	
	bottom: 1ex;
}
sub {
	top: .5ex;
}

#formstyle td { 
	padding: 5px; 
	border: solid 1px black;  
	border-collapse: collapse;
}

#formstyle table { 
	border: solid 1px black; 
	border-collapse: collapse;
}
div.modalcontent table tr tr.alt tr.over td {
	background:transparent none repeat scroll 0 0;
}

.formheader { 
	font-size: 1.2em; 
	font-weight: bold; 
	color: black;
}

.formheader2 { 
	font-size: 1em; 
	font-weight: bold; 
	color: black;
}

.myindent { 
	display: block;
	margin-left: 24px;
	margin-right: 10px;
}
.val { 
	font-weight: bold; 
	color: red; 
	font-size: 16px;
}

.val2 { 
	font-size: 14px; 
	color: red; 
}

#formstyle ul{
	text-align:left;
	margin:1em 0;
	padding:0;
} 
#formstyle ul li{
	display:block;
	white-space:nowrap;
} 
#formstyle ul li.prev{
	float:left;
}