a.commenterProfile:link,
a.commenterProfile:visited,
a.commenterProfile:hover,
a.commenterProfile:focus,
a.commenterProfile:active
 {
	display:inline-block;
	width:16px;
	height:16px;
	text-indent: -3000px;
	background:url(contact-new.png) no-repeat left top;
	opacity: .5;
}

a.commenterProfile:hover,
a.commenterProfile:focus,
a.commenterProfile:active
 {
	opacity: 1;
}
	
.closeCommenterProfile, a.closeCommenterProfile:link {
	display: block;
	width: 16px;
	height: 16px;
	background: url(close.png) no-repeat 0px 0px;
	text-indent: -3000px;
	float: right;
	margin:5px;
}

a.closeCommenterProfile:hover {
	background: url(close.png) no-repeat -16px 0px;
}

#CP {
	position:fixed;	
	border: 10px solid #999;
	background:#fff;
	width:80%;
	height:80%;
	top:50%;
	left:50%;
	margin-top:-40%;
	margin-left:-40%;
	display:none;
	overflow: auto;
	text-align:left;
}

#CP_content {
	padding: .5em 1.5em 1.5em 1.5em;
}

.CP_loader {
	background-image: url(loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:60px;
	text-align:center;
}

#CP div.CP_block {
	float:left;
	width: 46%;
	margin-right:3%;
	margin-bottom: 1em;
}

#CP h2 {
	margin-bottom:1em;
	margin-top: 0em;
	font-size:1.4em;
}

#CP h3 {
	margin-bottom:.5em;
	margin-top: 0em;
	font-size:1.4em;
	font-weight: normal;
}

#CP h4 {
	font-weight: bold;
	font-size:1.2em;
}

#CP h5 {
	font-weight: bold;
	font-size:1em;
}

#CP p {
	margin:0;
	clear:both;
}

#CP img.photo {
	float:right;
	width:48px;
	height:48px;
	padding: 2px;
	border: 1px solid #999 !important;
	background: #eee;
}

.CP_block ul li a span.icon {
	display:inline-block;
	width: 20px;
	height:16px;
	opacity: .5;
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align:top;
}

.CP_block ul li a:hover span.icon {
	opacity: 1;
	text-decoration:none;
}

