* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}
/* This is the Holly Hack \*/
* html .wrap {
	height: 1%
}
/* For Win IE's eyes only */

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #3a3a3a;
	background: url(../../../shared/images/manager/login-page-bg.jpg) top center no-repeat #c4c4c4;
}
a {
	color: #578CCA;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #578CCA;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	background-color: transparent;
}
.login {
	width: 300px;
	background-color:#FFFFFF;
	border: 2px solid #999;
	margin: 100px 0 20px 0;
	font-size: 11px;
}
.login-title {
	width: 300px;
	height: 25px;
	padding-top: 5px;
	background-image: url(../../../shared/images/manager/top.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
}
.login-isi {
	padding: 10px;
	text-align: left;
}
input {
	width: 160px;
	display: block;
	padding: 3px;
	margin: 10px 0 1px 0;
	font-size: 14px;
	color: #3a3a3a;
	font-family: Georgia, serif;
}
input[type=checkbox] {
	width: 20px;
	margin: 0;
	display: inline-block;
}
select {
	margin-top: 3px;
	width: 280px;
}
textarea {
	margin-top: 3px;
	width: 280px;
}
.submit input, .submit input:focus, .button, .button:focus {
	background: url(../../../shared/images/manager/fade-butt.png);
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}
.submit input:active, .button:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}
.error {
	font-weight: bold;
	color: #ff0000;
}
.success {
	font-size: 14px;
	font-weight: bold;
	color: #0C3;
}