/*垂直居中*/
.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: 50%;
	top: 40%;
	background-color: #ffffff;
	z-index: 2147000001;
	width: 300px;
	margin-left: -160px;
	margin-top: -120px;
	border-radius: 5px;
	color: #535e66;
}

.xcConfirm .popBox .ttBox {
	height: 40px;
	line-height: 50px;
	padding: 14px 15px;
	border-bottom: solid 1px #eef0f1;
}

.xcConfirm .popBox .ttBox .tt {
	font-size: 18px;
	font-weight: bold;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	line-height: 15px
}

.xcConfirm .popBox .ttBox .clsBtn {
	display: block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 10px;
	background: url(../img/icons.png) -48px -96px no-repeat;
}

.xcConfirm .popBox .txtBox {
    display: table;
    width: 100%;
    min-height: 120px;
    height: 120px;
}

.xcConfirm .popBox .txtBox .bigIcon {
	float: left;
	width: 48px;
	height: 48px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
	background-position: 48px 0;
}

.xcConfirm .popBox .txtBox p {
	overflow-x: hidden;
	overflow-y: auto;
    text-align: left;
    margin: 0px;
}

.xcConfirm .popBox .txtBox p input {
	width: 160px;
	height: 30px;
	border: solid 1px #d2d6de;
	font-size: 18px;
	margin-top: 6px;
	margin-left: 6px;
    font-size: 14px;
    padding: 5px 10px;
}

.xcConfirm .popBox .txtBox p input:focus {
	box-shadow: 0px 0px 1px #00aeef;
	border-color: #00aeef;
	
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
}

.xcConfirm .popBox .btnArea {
	border-top: solid 1px #eef0f1;
}

.xcConfirm .popBox .btnGroup {
	float: right;
}

.xcConfirm .popBox .btnGroup .sgBtn {
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.xcConfirm .popBox .sgBtn {
	display: block;
	cursor: pointer;
	float: left;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 14px;
}

.xcConfirm .popBox .sgBtn.ok {
	background-color: #00aeef;
	color: #FFFFFF;
}

.xcConfirm .popBox .sgBtn.cancel {
	background-color: #ffffff;
	color: #FFFFFF;
	border: 1px solid #00aeef;
	color: #00aeef
}