@CHARSET "UTF-8";

div#wind {
    position: absolute;
    top: -300px;
    left: 200px;
    background-color: #fff;
    width: 600px;
    height: 200px;
    z-index: 3;
}
div#windClose {
    float: right; 
    background-image: url('i/window/close.gif');
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    margin-right: 3px;
    margin-top: 1px;
    cursor: pointer;
}

div#windClose:HOVER {
    background-image: url('i/window/closeHover.gif');
}

div#windTitle {
    float: left;
    height: 20px;
    width: 590px;
    border-bottom: solid 1px black;
    background-image: url('i/window/titleBG.gif');
    background-repeat: repeat-x;
}
div#bordR {
    background-image: url('i/window/borderRight.gif');  
    width: 5px;
    height: 20px;
    float: left;
    border-bottom: solid 1px black;
}
div#bordL {
    background-image: url('i/window/borderLeft.gif');  
    width: 5px;
    height: 20px;
    float: left;
    border-bottom: solid 1px black;
}
div#windText {
    padding: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    width: 564px;
    float: rleft;
    margin-top: 3px;
}
div#windBody {
    position: relative;
    height: 178px;
    width: 598px;
    margin-top: 20px;
    text-align: center;
    border: solid 1px #000;
}
