@CHARSET "UTF-8";
.case-content{
  width: 990px;
  height:700px;
  font-size: 12px;
  float: left;
}
.casetips{
	width:925px;
	float:left;
	height:55px;
	line-height:55px;
	text-align:center;
	background: #FFECEC;
	margin:25px;
	border:1px solid #FFCCCC;
}
.casetips span{
  color: #FF9900;
  float: left;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
}
.cs-item{
	float:left;
	margin:0 25px;
}
.cs-item ul li.liClass{
	outline: none;
	outline-style: none;
}
.cs-item li.liClass{
	min-height:45px;
	height:auto;
	padding:10px;
	width:925px;
	float:left;
	position: relative;
}
.labelCase{
	float:left;
	width:168px;
}
.labelCase em{
	color:#FF2F2F;
}
.labelCase span{
	float:right;
	height:30px;
	line-height:30px;
}
.item{
	float:left;
	margin-left: 8px;
}
.item-tips{
	float: right;
  	margin-right: 120px;
  	margin-top: 60px;
}
.item-tips p{
	height:20px;
	line-height:20px;
}
.item-placeholder{
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.gothere:HOVER {
	color:blue;
}
#gonewsavecase{
	color:#93DEBB;
	background-color: #FFF;
	border:1px solid #74E8EB;
	border-radius:3px;
}
#gonewsavecase:HOVER {
	background:#F8FCFA none repeat scroll 0 0;
}
#appendCase{
	margin:5px;
}
#appendCase li{
	min-height:35px;
	width:150px;
	line-height:35px;
}
.delCase{
  cursor:pointer;
  display: inline-block;
  width: 30px;
  height: 14px;
  background: url("image/delcase.png") no-repeat;
  margin-left: 8px;
}
.caseTitle{
  width: auto;
  display: inline-block;
  height: 35px;
  line-height: 35px;
}

