/* CSS Document */

.commendationArea{
	width:620px;
	height:auto;
	overflow:hidden;
	margin:0px auto 20px auto;
	clear:both;
}
.commendationBlock{
	width:301px;
	height:auto;
	overflow:hidden;
	background:url(../images/block_bg_bottom.jpg) no-repeat bottom center;
	padding:0px 0px 35px 0px;
}
.commendationTitle{
	width:301px;
	background:url(../images/block_bg_top.jpg) no-repeat top center;
	margin-bottom:10px;
	padding:30px 0px 0px 0px;
}
.commendationTitle dt{
	width:245px;
	height:auto;
	padding:0px 0px 3px 0px;
	margin:0px auto 5px auto;
	border-bottom:1px dashed #765C2F;
	color:#3F3F3F;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	line-height:140%;
}
.commendationTitle dd{
	width:245px;
	height:auto;
	padding:0px 0px 3px 0px;
	margin:0px auto 5px auto;
	border-bottom:1px dashed #765C2F;
	color:#8B5C29;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	line-height:140%;
}

.commendationPhoto{
	width:246px;
	padding:8px 0px 8px 0px;
	border:1px solid #E7CBAB;
	margin:0px auto 0px auto;
	text-align:center;
	background:#fff;
}
.commendationPhoto:hover{
	background:#00A73B;
}

span.small{
	font-size:12px;
}

.hight01, .hight02, .hight03, .hight04{
	margin-bottom:-20px;
}