@charset "utf-8";
.hex_right {
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 13px;
}
.hex_center {
	background-repeat: repeat-x;
	background-position: center;
	height: 44px;
}

.hex_text {
	vertical-align: middle;
	margin-top: -9px;
	margin-right: -6px;
	margin-bottom: -9px;
	margin-left: -6px;
}
.hex_left {
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 13px;
}

.hex_topleft {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 13px;
	width: 13px;
}

.hex_topcenter {
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 20px;
}

.hex_topright {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 13px;
	width: 13px;
}

.hex_middleleft {
	background-repeat: repeat-y;
	background-position: right center;
	width: 13px;
}

.hex_middlecenter {
	background-repeat: repeat;
	background-position: center center;
}

.hex_middleright {
	background-repeat: repeat-y;
	background-position: left center;
	width: 13px;
}

.hex_bottomleft {
	background-repeat: no-repeat;
	background-position: right top;
	height: 13px;
	width: 13px;
}

.hex_bottomcenter {
	background-repeat: repeat-x;
	background-position: center top;
	height: 20px;
}

.hex_bottomright {
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	width: 13px;
}
