/* 
	style used in:
		classroom.jsp
*/

#clear {
	clear:both;
}

#reportCommentBox{
	float:left;
	width:650px;
	height:348px;
	background:url(../../../images/module/teach_learning/requested_lesson_bg.png) no-repeat;
}

.reportCommentHead{
	float:left;
	margin-left:6px;
	width:623px;
	height:60px;
}

.reportCommentHead .repCommentTitle{
	float:left;
	width:80%;
	margin-left:10px;
	margin-top:20px;
	font-size:20px;
	color:#fff;
}

.reportCommentHead .repCommentCloseBtn{
	float:right;
	margin-right:10px;
	margin-top:20px;
}

.reportCommentBody{
	float:left;
	margin-left:25px;
	margin-top:15px;
	width:580px;
	height:250px;
}

.reportCommentBody .txtLabel {
	font-family:Helvetica;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	color:#686968;
	width:18%;
}

.reportCommentBody .txtDesc {
	width:82%;
}

.reportCommentBody .lineSpace {
	font-size:8px;
}

.reportCommentBody textarea {
	text-align:left;
	font-family:Arial;
	fontSize:12px;
	color:#686968;
	width:575px;
	height:55px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.reportCommentBody .txtCounter {
	font-family:Helvetica;
	font-weight:bold;
	font-size:13px;
	text-align:right;
	color:#686968;
}

.button_wrap{
	float:left;
	width:100%;
	margin-top:-3px;
}

.button_wrap .middle {
	margin:0 5px;
}