/* nice login form */
#niceloginform{
  position: absolute;
  width: 25%;
  left: 38%;
  top: 135px;
  background: #FFFFFF;
  border: solid #EEEEEE 5px;
  display: none;
  z-index: 99;
  color: #999999;
}
#niceloginform .shadow{
  border: solid #CCCCCC 1px;
  padding: 40px;
}
#niceloginform .shadow div{
  font-size: 81.3%;
  margin: 0.7em 0px;
}
#niceloginform label{
  font-size: 81.3%;
  display: block;
}
#niceloginform small{
  font-size: 84.7%;
  margin-left: 1ex;
}

#screen{
  position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: 98;
  display: none;
  background: url(/i/1x1.png);
}
* html #screen{
    background-color: #333;
    background-color: transparent;
    background-image: url(/i/1x1.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/i/1x1.png", sizingMethod="scale");
}

#niceloginform a:link, #niceloginform a:visited {
	color: #999999;
}
#niceloginform a:hover {
	color: #999999;
	text-decoration: none;
}

#niceloginform b {
	font-size: 18px;
	font-weight: normal;
}

#niceloginform input[type=text], #niceloginform input[type=password] {
	width: 100%;
}

