* {
	padding: 0px;
	margin: 0px;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00658b;
	overflow:hidden;
	height: 100%;
	font-size: 11px;
	line-height: 12px;
        background-image: url(background_log.png);
        background-repeat: no-repeat;
}

a {
	color: #00658b;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { text-decoration: none; }

#content {
	position: relative; 
	clear:left;
	width: 541px;
	height: 718px;
	margin: 0 auto;
        padding:96px 0 0 0;
	
    background-repeat: no-repeat;
}

#vert_center_floater {
	position: relative; 
	float: left;
	height: 50%;
	margin-bottom: -359px;
	width: 1px;
}

label {
	float: left;
	width: 205px;
	margin-right: 5px;
	height: 23px;
	line-height: 23px;
	text-align: right;
}

#default-content {

}

input.text {
	width: 160px;
	height: 13px;
	border: 1px solid #aab9cc;
	padding: 4px;
	font-size: 11px;
	float: left;
}

.row {
	margin: 0 0 15px 0;
}

#form-header {
	font-weight: bold;
	height: auto;
	line-height: 18px;
	text-align: center;
	width: 300px;
	margin: 0 auto 15px auto;
}

.submit-row {
	text-align: center;
	width: 100%;
}

#submit-btn {
}

#errormsg {
	margin: 15px 0;
	text-align: center;
}

.error {
	color: red;
	font-weight: bold;
}

#success {
	padding-top: 300px;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}

#forgot-password {
	text-align: center;
}
