@charset "UTF-8";

.mask {position: absolute;top: 0;left: 0;filter: Alpha(opacity =   60);opacity: 0.6;background: #000000;z-index: 100;-moz-user-select: none;-webkit-user-select: none;}

.pop {background-color: #F1F1F1;border: 1px solid #BBBBBB;border-radius: 5px 5px 5px 5px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);padding: 4px 8px;z-index: 101;position: fixed;_position: absolute;}

.pop .pop_title {font-size: 18px;cursor: move;font-weight: bold;line-height: 20px;line-height: 24px;-moz-user-select: none;-webkit-user-select: none;width: 100%;height: 25px;letter-spacing: 1px;}

.pop .pop_title .pop_title_close {background: url("../images/km/pop.png") no-repeat scroll -18px -240px transparent;border-radius: 2px 2px 2px 2px;height: 18px;width: 18px;position:absolute;right:6px;top:6px}

.pop .pop_title .pop_title_close:hover {background-position: -54px -240px;}

.pop .pop_operate {height:32px;width: 100%;-moz-user-select: none;-webkit-user-select: none;}

.pop .pop_operatePanel {float: right;margin-top: 8px;}

.pop .pop_operate .pop_operatePanel a {color: #1C94C4;border: 1px solid #CCCCCC;cursor: pointer;padding: 1px 10px 3px;*padding: 3px 10px 1px;border-radius: 2px;margin-left: 8px;}

.pop .pop_operate .pop_operatePanel a:hover {color: #C77405;border-color: #FBCB09;}