* {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a:link, a:visited {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #5886d8;
}

a:hover, a:active {
    color: #ff6600;
    text-decoration: underline
}

.showMsg {
    /*border: 1px solid #1e64c8;*/
    box-shadow: 0 0 3px #bbb;
    zoom: 1;
    width: 450px;
    height: 172px;
    position: absolute;
    top: 44%;
    left: 50%;
    margin: -87px 0 0 -225px
}
.showMsg h5 {
    /*background-image: url(/statics/images/msg_img/msg.png);background-repeat: no-repeat; */
    background: #fff;
    color: #6c6c6c;
    padding-left: 15px;
    height: 28px;
    line-height: 27px;
    *line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #dadada;
}

.showMsg .content {
    padding: 46px 12px 10px 45px;
    font-size: 24px;
    height: 40px;
    text-align: left;
    color: #5886d8;
}

.showMsg .bottom {
    /*background:#e4ecf7;*/
    margin: 0 1px 1px 1px;
    line-height: 30px;
    *line-height: 30px;
    height: 50px;
    text-align: center
}

.showMsg .ok, .showMsg .guery {
    background: url(/statics/images/msg_img/msg_bg.png) no-repeat 0px -560px;
}

.showMsg .guery {
    background-position: left -460px;
}
.showMsg .guery {
    background: url(/statics/images/msg_bg3.png) no-repeat 0 43px;
}<!--ºÄÊ±1772641302.1302Ãë-->