@charset "utf-8";
/*
 * artDialog skin
 * https://github.com/aui/artDialog
 * (c) 2009-2013 TangBin, http://www.planeArt.cn
 *
 * This is licensed under the GNU LGPL, version 2.1 or later.
 * For details, see: http://creativecommons.org/licenses/LGPL/2.1/
 */


body {
	_margin: 0;
	_height: 100%;
} 
.d-outer {
	text-align: left;
	outline: none 0;
}

.d-border, .d-dialog {
	border: 0 none;
	margin: 0;
	border-collapse: collapse;
	width: auto;
	background:#fff;
}
/*.d-w,.d-c,.d-e{
	min-height: 200px;
}*/

.d-w,.d-e{
	width: 20px;
	background:#ffffff;
}
.d-nw, .d-n, .d-ne, .d-w, .d-c, .d-e, .d-sw, .d-s, .d-se, .d-header,
	.d-main, .d-footer {
	padding: 0;
}

.d-header, .d-button {
	font: 12px/1.11 'Microsoft Yahei', Tahoma, Arial, Helvetica, STHeiti;
	_font-family: Tahoma, Arial, Helvetica, STHeiti;
	-o-font-family: Tahoma, Arial;
}

.d-title {
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
}

.d-state-noTitle .d-title {
	display: none;
}

.d-close {
	display: block;
	position: absolute;
	text-decoration: none;
	outline: none;
	_cursor: pointer;
}

.d-close:hover {
	text-decoration: none;
}

.d-main {
	text-align: center;
	vertical-align: middle;
	min-width: 9em;
}

.d-content {
	font-size: 15px;
	display: inline-block;
	display: block\0 /*IE8 BUG*/;
	display: inline-block\9\0;
	*zoom: 1;
	*display: inline;
	text-align: left;
	border:none;
	line-height:30px;
	
}

.d-content.d-state-full {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 !important;
	height: 100%;
}

.d-loading {
	width: 96px;
	height: 32px;
	text-align: left;
	text-indent: -999em;
	overflow: hidden;
	background: url(loading.gif) no-repeat center center;
}

.d-buttons {
	padding: 8px 8px 12px 0px;
	text-align: right;
	white-space: nowrap;
}

.d-button {
	margin-left: 15px;
	padding: 0 15px;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	text-align: center;
	*padding: 4px 10px;
	*height: 2em;
	font-size: 16px;
	letter-spacing: 2px;
	font-family: Tahoma, Arial/ 9 !important;
	width: auto;
	overflow: visible;
	*width: 1;
	color: #197CFD;
	border-radius: 4px;
/*	background: #DDD;*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#DDDDDD');
}

.d-button::-moz-focus-inner, .d-button::-moz-focus-outer {
	border: 0 none;
	padding: 0;
	margin: 0;
}

.d-button:hover {
	border: #197CFD 1px solid;
}

.d-button:active {
	border-color: #666;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD',
		endColorstr='#FFFFFF');
}

.d-button[disabled] {
	cursor: default;
	color: #666;
	background: #DDD;
	border: 1px solid #999;
	filter: alpha(opacity = 50);
	opacity: .5;
	box-shadow: none;
}

.d-state-highlight {
	color: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',
		endColorstr='#2288cc');
}

.d-state-highlight:hover {
	color: #FFF;
	background: #197CFD;
}

.d-state-highlight:active {
	border-color: #1c6a9e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bbee',
		endColorstr='#2288cc');
}

.d-mask {
	background: #000;
	filter: alpha(opacity = 70);
	opacity: .7;
}

.d-inner {
	background: rgba(0, 0, 0, .7);
}

.d-dialog {
	background: #FFF;

}

.d-inner {
	background: #FFF; 
}
 

.d-state-lock {
	
	background: #FFF;
}

.d-outer:active {
	box-shadow: none !important;
}

.d-state-drag {
	box-shadow: none !important;
}

.d-nw{
	width: 35px;
}
.d-ne {
	width: 35px;
}


.d-nw, .d-n, .d-ne{
	background: #57a0ff;
	height: 40px;
	cursor: pointer;
}

.d-nw span{
	background: url(/static/images/logo-s.png) center center no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding:0px 7px;
}
.d-titleBar {
	width: 100%;

	cursor:pointer;
}

.d-title {
	height: 40px;
	line-height: 40px;
	padding: 0 16px 0 5px;
	color: white;
	font-size: 16px;
	cursor: all-scroll;
}

.d-close {
	padding: 0;
	top: 12px;
	right: 10px;
	width: 26px;
	height: 26px;
	line-height: 21px;
	font-size: 47px;
	text-align: center;
	color: #fff;
	font-family: Helvetica, STHeiti;
	_font-family: Tahoma, '\u9ed1\u4f53', 'Book Antiqua', Palatino;
	border: 1px solid transparent;
	_border: 0 none;


}

.d-close:hover {
	color:black;
	_border: 0 none;
}

.d-close:active {
	box-shadow: none;
}


.d-state-noTitle .d-nw, .d-state-noTitle .d-ne {
	height: 5px;
}

.d-state-noTitle .d-titleBar {
	bottom: 0;
	_bottom: 0;
	_margin-top: 0;
}

.d-content .singletext{
	width: 100%;
	font-size: 16px;
	text-align: left;
}

.d-main .chooseBuyer .tdOpenTrueNameBa{
	line-height: 30px;
	font-size: 16px;
}
.d-main .chooseBuyer ul {
	padding: 10px 0px;
}
.d-main .chooseBuyer ul li{
	line-height: 14px;
	height: 28px;
	display: block;
	font-size: 14px;
}
.d-main .chooseBuyer span.filter{
	 margin-left: 118px;
	 font-size:14px;
}

/* new */

#xinSaixuan_0,#xinSaixuan_1 {height:25px;border: 1px dashed #99c1f5;}
.tdOpenTrueNameBa span.xyxx {font-size:14px;margin-left: 30px;}
.tdOpenTrueNameBa em {font-style:normal;font-size:14px;}

#regTitle h2 {font-size: 18px;
margin: 25px 0 10px 0;
text-align: center;}
#regTitle h3 {font-size: 14px;}
#regTitle #cxfsemal {color: #57a0ff;
border: 1px dashed #57a0ff;
border-radius: 4px;
padding: 6px;
margin-left: 10px;
cursor: pointer;}

#regTitle .jhsj{color: #57a0ff;
border: dashed 1px #99c1f5;
border-radius: 4px;
margin: 10px 30px 15px 0;
padding: 6px;
display: block;
float: left;}

#mdData p b {color:#f60}

#d-content-id-info #shxm,#d-content-id-info #shdz,#d-content-id-info #shyb,#d-content-id-info #shdh {border: 1px dashed #99c1f5;
height: 25px;
line-height: 25px;
padding-left: 10px;
margin: 10px 0;}

#d-content-tishi #shxm,#d-content-tishi #shdz,#d-content-tishi #shyb,#d-content-tishi #shdh {border: 1px dashed #99c1f5;height: 30px;line-height: 30px;margin: 5px 0;padding-left:10px}