@charset "utf-8";

.login {
	margin: auto;
	z-index: 300;
	text-align: left;
	vertical-align: middle;
	background-color: #000000;
	margin-top: 100px;
}
.login #box    {
	border: 1px solid #000000;
	text-align: center;
	background-color: #FFFFFF;
	height: 200px;
	width: 410px;
	padding-left: 20px;
	padding-right: 15px;
	margin-top: none;
	margin-left: auto;
	margin-right: auto;
} 
.login #box fieldset  {
	width: 400px;
	height: 100px;
}
.login #box form {
	height: 80px;
}
.login #box #label {
	padding-top: 10px;
	padding-left: 10px;
}
.login #box #Login {
	padding: 5px;
}
.login #box p {
	text-align: left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	padding-bottom: 3px;
	margin-top: 3px;
}
.login   #box  a {
	color: #CC0000;
	text-decoration: none;
	margin: none;
}
.login   #box  a:hover {
	color: #000000;
	text-decoration: none;
}
.login  #box  a:focus {
	color: #000000;
	text-decoration: none;
}
.login   #box  a:visited {
	color: #CC6600;
	text-decoration: none;
}
.login #box h1 {
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}
