.cylater-box a {text-decoration:none;color:#000;}
.cylater-box {position:fixed;left:0px;right:0px;background:#fff;width:500px;box-shadow:0px 0px 10px #666;z-index:9999;-webkit-border-radius:5px;border-radius:5px; font-size:14px;}
.cylater-box .cylater-content {padding:10px;min-height:60px;margin-top:25px;}
.cylater-box .cylater-content .cylater-label {text-align:left;min-height:30px;line-height:30px;}
.cylater-box .cylater-content input {width:100%;border:#ccc 1px solid;height:30px;line-height:30px;}
.cylater-box .cylater-msg {padding:25px 10px;text-align: center;line-height:25px;}
.cylater-box .cylater-page{padding:10px 15px;}
.cylater-box .cylater-title{display:block;height:35px;font-weight:bold;line-height:35px;padding:10px 15px 5px 15px;white-space:nowrap;text-overflow:ellipsis;-text-overflow:ellipsis;overflow:hidden;font-size:14px;border-bottom:1px solid #ddd;}
.cylater-box .cylater-load{background:url(loading.gif) center no-repeat;display:inline-block;width:30px;height:30px; vertical-align:middle; padding-right:10px;}
/* 关闭按钮 */
.cylater-box .cylater-close {position:absolute;right:5px;top:0px;width:50px;height:50px;text-align:center;line-height:50px;display:block;font-size:30px;-webkit-border-radius:5px;border-radius:5px;}
.cylater-box .cylater-close:hover {background:#f2f2f2;}
/*确定按钮*/
.cylater-box .cylater-btns {text-align:center;height:40px;line-height:40px;border-top:#e9e9e9 1px solid;padding:0px;}
.cylater-box .cylater-btns a {float:left;width:50%;}
.cylater-box .cylater-btns a:hover {background:#e9e9e9;}
.cylater-box .cylater-alert a {width:100%;}
.cylater-box .cylater-ok {width:100%;-webkit-border-radius:0 0 0 5px;border-radius:0 0 0 5px;}
.cylater-box .cylater-cancel {width:100%;-webkit-border-radius:0 0 5px 0;border-radius:0 0 5px 0;}
.cylater-mask {position:fixed;left:0px;top:0px;width:1024px;height:1000px;background:#000;opacity:0.3;filter:alpha(opacity=50);width:100%;z-index:9998;}