.messagePush{
    width:270px;
    height:170px;
    position: fixed;
    right:0px;
    bottom:0px;
    z-index: 10000;
    display:none;
}
.messageTitle{
    width:100%;
    height:38px;
    background: url("../image/title.png");
}
.messageContent{
    width:100%;
    height:103px;
    background: url("../image/middle.png");
}
.messageBottom{
    width:100%;
    height: 17px;
    padding: 5px 0px 0px 17px;
    background: url("../image/middle.png");
}
.messageBottomImg{
    width:100%;
    height:14px; 
    background: url("../image/bottom.png");
}
.messageClose{
    width:10px;
    height:10px;
    position: absolute;
    background: url("../image/close.png");
    right: 15px;
    top: 19px;
    cursor: pointer;
}
.titleContent{    
	position: absolute;
    width: 200px;
    height: 20px;
    left: 17px;
    top: 16px;
    font-size:14px;
    color:#22413c;
    
}
.messageBottom>span{
    font-size:12px;
    color:#999;
}