/*弹出框最外层*/
.promptWinContainer{
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ff666666, Strength=5, Direction=135);
}

/*标题*/
.titleContainer{
	height:25px;line-height:25px;
	background:url(../images/title_bg_left.gif) no-repeat top left;
}
.titleText{
	font-size:12px;font-weight:bold;
	color:#fff;margin-left:5px;background:none;
}
.titleCtrl{
	padding:4px 5px 0px;height:25px;
	background:#cccccc url(../images/title_bg_right.gif) no-repeat right top;
}
.promptContent{
	background:#ffffff url(../images/content_bg.gif) repeat-x left top;
	border:0px;
}
.winMiddleLeft,.winBtnLineLeft{width:3px;font-size:3px;background:url(../images/win_l.gif) repeat-y;}
.winMiddleRight,.winBtnLineRight{width:3px;font-size:3px;background:url(../images/win_r.gif) right repeat-y;}
.winBottomCenter{height:3px;font-size:3px;background:url(../images/win_b.gif) repeat-x;}
.winBottomLeft{width:3px;font-size:3px;height:3px;background:url(../images/win_lb.gif) repeat-y;}
.winBottomRight{width:3px;font-size:3px;height:3px;background:url(../images/win_rb.gif) repeat-y;}

.winMiddleCenter{
	font-size:12px;
	padding:10px 0px;
	padding:10px 0 10px 90px;	/*此处数值要大于提示图标的大小，否则会显示很难看*/
}
/*取消确认按钮样式*/
input.btnStyle,
button.btnStyle{
	background:url(../images/btn_bg.gif) no-repeat;
	width:80px;height:21px;line-height:21px;
	font-size:12px;color:#183C94;border:0;
}

.promptCloseSkin{	 
	display:block;
	width:26px;
	height:30px;
	cursor:pointer;
	background:url(../images/close.gif) no-repeat top left;
}


.promptInfoSkin{
	background:url(../images/info.gif) no-repeat 20px 50%;
}
.promptErrSkin{
	background:url(../images/err.gif) no-repeat 20px 50%;
}
.promptRightSkin{
	background:url(../images/right.gif) no-repeat 20px 50%;
}
.promptAskSkin{
	background:url(../images/ask.gif) no-repeat 20px 50%;
}
