a.login{
height: 23px;
width: 113px;
background: url('../images/button/login.png') no-repeat 100% 0;
display: block; 
}

a.login:hover{
height: 23px;
width: 113px;
background: url('../images/button/login.png') no-repeat 100% -23px;
}


a.pull{
height: 19px;
width: 124px;
background: url('../images/button/pull.png') no-repeat 100% 0;
display: block; 
}

a.pull:hover{
height: 19px;
width: 124px;
background: url('../images/button/pull.png') no-repeat 100% -19px;
}


a.send{
height: 19px;
width: 124px;
background: url('../images/button/send.png') no-repeat 100% 0;
display: block; 
}

a.send:hover{
height: 19px;
width: 124px;
background: url('../images/button/send.png') no-repeat 100% -19px;
}


a.changepass{
height: 19px;
width: 124px;
background: url('../images/button/changepass.png') no-repeat 100% 0;
display: block; 
}

a.changepass:hover{
height: 19px;
width: 124px;
background: url('../images/button/changepass.png') no-repeat 100% -19px;
}


a.changename{
height: 19px;
width: 124px;
background: url('../images/button/changename.png') no-repeat 100% 0;
display: block; 
}

a.changename:hover{
height: 19px;
width: 124px;
background: url('../images/button/changename.png') no-repeat 100% -19px;
}


a.changeemail{
height: 19px;
width: 124px;
background: url('../images/button/changeemail.png') no-repeat 100% 0;
display: block; 
}

a.changeemail:hover{
height: 19px;
width: 124px;
background: url('../images/button/changeemail.png') no-repeat 100% -19px;
}


a.change{
height: 19px;
width: 124px;
background: url('../images/button/change.png') no-repeat 100% 0;
display: block; 
}

a.change:hover{
height: 19px;
width: 124px;
background: url('../images/button/change.png') no-repeat 100% -19px;
}


a.arrow{
height: 16px;
width: 16px;
padding-left:100px;
background: url('../images/button/arrow.png') no-repeat 100% 0;
display: block; 
}

a.arrow:hover{
height: 16px;
width: 16px;
background: url('../images/button/arrow.png') no-repeat 100% -16px;
}
