.tbl_left_col {
	float: left;
	width: 140px;
}

.tbl_right_col {
	float: left;
	width: 240px;
}

.userbox {
	margin: 10px auto;
	width: 430px;
	padding: 10px;
}

* html .userbox {
	margin-left: 20px;
	margin-top: 10px;
}

.userbox input {
	width: 200px;
}

.userbox input.checkbox {
	width: 20px;
}

.userbox .hide {
	vertical-align: bottom;
	display: none;
}

.userheader {
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
}

fieldset {
	margin: 10px;
	padding: 5px;
	border-color: navy;
}

fieldset legend {
	font-weight: bold;
}

.usercomment {
	padding-top: 5px;
	border-bottom: 1px solid navy;
	clear: both;
}

.usercomment img.useravatar {
	border-style: none;
	float: left;
}

.usercomment .commentact {
	float: left;
	text-align: left;
	padding-left: 10px;
}

.usercomment .commentbody {
	clear: both;
	background-color: #eee;
	color: #000;
	padding: 5px;
}

* html .commentbody {
	width: 400px;
}

.userbox table th {
	font-size: 10pt;
}