#PanelTabs {
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	position:relative;
}

#PanelTabs a {
	color:#095B88;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	margin-left: 4px;
	text-decoration:none;
}

#PanelTabs a#ChatPanelLink {
	margin-left: 20px;
}

#PanelTabs a#UsersInLobbyLink {
	position:absolute;
	right: 40px;
}

#LeftPanels {
	width: 436px;
	float: left;
	border-right:1px solid #CCCCCC;
	padding-right:6px;
}

#RightPanels {
	width: 150px;
	float: right;
}

#ChatPanel .ChatRoomInput {
	width: 432px !important;
}

.box600 {
	width: 600px;
	background:transparent url(/images/bf/box600_top.gif) no-repeat scroll center top;
}

.box600 .bottom .content {
	background:transparent url(/images/bf/box600_bg.gif) repeat-y scroll 0 0;
}
.box600 .bottom {
	background:transparent url(/images/bf/box600_bottom.gif) no-repeat scroll center bottom;
}

.box640 {
	width: 640px;
	background:transparent url(/images/bf/box640_top.gif) no-repeat scroll center top;
}

.box640 .bottom .content {
	background:transparent url(/images/bf/box640_bg.gif) repeat-y scroll 0 0;
}
.box640 .bottom {
	background:transparent url(/images/bf/box640_bottom.gif) no-repeat scroll center bottom;
}

.box200 {
	width: 200px;
	background:transparent url(/images/bf/box200_top.gif) no-repeat scroll center top;
}

.box200 .bottom .content {
	background:transparent url(/images/bf/box200_bg.gif) repeat-y scroll 0 0;
}
.box200 .bottom {
	background:transparent url(/images/bf/box200_bottom.gif) no-repeat scroll center bottom;
}