body {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #d6e2a7;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#chat {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 116px;
	height: 117px;
	overflow: hidden;
	z-index: 100;
}
#Header {
	background-image: url('images/Header_bg.gif');
	background-repeat: repeat-x;
	height: 88px;
	overflow: hidden;
}
#Message {
	background-image: url('images/Alert_bg.gif');
	background-repeat: no-repeat;
	width: 712px;
	height: 49px;
	margin: 5px auto;
	padding-top: 10px;
	font-weight: bold;
	font-weight: normal;
	font-size: 11px;
}
#Error {
	background-image: url('images/Alert_bg.gif');
	background-repeat: no-repeat;
	width: 712px;
	height: 49px;
	margin: 5px auto;
	padding-top: 10px;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
	color: red;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
#Wrapper {
	margin: 0px;
	background-image: url('images/Splash_Arc_bg.gif');
	background-color: white;
	background-repeat: no-repeat;
	background-position: 0px 88px;
	height: 500px;
}
.Main {
	margin: 10px auto 10px auto;
	width: 712px;
	overflow: hidden;
	height: 381px;
	background-image: url('images/Content_bg.gif');
	background-repeat:no-repeat;
	position: relative;
}
#ApplyMain {
	margin: 25px auto 10px auto;
	width: 540px;
	overflow: hidden;
	height: 366px;
	background-image: url('images/Apply_bg.gif');
	background-repeat:no-repeat;
	background-position: left bottom;
	position: relative;
	color: #660066;
	font-size: 13px;
	font-weight: bold;
}
#ApplyMain h3 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}
#ApplyMain h4 {
	padding: 0px;
	margin: 7px;
	font-size: 14px;
}

#BusinessLicence {
	position: absolute;
	width: 230px;
	height: 110px;
	z-index: 1;
	left: 17px;
	top: 75px;
	text-align: center;
}
#NoBusinessLicence {
	position: absolute;
	width: 250px;
	height: 120px;
	z-index: 1;
	left: 288px;
	top: 75px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}
.EmailAddressTextbox {
	width: 95%;
}
.ApplicationIDTextbox {
	width: 70%;
	float: left;
	margin-top: 2px;
}
.ResumeButton {
	float: left;
}


.LoginBox {
	font-size: 10px;
	text-align: left;
	position: absolute;
	top: 75px;
	left: 225px;
	width: 250px;
	height: 160px;
	overflow: hidden;
}
.SiteKeyCode {
	position: absolute;
	width: 185px;
	height: 27px;
	top: 347px;
	left: 8px;
	text-align: left;
}
.ImageBlocks {
	width: 712px;
	height: 127px;
	margin-right: auto;
	margin-left: auto;
}
.LeftImage {
	float: left;
}
.RightImage {
	float: right;
}
.Footer {
	margin: 15px auto 15px auto;
	padding-top: 10px;
	background-image: url('images/FooterDivider.gif');
	background-repeat: repeat-x;
	width: 712px;
	color: #43135C;
}
.clear .Footer {
/*	width: 540px; */
}
.Footer .Left {
	float: left;
	width: 35%;
	text-align: left;
}
.Footer a:visited {
	text-decoration: none;
	color: #43135C;
}
.Footer a {
	text-decoration: none;
	color: #43135C;
}
.Footer .Right {
	float: right;
	width: 30%;
	text-align: right;
}
.LoginButtonShort {
	float: right;
}
.SiteKeyTextbox {
	width: 130px;
	float: left;
	margin-top: 2px;
}
.UsernameTextbox {
	width: 96%;
}
.PasswordTextbox {
	width: 60%;
	float: left;
	margin-top: 2px;
}
.LoginBottonLong {
	float: right;
}
.clear {
	clear: both;
}