body {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
.clear_fix {
	clear: both;
}
.center {
	width: 510px;
	margin:auto;
}
.left {
	width:575px;
	float:left;
}
.right {
	width:215px;
	float:right;
}
.login {
	background: url('/images/members/snake2.jpg') bottom right no-repeat;
	padding: 20px;
	height:203px;
}
.label {
	float:left;
	width:200px;
	padding:5px 0;
}
.input {
	float:left;
	width:200px;
	padding:5px;
}
.input input {
	width:190px;
	padding:5px;
	border: 1px solid #000000;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.submit {
	margin-top:10px;
	float:left;
	margin-right:10px;
}
.submit input.submit {
	width:147px;
	height:38px;
	margin:0 0 0 28px;
	border: none;
	background: url(/images/members/login.jpg) no-repeat;
	text-indent:-9999px;
	outline:0px;
}
.submit input.submit:hover {
	background-position:0 -38px;
}
.login_error {
	color: #e20031;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	padding: 10px 0;
}
.forgot {
	padding:10px 0 0 0;
}
.forgot a {
	color:#0000FF;
}
.forgot a:hover {
	color:#CC9900;
}
.footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:100px;
	font-size:12px;
	color:#666666;
}
.footer a {
	color:#666;
}
.footer a:hover {
	color:#3366CC;
}
.footer a.sig {
	display:block;
	width:82px;
	height:16px;
	text-indent:-9999px;
	outline:none;
	margin:auto;
	background: url(/images/mwdesigns.png) no-repeat;
}
.footer a.sig:hover {
	background-position:0 -16px;
}