
body { margin: 0; padding: 0;  z-index: 1; height: 100%; }
html { height: 100%; }

#hider { background-color:#666; z-index: 10000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; color:inherit;;
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4; cursor:pointer; }
#signupframe, #cpframe { z-index: 20000; position: fixed; top: 168px; left: 270px; }
#cpframe { left: 70px; top: 137px; }
#closer { position: fixed; top: 171px; left: 100px; z-index: 21000; font: 11px/13px Tahoma, Arial, Helvetica, sans-serif; color: #786c61 }
#closer.closeCP { left: 100px; top: 139px;font: 12px/14px Tahoma, Arial, Helvetica, sans-serif; color: #000; background-color: #fff; padding: 0 2px 0 20px; text-decoration: none; display: block; width: 86px; }
* html #hider, * html #signupframe, * html #closer, * html #cpframe { position: absolute; }
.normalize { font-weight: normal; font-style: normal; }
*:focus {
outline: none;
}

