﻿.popWin {
    position: absolute;
    width: 400px;
    height: 200px;
    border: 1px solid #ccc;
    background: #FFFFFF;
    display: none;
}

.popWin .tit {
    background: #ddd;
    display: block;
    height: 33px;
    cursor: move;
}

.popWin .tit .title {
    font-style: normal;
    float: left;
    line-height: 33px;
    padding: 0 8px;
    cursor: default;
}

.popWin .tit .close {
    font-style: normal;
    float: right;
    line-height: 33px;
    padding: 0 8px;
    cursor: pointer;
}