@CHARSET "ISO-8859-1";

/* STYLE FOR BUTTONS ALL OVER THE WEBSITE */

a.create_account
{
	display: block;
	width: 265px;
	height: 65px;
	background: url(../images/buttons/create_account.jpg) no-repeat top left;
}		
a.create_account:hover
{
	background-position: 0px -65px;	
}

a.submit
{
	display: block;
	width: 174px;
	height: 53px;
	background: url(../images/buttons/submit.jpg) no-repeat top left;
}		
a.submit:hover
{
	background-position: 0px -60px;	
}

a.submit2
{
	display: block;
	width: 174px;
	height: 53px;
	background: url(../images/buttons/submit2.gif) no-repeat top left;
}		
a.submit2:hover
{
	background-position: 0px -53px;	
}

a.enter
{
	display: block;
	width: 150px;
	height: 55px;
	background: url(../images/buttons/enter.jpg) no-repeat top left;
}		
a.enter:hover
{
	background-position: 0px -55px;	
}

a.reset
{
	display: block;
	width: 174px;
	height: 57px;
	background: url(../images/buttons/reset.gif) no-repeat top left;
}		
a.reset:hover
{
	background-position: 0px -57px;	
}

a.cancel
{
	margin-top: 1px;
	display: block;
	width: 160px;
	height: 60px;
	background: url(../images/buttons/cancel.jpg) no-repeat top left;
}		
a.cancel:hover
{
	background-position: 0px -60px;	
}


a.forgot_password
{
	display: block;
	width: 240px;
	height: 55px;
	background: url(../images/buttons/forgot_password.jpg) no-repeat top left;
}		
a.forgot_password:hover
{
	background-position: 0px -55px;	
}

a.human_resources
{
	display: block;
	width: 300px;
	height: 55px;
	background: url(../images/buttons/human_resources.gif) no-repeat top left;
}		
a.human_resources:hover
{
	background-position: 0px -55px;	
}

a.employment
{
	display: block;
	width: 300px;
	height: 55px;
	background: url(../images/buttons/employment.gif) no-repeat top left;
}		
a.employment:hover
{
	background-position: 0px -55px;	
}

a.next_phase
{
	display: block;
	width: 160px;
	height: 60px;
	background: url(../images/buttons/next_phase.jpg) no-repeat top left;	
}
a.next_phase:hover
{
	background-position: 0px -60px;		
}

a.activate
{
	display: block;
	width: 160px;
	height: 60px;
	background: url(../images/buttons/activate.jpg) no-repeat top left;	
}
a.activate:hover
{
	background-position: 0px -60px;		
}





a.application
{
	display: block;
	width: 148px;
	height: 26px;
	background: url(../images/buttons/application.png) no-repeat top left;
}		
a.application:hover
{
	background-position: 0px -26px;	
}

a.member_login
{
	display: block;
	width: 148px;
	height: 26px;
	background: url(../images/buttons/member_login.png) no-repeat top left;
}		
a.member_login:hover
{
	background-position: 0px -26px;	
}





