/*
  editor:ck;
  date:2016.05
*/

/*edit*/
.edit{font-size:12px;height:30px;line-height:30px;}
.manage{position:relative;}
.manage .edit{position:absolute;left:50%;float:left;top:50%;margin-top:-15px;z-index:999;}
.manage .edit input{
				position:relative;
				right:50%;
				float:left;}
.edit input{
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 12px/100% Arial, Helvetica, sans-serif;
    padding: .5em 1em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
    background: -moz-linear-gradient(top, #fff, #ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');}
.edit input:hover{text-decoration:none;}
.edit input:active{position:relative;top:1px;}

.readExtend .edit{top:2px;margin-top:0;}

/*operate*/
.operate{width:139px;position:absolute;right:5px;top:5px;z-index:9;}
.operate a{width:18px;height:18px;display:block;float:right;margin:0 2px;background-image:url(./operate.png);background-repeat:no-repeat;}
.operate a.edit_ico{background-position:0 0;}
.operate a.delete_ico{background-position:-18px 0;}
.operate a.up_ico{background-position:-36px 0;}
.operate a.down_ico{background-position:-54px 0;}
.operate a.top_ico{background-position:-72px 0;width:47px;}

/*mod-top-set*/
.mod-top-set{line-height:30px;padding:5px;border-bottom:solid 1px #d8d8d8;text-align:left;}
.mod-top-set-btn{float:right;}
.mod-top-set-btn input{
    padding: 5px;
    border: solid 1px #d8d8d8;
    line-height: 20px;
    margin: 0 1px;
}


/**/
.mod {min-height:90px;position:relative;}

/**/
.banner.manage {height:90px;}


/*editBox*/
.editBox{width:300px;background-color:#fff;padding:3px;border-radius:6px;box-shadow:0 0 4px 2px rgba(15, 4, 7, 0.4);font-size:14px;}
.editBox .title{background-color:#58D6C0;color:#006F5C;height:40px;line-height:40px;padding:0 15px 0 10px;font-weight:bold;border-radius:6px 6px 0 0;}
.editBox .D_close{width:16px;height:16px;margin-top:10px;float:right;background:url("./close.png") no-repeat 0 0;display:block;text-indent:-9999px;cursor:pointer;}
.editBox .formRow{margin-top:15px;padidng-left:50px;overflow:hidden;}
.editBox .formRow label{float:left;width:80px;line-height:30px;color:#333;padding-right:10px;text-align:right;}
.editBox .formRow input{float:left;width:160px;border:1px solid #ccc;color:#626262;padding:5px 10px;}
.editBox .fnSubmit{clear:both;padding:15px 0;text-align:center;}
.editBox .fnSubmit input{background-color:#efeff0;padding:0 5px;margin:0 10px;height:32px;color:#333;cursor:pointer;border-radius:5px;border:solid 1px #cfcfcf;}




