#left_sidebox {
	position: relative;
	width: 174px;
	top: 0px;
	left: 0px;
	float:left;
}

#left_sidebox_header {	
	position: relative;
	width: 174px;
	height: 19px;
	background-color: #bdbdbc;
	font-weight: bold;
}

#left_sidebox_body {	
	padding: 10px 0px 10px 0px;
}

#right_box {
	position: relative;
	width: 360px;
	top: 0px;
	right: 12px;
	float:right;
}

.loginInput {
	height: 12px;
	width: 115px;
}

.forumPostPadding {
	padding-left: 10px;
	border-bottom: 1px solid #bdbdbc;
}


