body {
	font-size:16px;
	font-family:Garamond, Times New Roman;
}
h2 {
	padding:0px;
	margin: 0px;
	font-size:24px;
	font-weight:normal;
}
a {
	color: #0066FF;
	text-decoration:none;
}
a:hover {
	color: #000000;
}
.clear_fix {
	clear: both;
}
.center {
	width: 790px;
	margin:auto;
}
.left {
	width:575px;
	float:left;
}
.right {
	width:215px;
	float:right;
}
.logo {
	padding-bottom:50px;
}
.login {
	padding: 20px;
	border: 1px solid #e20031;
}
.label {
	float:left;
	width:265px;
	padding:10px 0;
}
.input {
	float:left;
	width:265px;
}
.input input {
	width:240px;
	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:88px;
	height:33px;
	margin:0px;
	border: none;
	background: url(/images/login.jpg) no-repeat;
}
.submit input.submit:hover {
	background-position:0 -33px;
}
.register {
	margin-top:10px;
	float:left;
}
.register a {
	width:94px;
	height:33px;
	display:block;
	text-indent:-9999px;
	outline:none;
	border: none;
	background: url(/images/register.jpg) no-repeat;
}
.register a:hover {
	background-position:0 -33px;
}
.login_error {
	text-align:center;
	color: #e20031;
	background:#FFFFCC;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	margin-top:10px;
	font-size:18px;
	padding: 10px 0;
}
.forgot {
	padding:10px 0 0 0;
}
.forgot a {
	color:#E20031;
}
.forgot a:hover {
	color:#0033CC;
}
.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;
}
