/*垂直居中*/
.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;filter:alpha(opacity=20); opacity:0.2; z-index: 2147000000;}
.xcConfirm .popBox{border:2px solid #ccc; position: fixed; left: 50%; top: 50%; background-color: #ffffff; z-index: 2147000001; width: 228px; height: 128px; margin-left: -114px; margin-top: -64px; font-weight: bold; color: #535e66;}
.xcConfirm .popBox .ttBox{height: 25px; background: #dbdcdb; }
.xcConfirm .popBox .ttBox .tt{font-size: 12px; display: block; float: left; height: 25px; line-height: 25px; position: relative; text-indent: 6px;}
.xcConfirm .popBox .ttBox .clsBtn{display: block; cursor: pointer; width: 12px; height: 12px; position: absolute; top: 7px; right: 8px; background: url(../img/icons.png) -48px -96px no-repeat;}
.xcConfirm .popBox .txtBox{ height: 60px; overflow: hidden;}
.xcConfirm .popBox .txtBox .bigIcon{float: left; margin-right: 10px; margin-left: 20px; margin-top: 20px; width: 20px; height: 20px; background-image: url(../img/icons.png); background-repeat: no-repeat; background-position: 48px 0;}
.xcConfirm .popBox .txtBox p{ width:150px; height: 84px; margin-top: 20px; line-height: 20px; overflow-x: hidden; overflow-y: auto; font-size: 14px; text-indent: 5px;}
.xcConfirm .popBox .txtBox p input{width: 200px; height: 20px; border: solid 1px #eef0f1; font-size: 12px; margin-top: 3px; margin-left: 10px;}
.xcConfirm .popBox .btnGroup{float: right;}
.xcConfirm .popBox .btnGroup .sgBtn{margin-top: 0px; margin-right: 0px; width: 56px; height: 22px; font-size: 12px; line-height: 22px; margin-right: 10px;}
.xcConfirm .popBox .sgBtn{display: block; cursor: pointer; float: left; width: 95px; height: 35px; line-height: 35px; text-align: center; color: #FFFFFF; }
.xcConfirm .popBox .sgBtn.ok{background-color: #dddddd; color: #666; border-radius: 3px;}
.xcConfirm .popBox .sgBtn.ok:hover{background-color: #ea5514; color: #ffffff; border-radius: 3px;}
.xcConfirm .popBox .sgBtn.cancel{background-color: #dddddd; color: #666; border-radius: 3px;}
.xcConfirm .popBox .sgBtn.cancel:hover{background-color: #ea5514; color: #ffffff; border-radius: 3px;}
