@charset "utf-8";
/* CSS Document */

.set-jobs-btn{ width:82px; height:28px; border:1px solid #ccc; line-height:26px; display:inline-block; text-align:left; padding-left:30px; position:relative; padding-left:35px; color:black; cursor:pointer;}
.set-jobs-btn.noactive{ background:url(../images/settgray.png) no-repeat 10px 7px;}
.set-jobs-btn.noactive:before{ content:"设置为任务"; display:block;}
.set-jobs-btn.active{ background:url(../images/settblue.png) no-repeat 10px 7px;}
.set-jobs-btn.active:before{ content:"取消任务"; display:block;}

.set-jobs-box{ overflow:hidden; padding-left:20px; padding-top:10px; margin-bottom:20px; display:none;}
.set-jobs-box .k{ width:80px; color:#219ced;}
.set-jobs-box .i{ width:450px; position:relative;}
.set-jobs-box .i span{ position:absolute; bottom:15px; right:5px; display:block; background:none;}
.set-jobs-box .i span b{ font-weight:normal;}
.set-jobs-box .linee{ height:50px; line-height:50px;}
.set-jobs-box textarea{ width:440px; height:100px; resize:none; border:1px dashed #ccc;}
.set-jobs-box span{ display:inline-block; background:url(../images/nochoose.png) no-repeat 0 16px; padding-left:27px; margin-right:20px;}
.set-jobs-box span.active{background:url(../images/choose.png) no-repeat 0 16px;}



.item-ele-box{ position:relative;}
.item-ele-box-border{ display:block; width:81px; height:82px; position:absolute; top:-5px; z-index:9; color:white; font-style:normal;}
.item-ele-box.item-left .item-ele-box-border{ background:url(../images/left.png) no-repeat; left:-5px;}
.item-ele-box.item-left .item-ele-box-border b{ -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); transform:rotate(-45deg); display:block; margin-left:5px; font-weight:normal;}
.item-ele-box.item-right .item-ele-box-border{ background:url(../images/right.png) no-repeat; right:-5px;}
.item-ele-box.item-right .item-ele-box-border b{ -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); -webkit-transform:rotate(45deg); transform:rotate(45deg); display:block; margin-top:20px; margin-left:35px; font-weight:normal;}

 
