@charset "utf-8";
/* CSS Document */
#mask_layer_pane {
    background: #000;
	background:-moz-radial-gradient(#ccc,#000 80%);
	background: -webkit-radial-gradient(#ccc,#000 80%);
	background: -o-radial-gradient(#ccc,#000 80%);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
	filter:alpha(opacity=40);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
#mask_title{
	display:block;
	height:33px;
	font-size:14px;
	font-weight:bold;
	line-height:33px;
}
#mask_pop_tips{
    background:#FFF;
    border: 2px solid #2293D5;
	box-shadow:0 0 10px #333;
    display: none;
    left: 50%;
	top: 50%;
    margin-left: -245px;
    position: absolute;
    width: 490px;
    z-index: 1002;
}
.mask_pop_title{
	background: url(t_bg.png) repeat-x;
    font-size: 14px;
    font-weight: 900;
    height: 33px;
    line-height: 33px;
    position: relative;
    text-align: left;
	padding-left:10px;
}
.mask_pop_title a.f-right{
	background: url(close.png) 0 5px no-repeat;
    color: #046BF9;
    font-weight: 400;
    height: 25px;
    line-height: 22px;
    padding-left: 20px;
    position: absolute;
    right: 10px;
    top: 0;
}
.mask_pop_title a.f-right:hover{
	background-image:url(close_on.png);
}
#mask_add_s{
	zoom: 1;
	overflow: visible;
}