/* CSS Document */


/* LOGIN */

.btn_login a {
display:block;
width: 277px;
height: 58px;
background: url("../images/btn_login.jpg") 0 0 no-repeat;
font-size: 0px;
}

.btn_login a:hover { 
background-position: 0 -58px;
}

.btn_login a:active {
background-position: 0 -116px;
}

/* LOGIN 2 */

.btn_login2 a {
display:block;
width: 277px;
height: 58px;
background: url("../images/btn_login2.jpg") 0 0 no-repeat;
font-size: 0px;
}

.btn_login2 a:hover { 
background-position: 0 -58px;
}

.btn_login2 a:active {
background-position: 0 -116px;
}


/* OPEN DEPOSIT */

.btn_deposit a {
display:block;
width: 277px;
height: 58px;
background: url("../images/btn_deposit.jpg") 0 0 no-repeat;
font-size: 0px;
margin-top: 1px;
}

.btn_deposit a:hover { 
background-position: 0 -58px;
}

.btn_deposit a:active {
background-position: 0 -116px;
}


/* LOAN */

.btn_loan a {
display:block;
width: 277px;
height: 58px;
background: url("../images/btn_loan.jpg") 0 0 no-repeat;
font-size: 0px;
margin-top: 1px;
}

.btn_loan a:hover { 
background-position: 0 -58px;
}

.btn_loan a:active {
background-position: 0 -116px;
}
