/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	border-left:1px solid #0474C2;
	border-right:1px solid #0474C2;
	border-bottom:1px solid #0474C2;
	padding:0.2em 0.2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .2em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	text-align:center;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 16px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 16px;
	border:0px;
	background: url("/images/icon_sc2.png");
	
}
.ui-dialog .ui-dialog-content {
	position: relative;
	padding: 0;
	background: white;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    letter-spacing: 2px;
    line-height: 32px;
    margin: 0 6px;
    padding: 0 20px;
    text-align: center;
    background: none repeat scroll 0 0 #11A803;
    border: medium none;
    color: #FFFF00;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	font-family: "微软雅黑";
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    background: url("../images/bj_hei2.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
