BODY {
	background: #000 url(../images/bg.jpg) no-repeat 50% 78px;
	margin: 0;
	padding: 0;
}
FORM {
	margin:0;
	padding:0;
}
#mainContainer {
	width: 1000px;
	height: 550px;
	margin: 0 auto;
	position: relative;
}
#Login {
	width: 494px;
	height: 84px;
	position: absolute;
	top: 175px;
	left: 456px;
}
#LoginBlock {
	width: 494px;
	height: 84px;
	position: relative;
}
#RegularLogin {
	background: url(../images/login-bg.png);
	width: 494px;
	height: 84px;
}
#SpecialLogin {
	background: url(../images/login-bg-ag.png);
	width: 494px;
	height: 84px;
}
#account, #Account,
#password, #Password {
	width: 135px;
	height: 29px;
	position: absolute;
	left: 120px;
	top: 41px;
	background: none;
	font: bold 15px/26px "Trebuchet MS";
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
}
#password, #Password {
	top: 41px;
	left:268px;
}
#sbLogin, #agLogin {
	width: 69px;
	height: 31px;
	position: absolute;
	top: 41px;
	left: 415px;
}
#LoginSwitch {
	position:absolute;
	top:195px;
	left:152px;
	width:40px;
	height:40px;
}
#LoginSwitch INPUT {
	background:none;
	width:40px;
	height:40px;
	border:none;
}
