#winpop {
    width:200px;
    height:0px;
    position:absolute;
    right:10px;
    bottom:10px;
    border:1px solid #666;
    margin:0;
    padding:1px;
    overflow:hidden;
    display:none;
    background: #FFFFFF;
    /*text-shadow: 1px 1px #271C1C;*/
    border-radius: 5 5 0 0px;
    font: 12px "Helvetica Neue", Sans-Serif;
    letter-spacing: 0.1em;
    /*box-shadow: 0 0 5px #666;*/
    -webkit-box-shadow: inset 0px 0px 5px 2px #C3C3C3;
    -moz-box-shadow: inset 0px 0px 10px 2px #C3C3C3;
    box-shadow: inset 0px 0px 2px 2px #C3C3C3; 
}
#winpop .winpop_title {
    width:100%;
    margin-top: 0px;
    height:20%;
    line-height:2px;
    background: #341A19;
    color: #FFFFFF;
    font-weight:bold;
    text-align:center;
    font-size:12px;
    padding-top: 8px;
}
#winpop .con {
    width:100%;
    height:80%;
    line-height:15px;
    font-weight:bold;
    font-size:12px;
    color:#000000;
    text-align:left;
}
.popupclose {
    font-size: 16px;
    position: absolute;
    right: 4px;
    top: 8px;
    cursor: pointer;
    color: #FFFFFF;
}
