#Tip_maskContainer {
    display: none;
}

/*钂欑増鏍峰紡*/
#Tip_Mask {
    width: 100%;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100000;
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    /*鑰佺増鏈現ireFox 1.0 浠ュ墠*/
    opacity: 0.2;
    /*鏂扮増鏈現ireFox*/
    background-color: #000000;
}

/*鏄剧ず淇℃伅鏍峰紡*/
#Tip_Msg_Mask {
    width: 300px;
    height: 60px;
    top: 0px;
    left: 0px;
    position: absolute;
    border: 7px solid #666;
    border-radius: 5px;
    /*鍦嗚*/
    padding: 0px;
    text-align: center;
    background-color: #000;
    z-index: 1000000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: 0.5;
}

#Tip_Msg {
    width: 300px;
    height: 60px;
    top: 0px;
    left: 0px;
    position: absolute;
    padding: 0px;
    text-align: center;
    background-color: #FFF;
    z-index: 1000000;
}