
.content_bg{ background: #FFFFFF;}
.popup_top_left{
	background-image : none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./image/popup_box_top_left.png',sizingMethod='scale');
}
.popup_top_right{
	background-image : none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./image/popup_box_top_right.png',sizingMethod='scale');
}
.popup_top_bg{
	background-image: url(./image/popup_box_top_bg.jpg); 
	background-position: top; 
	background-repeat: repeat-x;
}
.popup_bottom_left{
	background-image : none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/image/popup_box_bottom_left.png, sizingMethod=scale);
}
.popup_bottom_left2{
	background-image: url(./image/popup_box_bottom_bg1.jpg); 
	background-position: left top; 
	background-repeat: no-repeat;
	width:13px;height:25px;
}
.popup_bottom_right2{
	background-image: url(./image/popup_box_bottom_bg2.jpg); 
	background-position: right top; 
	background-repeat: no-repeat;
	width:13px;height:25px;
}
.popup_bottom_right{
	background-image : none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=./image/popup_box_bottom_right.png, sizingMethod=scale);
}

.popup_bottom_bg{
	background-image: url(./image/popup_box_bottom_bg.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}
.popup_left_bg{
	background-image: url(./image/popup_box_left.jpg); 
	background-position: left; 
	background-repeat: repeat-y;
}
.popup_right_bg{
	background-image: url(./image/popup_box_right.jpg); 
	background-position: right; 
	background-repeat: repeat-y;
}
.popup_close_on{
	background:url(/lib/jMessage/image/btn_close_on.png) no-repeat; 
	cursor:pointer;float:right;
	width:17px;height:17px;
}
.popup_close_off{
	background:url(/lib/jMessage/image/btn_close_on.png) no-repeat; 
	cursor:pointer;float:right;
	width:17px;height:17px;
}
.popup_close{
	background-image: url(/lib/jMessage_jquery/image/btn_close.png); 
	background-position: center; 
	background-repeat: no-repeat;
	cursor:pointer;
	width:10px;height:10px; margin-left:5px; margin-right:5px; margin-top:5px;
}
.popup_zoom{
	background-image: url(/lib/jMessage_jquery/image/btn_zoom_in.png); 
	background-position: center; 
	background-repeat: no-repeat;
	cursor:pointer;
	width:10px;height:10px; margin-left:5px; margin-right:5px; margin-top:5px;
}
.popup_zoom.in{
	background-image: url(/lib/jMessage_jquery/image/btn_zoom_out.png); 
}
.popup_zoom.out{
	background-image: url(/lib/jMessage_jquery/image/btn_zoom_in.png); 
}

.popup_ok_on{
	/*background:url(./image/btn_ok_on.gif) no-repeat; */
	background: #5592F6;
	cursor:pointer;
	width:100px;height:30px;border: 0px;
	padding-top:4px; margin:0 2px;
	font-size:15px;
	color:#fff;
	font-weight:bold;
}
.popup_ok_off{
	/*background:url(./image/btn_ok_off.gif) no-repeat; */
	background: #5592F6;
	cursor:pointer;
	width:100px;height:30px;border: 0;
	padding-top:5px; margin:0 2px;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.popup_cancel_on{
	/*background:url(./image/btn_ok_on.gif) no-repeat; */
	background: #fff;
	border:1px solid #5592F6;
	cursor:pointer;
	width:100px;height:30px;
	padding-top:4px; margin:0 2px;
	font-size:15px;
	color:#5592F6;
	font-weight:bold;
}
.popup_cancel_off{
	/*background:url(./image/btn_ok_off.gif) no-repeat; */
	background: #fff;
	border:1px solid #5592F6;
	cursor:pointer;
	width:100px;height:30px;
	padding-top:5px; margin:0 2px;
	font-size:12px;
	color:#5592F6;
	font-weight:bold;
}


.jMessage { width:100%; height:100%; border:1px solid #4B5967; background-color:#ffffff; border-radius:5px; }
.jMessage thead tr { height:25px; cursor:move; }
.jMessage thead td { border:0; padding:5px 10px 5px 10px; background-color:#4B5967; color:#ffffff; }
.jMessage thead .jMessage_title { float:left; font-weight:bold; color:#fff; font-size:12px;padding-left:4px; }
.jMessage tbody td { border:0; }
.jMessage tfoot tr { height:40px; }

.jMessage .jMessage_foot button { 
	background-color: #45BCC2;
	cursor:pointer;
	width:100px;height:30px;border: 0;
	margin:0 2px;
	font-size:14px;
	color:#fff;
	border-radius:2px;
}
.jMessage .jMessage_foot button.over { 
	background-color: #38A6AB;
}
.jMessage .jMessage_foot button.down { 
	font-size:16px;
}
.jMessage .jMessage_foot button[disabled] { 
	background-color: #92C2C2;cursor: no-drop;
}
