/*==========================================================
+ report.css
========================================================== */

/*-- report.html --*/

#report-main{
	text-align: left;
	clear: both;
	width: 590px;
	}
	
.report-textarea{
	padding: 10px;
	clear: both;
}

.report-sub-title{
	float: left;
	clear: both;
	padding: 5px;
}

.report-sub-title2{
	float: left;
	clear: both;
	padding: 10px 0 5px 10px;
}

.impression{
  margin-top: 25px;
	margin-bottom: 15px;
  width: 528px;
}

.impression p{
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.totop {
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	padding-bottom: 5px;
	border-top: 2px none #99cc33;
	border-right: 2px none #99cc33;
	border-bottom: 2px solid #99cc33;
	border-left: 2px none #99cc33;
	margin-bottom: 20px;
	margin-top: 20px;
}
