*					{ margin: 0; padding: 0; }

html {
	background: #2e9a98 none no-repeat;
}

p {
	color: white;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

body				{ background: none repeat-x center; color: black;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.clear				{
	clear: both;
}

form				{ width: 457px;
	margin: 135px auto 34px;
	padding-top: 140px;
	padding-right: 25px;
	background: url(../images/login.jpg) no-repeat;
}

legend				{ display: none;
	float: right;
}

fieldset			{
	border-width: 0;
}

label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 15px;
}

input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px; font-size: 15px;
					  color: #3a3a3a; font-family: "Lucida Grande", Lucida, Verdana, sans-serif;}
					  
.button				{ border: 1px solid #999;
					  -moz-border-radius: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 14px;  width: 70px;
	padding: 5px;
	margin-left: 180px;
	margin-top: -70px;
	float: right;
	background-repeat: repeat-x;
	background-position: center;
}
.button:hover		{ background: white; color: black; }

#email {
	margin-top: 32px;
}

#email a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#email a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#footer {
  list-style: none;
	position:absolute; bottom: 20px;
	left: 50px;
}
#footer li {
  display: block;
  margin-left: 17px;
	float: left;
}
#footer a:link,
#footer a:visited {
  color: #eee;
  text-shadow: #000 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
	font-size: 13px;
	text-decoration: none;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
  color: #fff;
}