.jobbox{
	display:block !important;
	width: 960px;

	/*overflow:hidden;*/
	/*background:#FFF*/
}
dl.m-simple-toggle{ 
	margin-bottom:20px;
}
.m-simple-toggle dt{
	cursor:pointer;
	background:#fafafa;
	border:1px solid #E5E5E5;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
	box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF;
	-moz-box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF;
	-webkit-box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	text-shadow:0 1px 0 #FFF;
	position:relative;
	width: 650px;
	margin: 0px 155px 0px 155px;
	height: 33px;
	color:#f30;
	line-height: 35px;
}
.m-simple-toggle dd{
	background:#fafafa;
	border:1px solid #E5E5E5;
	border-top-width:0;
	clear:both;
	width:630px;
	box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF,0px 1px 0px rgba(0,0,0,0.05);
	-webkit-box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF,0px 1px 0px rgba(0,0,0,0.05);
	-moz-box-shadow:inset 1px 1px 0 #FFF,inset -1px -1px 0 #FFF,0px 1px 0px rgba(0,0,0,0.05);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	margin: 0px 155px 0px 155px;
	padding: 10px;

}
.m-simple-toggle dd p{ line-height:140%;}
.m-simple-toggle dt.active{
	color:#000;
	
}
.m-simple-toggle dt .sign{
	display:block;
	width:20px;
	height:21px;
	float:left;
	margin-right:30px;
	position:absolute;
	top:4px;
	left:5px;
	text-indent:-999px;
	background:url(../img/sprite-shortcode.png) no-repeat 0 -17px; 
}
/*.m-simple-toggle dt .sign:before{
	content:"";
	position: absolute;
	width:25px;
	height:21px;
	top:0px;
	left:0px;
	border-right:1px solid #d9d9d9
}*/
.m-simple-toggle dt.active .sign{
	background-position:0px 4px;
}
.jobname{ display:block; width:160px; margin-left:30px;}
.jobnum{
	display:block;
	width:100px;
	margin-left: 20px;
}
.jobtime{ display:block; margin-right:10px;}
