html, body, .home {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, Sans-serif, Verdana; 
}

table {
	width: 100%;
	height: 100%;
	margin: 0px;
	border: 0px;
}

img {
	border: 0px;
}

iframe {
	height: 100%;
	width: 100%;
}

.banner {
	text-align: center;
	vertical-align: center;
	height: 25%;
}

.login {
	text-align: center;
	vertical-align: bottom;
	height: *%;
}

.log-label {
	padding: 0 15px 0 0;
	text-align: right;
	font-size: 30px;
	height: 1;
}

.log-edit {
	font-size: 30px;
	line-height: normal;
	color: #f48e1c;
	padding: 2px 2px 2px 5px;
	border: solid 2px #f48e1c;
	background: none;
	width: 230px;
}

.log-check {
	height: 1;
}

.log-button {
padding-top: 15px;
height: 1;
}

.gray {
background: #e5e5e5;
}

.button {
	width: 1px;
	font-size: 12px;
}

.button a{
	text-decoration: none;
	color: #000000;
	background: url('button-sprite.png') 0px -21px;
	width: 100%;
	height: 21px;
	display: block;
}

.button div			{width: 100%; height: 100%; cursor: pointer;}
.button a div			{background: url('button-sprite.png') no-repeat 0% 0%;}
.button a div div 		{padding: 3px 0px 3px 10px; background: url('button-sprite.png') no-repeat 100% -42px;}
.button a div div.ie	{padding: 3px 10px 3px 10px; background: url('button-sprite.png') no-repeat 100% -42px;}

.button-space {
width: 30;
}

.hint {
	text-align: center;
	vertical-align: center;
	height: 30%;
	line-height: 25px;
	font-weight: bold;
}

.help {
	text-align: center;
	vertical-align: center;
	font-size: 12px;
}

.livechat {
	background: url('use/license/livechat.png') no-repeat center center;
	height: 24px;
	width: 90px;
	text-decoration: none;
	padding: 10px 0 0 0;
	display: inline-block;
}

.colored {
	color: #f48e1c;
}

.footer {
	text-align: center;
	vertical-align: bottom;
	height: 1;
}

.footer .info {
	text-align: center;
	vertical-align: bottom;
	padding: 0 0 15px 0;
	font-size: 12px;
}

* html .png
{
  width: expression(this.firstChild.width);
  filter: expression("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.firstChild.src+"', sizingMethod='image')");

  background: expression("transparent url("+this.firstChild.src.replace(".png", ".gif")+") no-repeat");
  backg/round: none !important;
}

* html .png img
{
  behavior: expression(this.style.visibility="hidden");
}