tr td.trow1:first-child,
tr td.trow2:first-child,
tr td.trow_shaded:first-child {border-left:0}

tr td.trow1:last-child,
tr td.trow2:last-child,
tr td.trow_shaded:last-child {border-right:0}

.tborder {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px
}

.tborder tbody tr:last-child > td {border-bottom:0}

.tborder tbody tr:last-child > td:first-child {
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	border-bottom-left-radius:6px
}

.tborder tbody tr:last-child > td:last-child {
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-right-radius:6px
}

.tcat_menu {
	-moz-border-radius:0 !important;
	-webkit-border-radius:0 !important;
  	border-radius:0 !important
}

.tborder tbody:nth-last-child(2) .tcat_collapse_collapsed {
	-moz-border-radius-bottomleft:6px !important;
	-moz-border-radius-bottomright:6px !important;
	-webkit-border-bottom-left-radius:6px !important;
	-webkit-border-bottom-right-radius:6px !important;
	border-bottom-left-radius:6px !important;
	border-bottom-right-radius:6px !important
}

input.invalid_field,
input.valid_field,
.editor_control_bar,
blockquote,
.codeblock,
fieldset,
.popup_menu {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px
}

.post.classic .post_author {
	-moz-border-radius:0 6px 6px 0;
	-webkit-border-radius:0 6px 6px 0;
	border-radius:0 6px 6px 0
}

.popup_menu .popup_item_container:first-child .popup_item {
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px
}

.popup_menu .popup_item_container:last-child .popup_item {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px
}

.pagination a {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px
}

.pollbar {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px
}

.tfoot {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px
}