body {
	/*background: url(../../Images/Login/LoginBg.jpg);*/
	background-image: url(../../Images/Login/LoginWindowBg.png);
	font-family: arial, tahoma;
}
a img {
	border:0;
}
div#Window {
	width: 500px;
	height: 260px;
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
	color: #0f94d2;
	background-image: url(../../Images/Login/LoginWindowBg.png);
	background-repeat: no-repeat;
}
div#Window table#inputTStruct {
	margin-top:80px;
}
div#logoContainer {
	font-size:400%
}

input {
	background: transparent;
	border: 1px solid #fff;
}
input.Input {
	padding-left:5px;
	padding-top:3px;
	background: url(../../Images/Login/Input.jpg) no-repeat;
	border: 0px;
	width: 178px;
	height: 25px;
}

