.kongjian-popup-box {
	padding: 20px;
	background: #fff;
}
.kongjian-popup-box  p {
	height: 45px;
	color: #333;
	font-size: 14px;
}
.kongjian-popup-box a {
	color: #458bff;
}
.kongjian-popup {
	width: 556px;
	margin-left: -228px;
}
.kongjian-popup-box h3 {
	height: 30px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 18px;
	color: #eb0000;
	text-align: center;
}
.kongjian-popup-box img {
	display: block;
	width: 455px;
	height: 122px;
	margin: 0 auto;
}
.kongjian-popup-remind {
	padding: 0 25px;
	border-top: 1px solid #ccc;
	background: #fff;
	border-radius: 0 0 5px 5px;
	line-height: 48px;
	width: 498px;
	height:60px;
}
.kongjian-popup-remind p {
	float: left;
	width: 300px;
	height: 48px;
}
.kongjian-popup-remind div {
	float: right;
}
.kongjian-popup-remind a, .kongjian-popup-remind em {
	float: left;
	padding: 0 5px;
	color: #555555;
    text-decoration: none;
    font-size: 14px;
}
.kongjian-popup-btn a {
	color: #fff;
	margin-top: 20px;
}

.safeControlTips{
	padding-left:10px; 
	font-size:12px; 
	float:left;
	color:#DB00FF; 
	text-decoration:underline;
}
.safeImgTab{
	filter:alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity:0.5; /*Firefox私有，透明度50%*/
	opacity:0.5;/*其他，透明度50%*/
} 




/*softkeyboard strat 软键盘 05-03-18*/
.soft_keyboard_box{
	width:522px;
	height:162px;
	padding:0 0 10px 10px;
	background:url(../images/soft_icon.png) no-repeat left top;
	position:absolute;
	z-index:100;
}

.soft_keyboard_box li{
	width:32px;
	height:32px;
	float:left;
	margin:9px 8px 0 0;
	background:url(../images/soft_icon.png) no-repeat -52px -172px;
	position:relative;
	font-size:18px;
	color:#282828;
	line-height:32px;
	text-align:center;
	cursor:pointer;
}
.soft_keyboard_box .s_w52{
	width:52px;
	background:url(../images/soft_icon.png) no-repeat left -172px;
	font-size:14px;
}
.soft_keyboard_box li.on{
	background-position:-52px -205px;
	color:#FFF;
}
.soft_keyboard_box li.on span.s_mark{
	color:#FFF;
}
.soft_keyboard_box li.on span.s_delete{
	background-position:-104px -183px;
}
.soft_keyboard_box li.on span.s_up{
	background-position:-86px -174px;
}
.soft_keyboard_box .s_w52.on{
	background:url(../images/soft_icon.png) no-repeat left -205px;
	color:#FFF;
}
.soft_keyboard_box span.s_num{
	display:block;
	width:16px;
	height:32px;
	position:absolute;
	left:2px;
	top:0;
	font-size:16px;
}
.soft_keyboard_box span.s_mark{
	display:block;
	width:16px;
	height:22px;
	position:absolute;
	right:3px;
	top:0;
	color:#aaa;
	font-size:16px;
	line-height:22px;
}
.soft_keyboard_box span.s_delete{
	display:block;
	width:20px;
	height:7px;
	background:url(../images/soft_icon.png) no-repeat -104px -174px;
	left:6px;
	top:12px;
	position:absolute;
}
.soft_keyboard_box span.s_up{
	display:block;
	width:11px;
	height:6px;
	background:url(../images/soft_icon.png) no-repeat -86px -182px;
	left:10px;
	top:13px;
	position:absolute;
}
.soft_keyboard_box .s_tt{
	text-transform:uppercase;
}

/*softkeyboard end 05-03-18*/