/* 
    Document   : medpass
    Created on : 2016/08/01, 13:26:22
    Author     : root
    Description:
    Purpose of the stylesheet follows.
*/
div.login_Medpass {
    clear: both;
    width: 456px;
    height: 77px;
    background: url(/resources/images/login/btn_05.png) left top no-repeat;
}
input.login_Medpass {
    width: 452px;
    height: 59px;
    border-radius: 5px;
    border-width: 0;
    background: url(/resources/images/login/btn_05_over.png) left top no-repeat;
    cursor: pointer;
}
input:hover.login_Medpass {
    background: none;
}