@charset "utf-8";
/* CSS Document */

div.rounded_box {
	float: left;
	position: relative;
	margin: 5px 9px 10px 8px;
	width: 215px;
}

div.rounded_box > .top {
	height: 13px;
}
div.rounded_box > .top > .mid {
	background: transparent url(../images/rounded_boxes/box_top.png) repeat-x 0 0;
	width: 189px;
	height: 13px;
	float: left;
}
div.rounded_box > .top > .left {
	float: left;
	width: 13px;
	height: 13px;
	background: transparent url(../images/rounded_boxes/box_t_left.png) no-repeat 0 0;
}
div.rounded_box > .top > .right {
	float: right;
	width: 13px;
	height: 13px;
	background: transparent url(../images/rounded_boxes/box_t_right.png) no-repeat 0 0;
	right: 0px;
}

div.rounded_box.block > .top {
	height: auto;
	background: transparent url(../images/rounded_boxes/box_header.png) repeat-x 0 0;
	padding: 10px;
	min-height: 155px;
	width: 195px;
}
div.rounded_box.block > .top > .title {
	margin: 0px 0 15px 0;
}


div.rounded_box > .bottom {
	height: 13px;
}
div.rounded_box > .bottom > .mid {
	background: transparent url(../images/rounded_boxes/box_bottom.png) repeat-x 0 0;
	height: 13px;
	width: 189px;
	float: left;
}
div.rounded_box > .bottom > .left {
	float: left;
	width: 13px;
	height: 13px;
	background: transparent url(../images/rounded_boxes/box_b_left.png) no-repeat 0 0;
}
div.rounded_box > .bottom > .right {
	float: right;
	width: 13px;
	height: 13px;
	background: transparent url(../images/rounded_boxes/box_b_right.png) no-repeat 0 0;
	right: 0px;
}

div.rounded_box > .main_outer {
	background: transparent url(../images/rounded_boxes/box_left.png) repeat-y 0 0;
}

div.rounded_box .main_inner {
	background: transparent url(../images/rounded_boxes/box_right.png) repeat-y right;
}

div.rounded_box .main_content {
	margin: 0px 13px;
	background: #fff;
	padding: 10px;
	width: 169px;
}

div.rounded_box .main_content .title {
	margin: 0 0 10px 0;
}

div.rounded_box .title {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
}

div.rounded_box .top ul {
	margin-left: 30px;
}
div.rounded_box .top ul li {
}

div.rounded_box .main_content ul {
	margin-left: 17px;
}
div.rounded_box .content > .title {
}
