body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
}

#header {
	background-image: url("../images/header_login.jpg");
	background-repeat: no-repeat;
	height: 300px;
	margin: 0px auto;
	width: 1080px;
	position: relative;
}

#header-n {
	background-image: url("../images/new/header_login.jpg");
	background-repeat: no-repeat;
	height: 300px;
	margin: 0px auto;
	width: 1080px;
	position: relative;
}

#notice {
	color: #525B66;
	margin: 140px 25px;
	position: absolute;
	font-size: 16px;
	font-family: Georgia;
	display: none;
}

#notice p {
	margin: 5px 0px;
}

.idle {
	color: #B3B3B3;
	font-family: Arial;
	font-style: italic;
	padding: 3px 2px 4px !important;
	height: 14px !important;
}

#email {
	margin: 131px 0px 0px 768px;
	padding: 1px 1px 4px;
}

#password-text {
	display: none;
	margin: 7px 0px 0px 768px;
}

input:focus, select:focus {
	outline: none;
}

input[type=text] {
	border: none;
	font-family: Arial;
}

.pass-webkit {
	margin: 8px 0px 5px 765px;
	font-family: Tahoma;
	font-size: 17px;
	height: 13px !important;
	padding: 4px;
	border-top: 1px solid #999DA0;
	border-bottom: 1px solid #999DA0;
	border-right: none;
	border-left: none;
}

.pass-ff {
	margin: 8px 0px 5px 765px !important;
	padding: 2px 4px;
	border: 1px solid transparent;
}

.pass-ie {
	margin: 8px 0px 5px 765px;
	height: 13px !important;
	padding: 4px;
	border-top: 1px solid #999DA0;
	border-bottom: 1px solid #999DA0;
	border-right: none;
	border-left: none;
}

input[type=text], input[type=password] {
	width: 275px;
	height: 14px;
}

.red {
	color: #BF0030;
}

#login {
	margin: 194px 912px;
	background-position: -9px 5px;
}

.button_text {
	height: 32px;
	width: 141px;
	background-image: url("../images/wilson_text.png");
	background-repeat: no-repeat;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}

.button_color {
	height: 32px;
	width: 141px;
	background-image: url("../images/wilson_color.png");
	background-repeat: no-repeat;
	position: absolute;
}

.button_normal {
	background-position: -12px -51px;
}

.button_normal_hover {
	background-position: -12px -18px;
}