*, html { height: 100%; }
body {
	height: 100%;
	background-color: #a0a0a0;
	background-image:url(container_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom; 
	border-top: 5px solid #000;
	color: #333;
	font-size: 11px;
	font-family: Arial;
}

#webViewForm{
	background:transparent url(form_bg.png) no-repeat scroll 0 0;
	height:320px;
	margin:12% auto 0;
	width:596px;
}
#loginForm {
	float:left;	
	height:35px;
	margin:155px 0 0 55px;
	width:490px;
}
#loginForm  input{
	margin-top: -13px;
	margin-left: 8px;
	margin-right: 6px;
	background: transparent;
	border:1px solid transparent;
	width: 164px;
	height: 27px;
	float: left;
	line-height: 24px;
	font-size: 22px;
	color: #5d616d;
	padding: 5px;
}
/*
#loginForm  input[id="Textbox2"]{
	margin-left: 200px;
}
*/
#loginForm   input[type="submit"]{
	margin-left: 12px;
	background: transparent;
	width: 89px;
	height: 31px;
	text-indent: -9999px;
	border:1px solid transparent;
}
#loginForm   input[type="submit"]:hover{
	cursor: hand;
}

#introText{
	margin-left:60px;
	text-align:left;
	width:476px;
}
.aspNetHidden { display: none; }