.verticalAlign {
	height: 100%; margin-left: -1px; vertical-align: middle; display: inline-block;
}
.xcConfirm .xc_layer {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 2147000000; opacity: 0.5; background-color: rgb(102, 102, 102);
}
.xcConfirm .popBox {
	border-radius: 5px; left: 50%; top: 50%; width: 570px; height: 300px; color: rgb(83, 94, 102); font-weight: bold; margin-top: -150px; margin-left: -285px; position: fixed; z-index: 2147000001; background-color: rgb(255, 255, 255);
}
.xcConfirm .popBox .ttBox {
    box-sizing: initial;
	padding: 14px 30px; height: 30px; line-height: 30px; border-bottom-color: rgb(238, 240, 241); border-bottom-width: 1px; border-bottom-style: solid;
}
.xcConfirm .popBox .ttBox .tt {
	height: 30px; font-size: 18px; float: left; display: block; position: relative;
}
.xcConfirm .popBox .ttBox .clsBtn {
	background: url("icons.png") no-repeat -48px -96px; top: 22px; width: 12px; height: 12px; right: 30px; display: block; position: absolute; cursor: pointer;
}
.xcConfirm .popBox .txtBox {
	margin: 40px 70px; height: 100px; overflow: hidden;
}
.xcConfirm .popBox .txtBox .bigIcon {
	background-position: 48px 0px; width: 48px; height: 48px; margin-right: 20px; float: left; background-image: url("icons.png"); background-repeat: no-repeat;
}
.xcConfirm .popBox .txtBox p {
	height: 84px; line-height: 26px; margin-top: 16px; -ms-overflow-x: hidden; -ms-overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input {
	border: 1px solid rgb(238, 240, 241); border-image: none; width: 364px; height: 30px; font-size: 18px; margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
	border-top-color: rgb(238, 240, 241); border-top-width: 1px; border-top-style: solid;
}
.xcConfirm .popBox .btnGroup {
	float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
	margin-top: 14px; margin-right: 10px;
}
.xcConfirm .popBox .sgBtn {
	border-radius: 5px; width: 95px; height: 35px; text-align: center; color: rgb(255, 255, 255); line-height: 35px; float: left; display: block; cursor: pointer;
}
.xcConfirm .popBox .ok.sgBtn {
	color: rgb(255, 255, 255); background-color: rgb(0, 149, 217);
}
.xcConfirm .popBox .cancel.sgBtn {
	color: rgb(255, 255, 255); background-color: rgb(84, 106, 121);
}
