div.smiles {
	position: absolute;
	border-left:4px solid gray;
	background: #e4e4e4;
	width: 250px;
	right: 340px;
	top:16px;
}
div.smiles div {
	float: left;
}

img.right {
	float: right;
	margin: 1px 0 5px 10px;
}

img.left {
	float: left;
	margin: 1px 10px 5px 0;
}
img.brd {
	border: 2px solid #999;	
} 

.hid {
	display: none;
}

.rel {
	position: relative !important;
}

.corr2 {
	left: 0px !important;
}

span.comment {
	color: #7b4f28;
}

.brdb {
	border-bottom:1px solid gray;
}

.un a,.un {
	text-decoration: none !important;
}

table.views {width: 100%;}

table.views td.views {
	background: url(../img/icon_view.gif) left center no-repeat;
	padding-left:17px;
	width:15px;
}

table.views td.comments {
	background: url(../img/icon_comment.gif) left center no-repeat;
	padding-left:17px;
	width:20px;
}
div.no_indent p
{
	text-indent: 0px !important;
}