#popup_container {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; border-radius: 6px; left: 50% !important; top: 50% !important; width: 290px; color: rgb(0, 0, 0); font-family: Arial,sans-serif; font-size: 12px; position: fixed; z-index: 99999; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);
}
#popup_title {
	margin: 0em; padding: 0em; text-align: center; color: rgb(102, 102, 102); line-height: 40px; font-family: "Microsoft YaHei"; font-size: 14px; font-weight: normal; display: none; cursor: default;
}
#popup_content {
	background: url("/exusers/images/170317/warning.png") no-repeat 50% 20px / 60px; margin: 0em; padding: 90px 20px 20px;
}
#popup_message {
	width: 100%; text-align: center; color: rgb(102, 102, 102); line-height: 180%;
}
#popup_panel {
	margin: 20px 0px 5px; text-align: center;
}
#popup_prompt {
	margin: 0.5em 0em;
}
#popup_panel #popup_ok {
	background: rgb(255, 255, 255); padding: 8px 12px; border-radius: 2px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(102, 102, 102); display: inline-block; cursor: pointer;
}
#popup_panel #popup_cancel {
	background: rgb(238, 238, 238); padding: 8px 12px; border-radius: 2px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(51, 51, 51); display: inline-block; cursor: pointer;
}
#popup_panel input:hover {
	opacity: 0.7;
}
#popup_panel input:nth-child(2) {
	margin-left: 10px;
}
