@charset "utf-8";
/* CSS Document */

.roundbox {
	padding:0 12px 0 0;
	background:#FFFFFF url(../../images/roundbox/borders-right.gif) 100% 0 repeat-y;
	margin:auto;
	position:relative;
	width:98%;
}
.roundbox-inside {
	padding:0 0 0 12px;
	background:#FFFFFF url(../../images/roundbox/borders.gif) 0 0 repeat-y;
}
.roundbox-top {
	height:17px;
	margin:0 -12px;
	background:url(../../images/roundbox/box.gif) 100% 0 no-repeat;
}
.roundbox-top div {
	width:18px;
	height:17px;
	background:url(../../images/roundbox/box.gif) 0 0 no-repeat;
}
.roundbox-bottom {
	height:17px;
	margin:0 -12px;
	background:url(../../images/roundbox/box.gif) 100% 100% no-repeat;
}
.roundbox-bottom div {
	width:18px;
	height:17px;
	background:url(../../images/roundbox/box.gif) 0 100% no-repeat;
}

.content {
	padding-bottom:20px;
}
