@charset "utf-8";
/* CSS Document */
body {
	background-color: #999999;
}
div#login-form {
}
div#loading { 
	display: none;
	text-align: center;
}
div#loading img {
	margin-right: 10px;
}
div#login-error{
	text-align: center;
	color: #8D0505;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
}
div#login-box {
	width:395px;
	margin: auto;
	margin-top: 50px;
}
#login-header_ {
	width:395px;
	height:58px;
	background: url(../images/client/login-header.jpg) no-repeat;
}
#login-container {
	width:395px;
	background: url(../images/client/login-repeat.jpg) repeat-y;
}
#login-footer_ {
	width:395px;
	height:25px;
	background: url(../images/client/login-footer.jpg) no-repeat;
}
#login-bottom-logo_ {
	width: 395px;
	height:91px;
	text-align:center;
}
div#stylized {
	padding: 20px;
}
div#stylized form {
	margin-left: 40px;
}
#stylized label {
	width: 100px;
}
#stylized input {
	width: 150px;
}
#submitbutton {
	margin-left: 100px;
}
#stylized label.error {
	margin-left: 100px;
	width: 150px;
}
