@charset "utf-8";
.resetPassword{
	width:450px;
	margin:150px auto 0 auto;
	
}
form input{
	width:360px;
}

form input[type=text]{
	background:url(images/username.png) no-repeat;
}
form input[type=password]{
	background:url(images/password.png) no-repeat;
}

form .text{
	
	height:52px;
	margin-bottom:10px;
	outline:none;
	font-weight:bold;
	padding-left:20px;
	border:0;
}

form .submit{
	margin-top:15px;
}

div#links{
	padding:5px 5px 5px 5px;
	margin-top:40px;
	width:350px;
	font-size:12px;
}

#resetPassword {
	font-size:12px;
}
#signIn{
	font-size:12px;
	float: right;
}

div#flashMessage{
	margin-top:20px;
	color:orange;
	text-align:center;
}

#headerAide img {
  float: right;
}

#headerAide {
    height: 35px;
    overflow:hidden;
    cursor: default;
}

#headerAide h3 {
  position: relative;
  top: -16px;
}

