.table {
	width: 680px;
	margin: 0 auto;
	background: #EEF4F3;
	border: 1px solid #CCDFE8;
}

.table .body {
	margin: 10px;
}

.table .body h2 * {
	vertical-align: middle;
}

.table .body h2 a {
	font-weight: bold;
	color: #555;
	font-style: italic;
	text-decoration: none;
}

/**********************************************************************/

div.box .body h2 * {
	vertical-align: middle;
}

div.box .body h2 a:hover {
	text-decoration: underline;
}

div.box h2 a.forum_action {
	font-weight: normal;
}

a.forum_action.button {
	border: 1px solid #676767;
	border-top-color: #EBEBEB;
	border-left-color: #EBEBEB;
	background: url(/page/images/navigation/action.png) left top repeat-x;
	padding: 3px;
	font-size: 14px !important;
	font-style: normal !important;
	font-family: Arial, Helvetica, sans-serif !important;
}

a.forum_action.button:hover {
	background-position: bottom;
}

a.forum_action.button img {
	vertical-align: text-bottom;
	margin: 0 3px 0 0;
}

.forum_action.logout {
	background-image: url(/page/images/symbols/logout.png);
}

.forum_action.login {
	background-image: url(/page/images/symbols/login.png);
}

.forum_action.register {
	background-image: url(/page/images/symbols/register.png);
}

.forum_action.write_thread {
	background-image: url(/page/images/symbols/write_thread.png);
}

.forum_action.write_post {
	background-image: url(/page/images/symbols/write_post.png);
}

.forum_action.edit_post {
	background-image: url(/page/images/symbols/edit_post.png);
}

.forum_action.quote {
	background-image: url(/page/images/symbols/quote_post.png);
}

.forum_action.delete_post {
	background-image: url(/page/images/symbols/delete_post.png);
}

span.invalid, span.message {
	font-size: 12px;
	font-weight: normal;
	color: #A52A2A;
	display: block;
}

span.message {
	color: #6495ED;
	font-size: 14px;
	padding: 3px;
	border-bottom: 1px solid #bbbbbb;
}