.PromptTB {
	border: 1px solid #000033;
	left: 40%;
	position: absolute;
}

.barmsg {
	border-bottom: 1px solid #000033;
}

.prompt_frame .barmsg {
	background: #89b6ff;
	height: 4px;
	font-size: 1px;
	color: #89b6ff;
	border: none;
}

.prompt_frame {
	background-color: #fff;
	width: 400px;
	border: 2px solid #47b5e6;
	margin: 40px auto 0;
	font-size: 12px;
	font-family: Microsoft YaHei, Geneva, "sans-serif", SimSun;
}

.prompt_container {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top:1px;/* ��ֹ��߿��۵� */
}

.prompt_frame .errtrace {
	text-align: left;
	margin: 0;
	padding: 10px;
}

.prompt_container .msgtitle,.errortitle{
	width: auto;
	color: #3E9ECE;
	font-size: 18px;
	font-weight: normal;
	margin: 8px 0 5px 0;
	padding-bottom: 8px;
}
.msgcontent{
	font-size:12px
}
.msgcontent >div{
	float: left
}
.msgcontent .msgtip{
	margin-left:20px
}
.msgtip ul{
	list-style: disc
}
.msgtip ul li{
	margin-bottom:5px
}
.prompt_container .prompt_frame .msgtitle,.errortitle {
	width: 270px;
	border-bottom: 1px dotted #A3A3A3;
}

.prompt_frame .btnmsg_l {
	float: right;
	padding: 0 0 0 8px;
	background: url(../images/prompt/prompt_btn_1.jpg) no-repeat left;
	margin: 0 10px;
}

.prompt_frame .btnmsg_r {
	float: left;
	height: 25px;
	padding: 0 8px 0 0;
	background: url(../images/prompt/prompt_btn_3.jpg) no-repeat right;
}

.prompt_frame .btnmsg {
	margin: 0;
	height: 25px;
	border: none;
	background: url(../images/prompt/prompt_btn_2.jpg) repeat;
	color: #fff;
	font-weight: bold;
	padding: 0 10px;
	cursor: pointer;
}

.prompt_frame .prompt_content_right {
	float: left;
	margin: 7px;
	width: 270px;
}

.prompt_frame .prompt_content_inside {
	margin: 30px 0 0px;
	word-wrap: break-word;
	text-align: left;
	color: #A3A3A3;
}

.prompt_frame .prompt_content_inside .errorlist {
	position: relative;
	top: 3px;
}

.prompt_frame .prompt_content_inside .msglist {
	color: black;
}

.prompt_frame .prompt_content_inside .prompt_title {
	font-size: 14px;
}
/* #24522 */
.prompt_frame .prompt_content_inside{ margin-top:25px;}
.prompt_frame .prompt_content_timer {
	display: block;
	color: #adadad;
	padding: 5px 0 0 0;
	font-size: 12px
}

.prompt_frame .prompt_content_success {
	margin: 6px;
	background: #47b5e6 url(../images/prompt/prompt_success.png) no-repeat
		center;
	float: left;
	width: 100px;
	height: 163px;
}

.prompt_frame .prompt_content_error {
	margin: 6px;
	background: #47b5e6 url(prompt_error.png) no-repeat
		center;
	float: left;
	width: 100px;
	height: 163px;
}

.prompt_frame .prompt_buttons {
	padding: 10px 6px 6px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
}

.prompt_frame .prompt_buttons .prompt_buttons_button {
	float: left;
	min-width: 81px;
	height: 25px;
	margin-left: 10px;
	margin-top: 4px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	border: 1px solid #35a1d0;
	background-color: #47b5e6;
	display: block;
}

.prompt_frame .prompt_buttons .prompt_buttons_button:hover {
	background-color: #2f9adb;
}

.clearfloat {
	zoom: 1;
}

.clearfloat:after {
	display: block;
	content: "clear";
	clear: both;
	line-height: 0;
	visibility: hidden;
}

.prompt_frame .success_dot {
	background: url(dot.png) no-repeat;
	display: block;
	height: 12px;
	width: 12px;
	float: left;
	position: relative;
	top: 7px;
	margin-right: 5px;
}

/*@��������ʾ*/
.prompt_frame_simple {
	margin: 5px 0;
	padding: 5px;
	background-color: #fff5d8;
	border: 1px solid #e0a385
}

.prompt_frame_simple table {
	padding: 0px !important;
	margin: 0px auto;
}

.prompt_frame_simple div.caution_icon {
	background-image: url(../icon/s/icon_validator.png);
}

.prompt_frame_simple td.caution_msg {
	text-align: center;
	font-size: 12px;
	border: 0px;
	margin: 0px !important;
	padding: 0px 2px !important;
	line-height: 18px;
	vertical-align: middle;
	font-weight: bold;
}

.prompt_frame_simple td .caution_msg_title .errortitle{
	color: #cc0000 !important;
	font-weight: bolder;
	font-size: 12px;
	border: none;
	padding: 0;
	margin: 0;
	width: auto;
}

.showMoreError_plus {
	position: relative;
	float: left;
	display: block;
	width: 11px;
	height: 15px;
	background: url(plus.png) no-repeat left center;
	cursor: pointer;
	margin-right: 5px;
	margin-top:4px;
}
.prompt_tips{}
.prompt_frame .prompt_tips:after{ content:""; display:table; clear:both;}
.prompt_frame .prompt_tips .success_dot{ float:none; display:inline-block; top:0px; vertical-align:middle;}
.prompt_frame .prompt_tips .msglist{ vertical-align:middle;}

