.cssResizeTool {
	padding-top: 5px;
}
a.resizeText {
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	text-align: center;
	padding-left: 10px; padding-right: 10px;
	padding-top: 5px; padding-bottom: 5px;
	width: 30px;
	height: 15px;
	
}
.resizeText:hover {
	color: #ffffff;
	background-color: #2D63BB;
}
.rborder {
	border-right: 1px solid #CCCCCC;
}
.cssTx1 { font-size: 10px; padding-top: 15px; }
.cssTx2 { font-size: 12px; padding-top: 10px; }
.cssTx3 { font-size: 14px; }