html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body, input, select, pre {
	color: #646464;
	font-size: 12px;
	line-height: 1.4em;
	font-family: verdana;
	font-weight: normal;
}

input {
}

a:link  {
	color: #0580ad; 
}

a:visited {
	color: #0580ad; 
}

a:hover {
	color: #48a048; 
}

.center {
	text-align: center;
}

#header {
	height: 87px;
	background-image: url('../images/background_up.gif');
}

#errorMessage, .errorMessage {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: red;
	padding: 10px;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

a:visited {
    color: #405FA6;
}

a:hover {
    color: #01BD01;
}

.copy {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
    text-align: center;
    font-size: 10px;
}

#forgotPasswordSubmitButton{
    vertical-align: bottom;
    margin-left: 5px;
}

#forgotPasswordForm span {
    vertical-align: middle;    
}

#forgotPasswordForm div {
    text-align: center;
}

a img {
    border: none;
}