.pop_dialog_table {
	border-collapse: collapse; margin: auto; table-layout: fixed; direction: ltr; width: 100%;
}

.pop_topleft {
	background: url("../images/pop/pop_dialog_top_left.png");
}

.pop_topright {
	background: url("../images/pop/pop_dialog_top_right.png");
}

.pop_border {
	background: url("../images/pop/pop_dialog_border.png");
}

.pop_bottomleft {
	background: url("../images/pop/pop_dialog_bottom_left.png");
}

.pop_bottomright {
	background: url("../images/pop/pop_dialog_bottom_right.png");
}

.pop_content {
	background: #fff; max-height: 500px;
}

.pop_bottomright,.pop_bottomleft          ,.pop_topright,.pop_topleft {
	height: 10px; width: 10px;
}

.pop_bottomright,.pop_bottomleft          ,.pop_border,.pop_topright,.pop_topleft {
	opacity: 0.60; # filter: alpha(opacity =                     60);
}

div.dialog_loading {
	background-color: #f2f2f2; border: 1px solid #606060; font-size: 24px; padding: 10px;
}

.pop_content ul {
	margin: 10px; padding-bottom: 100px;
}

.pop_content ul li {
	float: left; margin: 8px; text-align: center; line-height: 30px;
}

.pop_content ul li img {
	display: block; padding: 2px; border: 1px solid #ff9900; margin-bottom: 5px;
}

.pop_title {
	background-color: #394E60; color: #fff; padding: 7px 15px;
}

.pop_close {
	float: right;
}


.alarm {
	margin: 18px 10px 0px 10px;padding-left: 30px;
	height: 25px;
}
.alarm img{
	margin-right: 10px;float: left;display:block;
}
.alarm span{
	padding-top: 7px;float: left;display:block;
}

#pop_div div.btn {
	border-top: 1px solid #666;
	text-align: center;
	margin: 10px 40px;
	padding: 20px;
}
