#login-error {
	background-color: white;
	word-wrap:break-word;
	font-family:helvetica, arial;
	text-align:center;
	color:RED;
	font-size:11px
}

#login-box {
	width: 235px;
	min-height: 252px;
	max-height: 270px;
	border: 1px solid #319a9c;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -126px;
	margin-left: -116px;
	background-color: #044fa1;
	background-repeat: no-repeat;
}

#login-form {
	background-color: #044fa1;
	height: 227px;
}

#login-box-header {
	background-color: #329898 transparent; 
	height: 27px; 
}

#login-middle {
	margin-left: 40px;
	padding-top: 30px;
	width: 156px;
	height: 187px;
}

.login-button-base {
	background-color : white;
	border: 1px outset #ddd;
	border-radius: 5px;
	height: 20px;
	cursor: pointer;
}

.login-button-row {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 24px;
}

.login-button-icon {
	padding-left: 24px;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
	display: block;
	height: 20px;
	<!--[if IE]>
	height: 18px;
	padding-top: 3px;
	<![endif]-->
	margin: 2px;
}

.with-margin {
	margin-right: 5px;
}

.login-button-half {
	width: 71px;
	float: left;
}

.login-button-enter {
	background-image: url(../images/button/ok.gif)
}

.login-button-fp {
	background-image: url(../images/button/help.gif)
}

.login-button-visitor {
	background-image: url(../images/button/visitor_16.gif);
}

.login-label {
	color: white;
	font-size: 13px;
	font-weight: 700;
}

input.login-input {
  	border: 1px solid #319A9C;
  	background-color: #EEEEEE;
  	width: 152px;
}

.login-input-focus {
  	border: 1px solid #319A9C;
  	background-color: #FFFFFF;
  	width: 152px;
}
#loading-box {
	display: none;
	width: 235px;
	height: 270px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -126px;
	margin-left: -116px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#loading-subbox {
	margin: 50% 0 0 50%; 
	width: 140px; 
	height: 50px; 
	left: -70px; 
	top: -25px; 
	display: inline-block; 
	position: absolute; 
	text-align: center
}