.contContainer {
	margin:10px auto;
	width:923px;
	background:#fff;
	padding:15px;
    border:2px solid #E4EBDC;
}

.contContainer a, .contContainer a:visited {
	text-decoration:none;
}

.resultBox {
	border-right:1px dashed #e4e4e4;
	float:left;
	padding:10px 10px 3px 10px;
	width:47%;
}

.noborder {
	border:none;
}

.boxMargin {
	margin-right:10px;
}

.dividerClear {
	clear:both;
	border-bottom:1px dashed #e4e4e4;
	height:10px;
	margin-bottom:10px;
}

/** Avatar/Member Point **/

.avatar {
	float:left;
}

.ie .avatar {
    width:80px;
}

.avatar a {
	float:left;
	border:2px solid #ccc;
	padding:2px;
}

.avatar a:hover {
	border:2px solid #aaa;
}

.avatar .memberPoints {
	background:url(/images/memberPointBg.gif) no-repeat;
	width:78px;
	height:16px;
	font-size:11px;
	text-align:center;
}

/** Member Info **/

.memberInfoBox {
	float:left;
	font-size:12px;
	padding:0 8px 0 8px;
	border-right:1px solid #e9e9e9;
	width:185px;
}
.ie .memberInfoBox {
	width:180px;
}

.memberInfoBox .infoTxt {
	line-height:20px;
	padding:0 0 4px 3px;
}

.memberInfoBox .infoTxt a {
	font-size:14px;
}



	/** Button **/
	a.btnLink {
	display:block;
	background:#f1f1f1;;
	float:left;
	padding:2px;
	color:#828282;
	text-decoration:none;
	font:11px arial;
	margin-right:4px;
	}


	a.btnLink span {
		display:block;
		background:url(../images/postTopBtnBg.gif) #fff top left repeat-x;
		border:1px solid #cdcdcd;
		float:left;
		color:#828282;
		padding:4px;
		text-decoration:none;
		cursor:pointer;
	}

	a:hover.btn {
		color:#151515;
	}

	a:hover.btnLink:hover span {
		color:#151515;
	}



	a.btnLinkActive {
		display:block;
		background:#f1f1f1;;
		float:left;
		padding:2px;
		color:#828282;
		text-decoration:none;
		font:11px arial;
		margin-right:4px;
	}

	a:visited.btnLinkActive {
		text-decoration:none;
	}

	a:link.btnLinkActive {
		text-decoration:none;
	}

	a.btnLinkActive span {
		display:block;
		background:url(../images/postTopBtnBg.gif) bottom;
		border:1px solid #cdcdcd;
		float:left;
		color:#ffffff;
		padding:4px;
		text-decoration:none;
		cursor:pointer;
	}

	a:hover.btnLinkActive {
		color:#fff;
	}

	a:hover.btnLinkActive:hover span {
		color:#eee;
	}


/** Send a Message/Add as Friend **/

.addSend {
	float:left;
	padding:0 10px;
	font-size:12px;
}

.addSend .sendMsg {
	background:url(../images/postIcoEmail.gif) 0px 6px no-repeat;
	padding:4px 0 4px 20px;
	display:block;
}

.addSend .addFriend {
	background:url(../images/homepage/actiIco_addfriend.gif) 0px 4px no-repeat;
	padding:4px 0 4px 20px;
	display:block;
}

