@import url("box/round/gray.css");

.taglib_element_box_round {
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	cursor: default;
}

.taglib_element_box_round a {
	cursor: pointer;
}

.taglib_element_box_round_top {
 vertical-align: top;
 padding: 0px;
 height: 6px;
 width: 6px;
}

.taglib_element_box_round_top img {
 height: 6px;
 width: 6px;
}

.taglib_element_box_round_top_center {
	height: 1px;
 	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	/*pseudo-value 'cause ie and opera*/
	width: 5000px;
	
}

.taglib_element_box_round_top_center_title {
	background-repeat: repeat-y;
	height: 15px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*pseudo-value 'cause ie and opera*/
	width: 5000px;
}
.taglib_element_box_round_top_left, .taglib_element_box_round_top_right {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.taglib_element_box_round_top_left img, .taglib_element_box_round_top_right img {
	display: block;
	width: 1px;
	height: 8px;
}
.taglib_element_box_round_top_left {
	border-left-width: 1px;
	border-left-style: solid;
}
.taglib_element_box_round_top_right {
	border-right-width: 1px;
	border-right-style: solid;
}

.taglib_element_box_round_bottom {
	vertical-align: bottom;
	padding: 0px;
}
.taglib_element_box_round_bottom_center {
	width: auto;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.taglib_element_box_round_top img, .taglib_element_box_round_bottom img {
	display: block;
}
.taglib_element_box_round_content {
	vertical-align: top;
	margin: 0px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
}
.taglib_element_box_round_default {
	border-width: 1px;
	border-style: solid;
}

