#orderform {
	margin-top: 10px;
}
#TB_load{
	position: fixed;
	width:208px;
	z-index:103;
	top: 42%;
	left: 55%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	font: 14px arial bold;
	color: black;
}
* html #TB_overlay #TB_load { /* ie6 hack */
     position: absolute;
}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 37%;
	left: 37%;
	height:25%;
	width:25%;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
}
.TB_overlayBG {
	background-color: whitesmoke;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}
* html #TB_overlay,  * html #TB_load { /* ie6 hack */
     position: absolute;
}