html{
    background: url(../img/bgtile.gif);
    font-family: OpenSans, Helvetica, Arial, sans-serif;
}
div.form-input, div.form-input:hover { background: none; }
div.form-input input:hover {
    /*box-shadow: inset 0px 0 5px #000;*/
}
#main{
	width: 540px;
	height: 432px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-216px 0 0 -270px;
	background: url('../img/greenstonelogin.jpg');
	overflow: hidden;
}
#bd,#hd,#ft{
	margin: 0 0 0 50px;
	float: left;
	width: 420px;
	border: none;
	/*border: 1px solid black;*/
	padding: 0;
}
#hd{ margin-top: 50px; height: 60px; font-family: Roboto, Helvetica, Arial, sans-serif; }
#bd{ height: 200px; }
#LoginForm{ float: left; margin-left: 150px; width: 250px; padding-top: 40px; }
#hd h1{ position: absolute; width: 266px; height: 66px; overflow: hidden;}
#hd h1 a{
	width: 166px;
	height: 46px;
	display: -moz-inline-stack;
	display:inline-block;
	vertical-align: text-top;
	padding-top: 46px;
	font-size: 1px;
	line-height: 46px;
	overflow: hidden;
	border: 0px solid white;
}
#hd h2, #hd h3{ float: right; margin:0; padding:0; border:none; font-weight: normal; }
#hd h3 { font-weight: 100; font-size: 10.5pt; }
#tag { font-size: 8px; font-family: OpenSansLight, sans-serif; }

.form-input.text, .form-input.password {
	width: 100%;
}

/* Overrides */
#LoginForm {
    margin-left: 130px;
    width: 250px;
}
#LoginForm div.form-input.text, #LoginForm div.form-input.password {
    /*width: 90%;*/
}
