/*´¹Ö±¾ÓÖÐ*/
.verticalAlign {
	vertical-align: middle;
	display: inline-block;
	height: 100%;
	margin-left: -1px;
}

.xcConfirm .xc_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	opacity: 0.5;
	z-index: 2147000000;
}

.xcConfirm .popBox {
	position: fixed;
	left: 55%;
	top: 50%;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 400px;
	height:auto;
	min-height:200px;
	margin-left: -285px;
	margin-top: -150px;
	border-radius: 5px;
	font-weight: bold;
	font-size:17px;
	color: #535e66;
	font-family: Microsoft YaHei;
}

.xcConfirm .popBox .ttBox {
	height: 30px;
	line-height: 30px;
	padding: 10px 20px;
	border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 17px;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	font-weight: 200px;
	font-family: Microsoft YaHei;
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	right: 30px;
	background: url(../images/icons.png) -48px -96px no-repeat;
}

.xcConfirm .popBox .txtBox {
	margin: 4px 50px;
	height: auto;
	min-height:80px;
	overflow: hidden;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	width: 48px;
	height: 48px;
	background-image: url(../images/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
	font-size: 17px;
}

.xcConfirm .popBox .txtBox p {
	height: auto;
	min-height:50px;
	margin-top: 10px;
	line-height: 26px;
	overflow-x: hidden;
	overflow-y: hidden;
}

.xcConfirm .popBox .txtBox p input {
	width: 364px;
	height: 30px;
	border: solid 1px #eef0f1;
	font-size: 18px;
	margin-top: 6px;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
	font-size: 14px;
}

.xcConfirm .popBox .btnGroup .sgBtn {
	margin: 14px;
	margin-right: 10px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: #ff8409;
	color: #FFFFFF;
	
}


.xcConfirm .popBox .sgBtn.ok:hover {
	background-color: #ffa851;
	color: #FFFFFF;
}


.xcConfirm .popBox .sgBtn.cancel {
	background-color: #546a79;
	color: #FFFFFF;
}

.xcConfirm .popBox .sgBtn.cancel:hover {
	background-color: #6d889a;
	color: #FFFFFF;
}