@CHARSET "UTF-8";

.enterButton{
	background: url("../images/button-sprites-red-login.png") 0 0 no-repeat;
	height: 30px;
	width: 280px;
	border: none;
	color: #FFFFFF;
	margin-left: 5px;
}

.enterButton:HOVER{
	background-position: 0 -34px;
	cursor: pointer;
}

.enterButton:ACTIVE{
	background-position: 0 -68px;
	cursor: pointer;
}

#forgotPassword{
	 color: #a5a5a5;
	 text-decoration: none;
	 margin-left: 10px;
}