html {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
}
a:link {
	color: #0A4480;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #383838;
}
a:hover {
	text-decoration: none;
	color: #D7070C;
}
a:active {
	text-decoration: none;
	color: #0A4480;
}
#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	margin-left: -350px;
	position: absolute;
	top: -153px;
	left: 50%;
	width: 699px;
	height: 306px;
	visibility: visible;
	background: url(../_Layout/bgLoginPage.jpg) no-repeat;
	}
#content h1 {
	position: absolute;
	left: 2px;
	top: 8px;
	height: 91px;
	width: 375px;
	background: url(../_Layout/webstudio-logo.gif) no-repeat;
	margin: 0px;
	text-indent: -9999em;
}
#content #cmsVersion {
	position: absolute;
	left: 137px;
	top: 73px;
	margin: 0px;
	color: #A50C0C;
	font-size: 1.1em;
	width: 235px;
}
#content #companyLogo {
	position: absolute;
	right: 10px;
	height: 73px;
	width: 297px;
	background: url(../_Layout/bgCompanyLogo.gif) no-repeat;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	top: 27px;
}
#content .formWrapper {
	width: 300px;
	position: absolute;
	top: 120px;
	left: 277px;
	font-size: 1.1em;
}
fieldset {
	border-style: none;
	margin: 0px;
	padding: 0px;
}
legend {
	display: none;
}
label {
	display: block;
}
input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}
input.txtBox {
	background: #FFFFFF url(../_Layout/bgTxtBox.gif) no-repeat right top;
	border: 1px solid #9E9E9E;
}
input.txtBoxRequired {
	background: #FFFFFF url(../_Layout/bgTxtBoxRequired.gif) no-repeat right top;
	border: 1px solid #9E9E9E;
	padding-right: 20px;
}
input.txtBoxReadOnly {
	background: #FFFFFF url(../_Layout/bgTxtBoxReadOnly.gif) no-repeat right top;
	border: 1px solid #9E9E9E;
	padding-right: 20px;
}
input.txtBox:focus, input.txtBoxRequired:focus {
	background: #EFE3A7 url(../external/none);
	border: 1px solid #990000;
}
input.txtBox:hover, input.txtBoxRequired:hover {
	border: 1px solid #990000;
}
input.formBtn {
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #517294;
	background: #2E6596 url(../_Layout/bgBtn.gif) repeat-x;
}
