/*
 * MyBB: Classic Frontend Theme 
 *
 * File: css3.css File
 * 
 * Authors: MrBrechreiz & Vintagedaddyo
 *
 * MyBB Version: 1.8
 *
 * Theme Version: 1.1
 * 
 */

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;
	border: 1px solid #0F5C8E;
}

.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;
}

		
		
		