@charset "utf-8";
/* CSS Document */

.top_left {
	background-image: url(../img/rounded/top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	width: 14px;
}
.top_right {
	background-image: url(../img/rounded/top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 14px;
	width: 14px;
}
.top_line {
	background-image: url(../img/rounded/top_line.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 14px;
}
.left_line {
	background-image: url(../img/rounded/left_line.png);
	background-repeat: repeat-y;
	background-position: left;
	width: 14px;
}
.right_line {
	background-image: url(../img/rounded/right_line.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 14px;
}
.btm_left {
	background-image: url(../img/rounded/btm_left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 14px;
	width: 14px;
}
.btm_line {
	background-image: url(../img/rounded/btm_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 14px;
}
.btm_right {
	background-image: url(../img/rounded/btm_right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 14px;
	width: 14px;
}
.content {
	background-color: #EFEFEF;
}

