﻿/*POPUP开始*/

.webWinFrame {
 padding:3px;

}
.webWin {
 width: 390px;
 border: 2px solid #B2D0F7;
 background-color: #F3F6FB;
}
.webWin .wTitle{
 line-height: 18px;
 padding: 2px 5px;
 font-weight: bold;
 cursor:move;
 background-color:#98C0F4;
 color:#fff;
 white-space: nowrap;
 overflow:hidden;
 text-overflow:ellipsis
}
.closestyle {
 cursor:pointer;
}
.wContent {
}
.wContent dd{
 height:34px;
 padding:5px;
}
/*POPUP结束*/






/*-- popWin start ------------------- */

#popWin { border:2px solid #b2d0f7; background:#f3f6fc;}

#popWin_drag {background:#99c0f3; color:#fff; padding:5px; text-align:right; cursor:move; overflow:hidden;}
#popWin_drag a {background-color:#c00;}
#popWin_drag a:hover {background-color:#f00;}

#popWin_close {padding:2px;cursor:pointer;}

.popContent {border:0; background:#f3f6fc;}


/*-- popWin end ------------------- */