h2#lesson_detail{
	background: url("../../images/default/img_trainer/lesson_detail.png") no-repeat;
	width: 615px;
	height: 0;
	padding-top: 25px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
.lesson_message{
	margin-bottom: 20px;
}
	.lesson_message img,
	.lesson_message div{
		float: left;
	}
	.lesson_message img{
		margin-right: 15px;
		border: 1px solid #000000;
		background-color:#ffffff;
		padding: 4px;
	}
	.lesson_message div{
		width: 328px;
	}
.signeture{
	margin-top: 10px;
}
dl dt,
dl dd{
	display: inline-block;
	vertical-align: top;
}
dl dt{
	background-color: #EDEDEB;
	padding: 8px 0 8px 12px;
	width: 145px;
	margin-right: 15px;
	font-weight: bold;
	margin-bottom: 17px;
}
dl dd{
	width: 430px;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-bottom: 25px;
	border-bottom: 1px solid #7F7F7F;
}
dl dd span{
	font-weight: bold;
}
	dl dd ul li{
		list-style: inside square;
}
		dl dd > dl{
			margin-top: 8px;
}
		dl dd > dl dt,
		dl dd > dl dd{
			display: block;
			background-color: transparent;
			width: auto;
			margin: 0;
			padding: 0;
			border-bottom: 0;
}
		dl dd > dl dd{
			margin-bottom: 8px;
}
dl dd p{
	margin-top: 10px;
}
.comment{
	border: 1px dashed black;
	background: #F7F7F5;
	padding: 10px 15px;
	text-align: center;
	margin-bottom: 15px;
}

.reset_margin{
	margin: 0;
}
