.lborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.borderall {
	border: 1px solid #CCCCCC;
}
.content {
	font-size: 12px;
	color: #333333;
}
.main-title {
	font-size: 18px;
	color: #999999;
}
.content-title {

	font-size: 12px;
	color: #A6A817;
}
.rborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
}
.comment {

	font-size: 10px;
	color: #333333;
}

