BODY {
	background: #000 url(../images/bg.jpg) no-repeat 50% 0;
	margin: 0;
	padding: 0;
}
FORM {
	margin:0;
	padding:0;
}
#mainContainer {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
#Login {
	width: 276px;
	height: 177px;
	position: absolute;
	top: 145px;
	right: 100px;
}
#LoginBlock {
	width: 276px;
	height: 177px;
	position: relative;
}
#RegularLogin {
	background: url(../images/login-bg.png);
	width: 276px;
	height: 177px;
}
#SpecialLogin {
	background: url(../images/login-bg-ag.png);
	width: 276px;
	height: 177px;
}
#account, #Account,
#password, #Password {
	width: 133px;
	height: 26px;
	position: absolute;
	left: 117px;
	top: 67px;
	background: none;
	font: bold 15px/26px "Trebuchet MS";
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}
#password, #Password {
	top: 103px;
}
#sbLogin, #agLogin {
	width: 69px;
	height: 32px;
	position: absolute;
	top: 138px;
	left: 185px;
}
#LoginSwitch {
	position:absolute;
	top:178px;
	left:0px;
	width:50px;
	height:50px;
}
#LoginSwitch INPUT {
	background:none;
	width:50px;
	height:50px;
	border:none;
}
