.shadowimage {  filter: shadow(Color=gray,Direction=115); height: 1px; clip:   rect(   )}

.trans {
	filter: alpha(opacity=50);
}

.opacity1 {
	filter:alpha(opacity=50);
}

.opacity2 {filter:alpha(opacity=100);
}

.opacity1b {
	filter:alpha(opacity=50);
	border: 1px solid #000000;
}

.opacity2b {filter:alpha(opacity=100);
	border: 1px solid #000000;
}.thumbbox {
	background-color: #FFFFEE;
	text-align: center;
	vertical-align: middle;
	border: 1px inset #666666;
	overflow: hidden;
	height: 100px;
	width: 100px;
}
.gftxfield {
	font-size: 9px;
	height: 10px;
	width: 12px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #006699;
}
.gfbtfield {
	font-size: 8px;
	height: 12px;
	width: 16px;
	padding: 0px;
	margin: 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BECEE3;
	border: 1px solid #006699;
}
