
	#curtain {
	width: 330px;
	height: 50px;
	left: -330px;
	top: 0px;
	background-color: #000000;
	filter:alpha(opacity=00);
	-moz-opacity:.00;
	opacity: 0.00;
	position: fixed;
	z-index: 100;
	}
	#wForm {
	width: 600px;
	height: 267px;
	left: -5000px;
	top: 0px;
	background-color:#FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.00;
	opacity: 1.00;
	position: absolute;
	z-index: 101;
	}
			
	.wFormButton {
		height: 48px;
		overflow:hidden;
	}
	.wFormButton a img, .wFormButton a:visited img {
		margin-top: 0px;
	}
	.wFormButton a:hover img {
		margin-top: -48px;
	}
	#wFormInner {
		filter:alpha(opacity=100);
		-moz-opacity:1.00;
		opacity: 1.00;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: medium;
		color: #FFFFFF;
		font-weight: bold;
	}
