.popup_ts_box {
	font-size: 12px;
	color: #333;
	border: solid 1px #cccccc;
	width: 300px;
	background: #FFF
}
.popup_ts_tit {
	width: 300px;
	height: 37px;
}
.popup_ts_info {
	padding: 10px 0;
}
.popup_info_deta {
	margin: 0 auto;
}
.popup_info_img {
	float: left;
	margin: 0 6px 0 15px;
	background: url(images/info.gif) no-repeat;
	width: 32px;
	height: 32px;
	_margin-left: 7px
}
.popup_help_img {
	float: left;
	margin: 0 6px 0 15px;
	background: url(images/help.gif) no-repeat;
	width: 32px;
	height: 32px;
	_margin-left: 7px
}
.popup_important_img {
	float: left;
	margin: 0 6px 0 15px;
	background: url(images/important.gif) no-repeat;
	width: 32px;
	height: 32px;
	_margin-left: 7px
}
.popup_message {
	float: left;
	line-height: 22px;
	width: 235px;
	word-break: break-all;
	word-wrap: break-word;
}
.popup_ok {
	line-height: 26px;
	height: 26px;
	min-width: 60px;
	font-size: 12px;
	color: #ffffff;
	background-color: #28C3B1;
	border: 1px solid #28C3B1;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 3px;
	border-radius: 3px;
}
.popup_cancel {
	line-height: 26px;
	height: 26px;
	min-width: 60px;
	font-size: 12px;
	color: #333;
	background-color: #f0f0f0;
	border: 1px solid #b2b5b8;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 200;
	letter-spacing: 3px;
	border-radius: 3px;
}
.popup_ok:hover {
	background-color: #3EE8D6;border: 1px solid #3EE8D6;
}
.popup_cancel:hover {
	background-color: #e2e2e2
}
.popup_cancel {
	margin-left:10px
}
.popup_clear {
	clear: both;
	height: 20px;
	line-height: 20px
}
