/* CSS Document */
.profcont img {
	float: left;
	border: 2px solid #000;
	margin-right: 5px;
	width: 100px;
}

.profcont h4 {
	margin-bottom: 7px;
	margin-top: 2px;
}


/* userprofile */

.userprofile {
	width: 100%;
	overflow: auto;
	height: 459px;
}

.userprofile .userimage {
	float: right;
	border: 1px solid #000;
}

.userprofile .static_text {
	display: block;
	font-weight: bold;
	margin: 3px 3px 0px 0px;
}

.userprofile .dynamic_text {
	display: block;
	font-size: 16px;
	margin: 0px 3px 10px 5px;
}

.userprofile .submenu {
	display: inline;
	border: 1px solid #888;
	background: #eee;
	padding: 3px;
	margin: 7px 3px 3px 3px;
	line-height: 28px;
}

.userprofile .submenu:hover {
	background: #fff;
}

.userprofile .container {
	background: #eee;
	border: 1px solid #888;
	padding: 4px;
}

.userprofile .container .ufriend {
	display: inline;
	font-size: 10px;
	border: 1px solid #888;
	background: #eee;
	padding: 3px;
	margin: 3px 3px 3px 3px;
	line-height: 12px;
	float: left;
}

.userprofile .container .uspot {
	display: inline;
	font-size: 10px;
	border: 1px solid #888;
	background: #eee;
	padding: 3px;
	margin: 3px 3px 3px 3px;
	line-height: 12px;
	float: left;
}

.userprofile .container .clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}



-->

