@charset "utf-8";
.top_left {
	background-image: url(../images/frame/top_left.gif);
	height: 20px;
	width: 20px;
}
.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7fb2d9;
}
.frame_text {
	text-align: left;
	color:#1B1B1B;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.top_right {
	background-image: url(../images/frame/top_right.gif);
	height: 20px;
	width: 20px;
}
.bottom_left {
	background-image: url(../images/frame/bottom_left.gif);
	height: 20px;
	width: 20px;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7fb2d9;
}
.bottom_right {
	background-image: url(../images/frame/bottom_right.gif);
	height: 20px;
	width: 20px;
}
.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7fb2d9;
}
.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7fb2d9;
}

