


body {
	font-family: 微软雅黑;
	font-size: 14px;
	padding: 0px 20px;
	margin: 0px;
}

.demo{
  padding : 10px;
  width : 85%;
}
.demo .demo-title {
   font-size: 16px;
   color : #555;
}

.demo .dashed-divider{ 
   border-bottom : 1px solid #ccc ;
   height : 1px ;
   width : 85%;
}

.demo .bgcolor{
	
	background-color : #F5FBE6 ;
	width : 95%;
	padding : 5px;
	
}

.gtitlebar {
	width: 95%;
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-family: 微软雅黑;
	color : #6FA2EE;
	margin : 10px 0px;
}

.gtitlebar  span.title {
	background-color: #fff;
	line-height: 30px;
	padding: 4px;
	border-bottom: 2px solid #6FA2EE;
}

.left {
	border-left: 2px solid #6FA2EE;
	border-bottom: none;
	height: 20px;
}

.left span.title {
	border-bottom: none;
	padding: 3px 6px;
	line-height: 20px;
}

