/*
 * MyBB: Sharepoint Frontend Theme 
 *
 * File: css3.css File
 * 
 * Authors: MyBB Themes & Vintagedaddyo
 *
 * MyBB Version: 1.8
 *
 * Theme Version: 1.2
 * 
 */

#container {
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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 {
	width: 100%;
	margin: auto auto;
}

.tborder tbody tr:last-child td {
	border-bottom: 0;
}

button,
input.button,
.editor_control_bar,
.postbit_buttons > a,
a.button {
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

button,
input.button,
.editor_control_bar,
.postbit_buttons > a,
a.button
.popup_menu,
.postbit_buttons > a,
a.button {
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

		
		