.contactMail {
    background: url("../../media/buttons/contact.gif") no-repeat 0px 0px;
    border: 0px;
    width: 62px;
    height: 22px;
    cursor: pointer;
    display: block;
    border: 1px solid #dfae32;
}
.contactMail:hover {
    background: url("../../media/buttons/contact.gif") no-repeat 0px -22px;
    width: 62px;
    height: 22px;
    cursor: pointer;
    display: block;
}
