table.forum-menu {
	border-left: 1px solid #CEDEEC;
	border-top: 1px solid #CEDEEC; 
	border-right: none; 
	border-bottom: none; 
	width:100%;
	padding: 0px;
	margin: 0px;
}

table.forum-menu td.forumtoolbar {
	background-color: #F1F5FA; 
	height:25px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #CEDEEC; 
	border-bottom: 1px solid #CEDEEC; 
}

.forumtoolsection {
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF; 
	border-right: 1px solid #CEDEEC; 
	border-bottom: 1px solid #CEDEEC; 
	width: 3px; 
	height: 21px; 
	margin-left: 1px; 
	margin-right:0px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

.forumtoolseparator {
	border-left: 1px solid #CEDEEC;
	border-right: 1px solid #FFFFFF; 
	width: 2px; 
	height: 21px; 
	padding: 0px;
	margin-left: 6px; 
	margin-right:1px;
	box-sizing:border-box; 
	-moz-box-sizing:border-box;
}

table.forum-menu td {
	color: #456A74; 
	font-size:11px;
}

table.forum-menu a, 
table.forum-menu select, 
table.forum-menu input {
	color: #456A74; 
	text-decoration: none;
	font-size:11px;
}
table.forum-menu a:hover {
	text-decoration:underline; 
}

table.forum-menu form, form.forum-form-menu {
	padding: 0px;
	margin: 0px;
	border: none;
}
form.forum-form-menu {
	width:100%;
}
div.forum-menu-br {
    height: 4px;
	padding: 0px;
	margin: 0px;
    width: 100%; 
	overflow: hidden;  
}
table.forum-menu-auth {
	border: 1px solid #CEDEEC; 
	width: 200px;
	border-collapse:collapse;
	border: 1px solid #99BAD7;
}
table.forum-menu-auth td{
	background-color:#CEDEEC;
	padding: 4px 4px 0px 2px;
	font-size:11px;
	white-space: nowrap;
	text-align: center;
}
#ENTER {
}
#USER_LOGIN {
	width: 70px;
}
#USER_PASSWORD {
	width: 70px;
}