body {
	margin: 0;
	font-family:'Trebuchet MS';
	background: #E4E4E4;
}

#top {
	margin: auto;
	padding-top: 100px;
}

#middle {
	margin: auto;
	text-align:center;
	margin-bottom: 143px;
	color: #000;
}

#bottom {
	position:fixed;
	bottom: 0;
	text-align: center;
	color:#fff;
	height: 20px;;
	width: 100%;
}

#bottom span {
	bottom: 0;
	position: absolute;
	right: 0;
	font-size: 10px;
	color: #888;
}

#bottom span a {
	border-bottom:1px dotted #fff;
	text-decoration: underline;
	color: #888;
}
#bottom span a:hover {
	border-bottom:1px solid #fff;
	text-decoration: none;
}

input[type="text"] {
	border:1px solid #66DD00;
}
input[type="password"] {
	border:1px solid #66DD00;
}
input[type="submit"] {
	background:none repeat scroll 0 0 transparent;
	border:1px solid #66DD00;
	color:#999999;
	cursor:pointer;
	float:right;
	margin-top:15px;
	width:145px;
}
input[type="submit"]:hover {
	color:#000;
}

form.wform-login {
	background:none repeat scroll 0 0 #FFFFFF;
	border:5px solid #CCCCCC;
	height:350px;
	margin:0 auto;
	width:600px;
	position: relative;
}
.wform-login .wform-login-left {
	float:left;
	padding:25px;
	width:300px;
}

.wform-login .wform-login-right {
	bottom:0;
	float:left;
	padding:15px 25px 25px 0;
	position:absolute;
	right:0;
}

.wform-login .wform-login-right label {
	color:#999999;
}

.wform-login-error {
	width:600px;
	border:5px solid #CCCCCC;
	border-top:0;
	background: #fff;
	margin:0 auto;
}