#userCommentBlock {
	float: right;
	width: 575px;
	z-index: 20;
	position: relative;
	display: inline; /* IE double margin bug fix */
}

#userCommentListBlock .blockContent {
	padding: 0;
}

#userDetailsBlock {
	float: left;
	width: 325px;
	display: inline; /* IE double margin bug */
}

#userActivityBlock {
	float: right;
	width: 575px;
	z-index: 30;
	position: relative;
	display: inline;
}

#userActivityBlock .blockContent {
	padding: 0;
	background-color: #ffffff;
}

#userInfoBlock .infoLabel,#userOpinionBlock .infoLabel {
	width: 120px;
}

#userInfoBlock .infoField,#userOpinionBlock .infoField {
	margin-left: 130px;
}

#userInfoBlock .photo {
	float: left;
}

#userInfoBlock .photo img {
	border: 1px solid #dcdcdc;
	margin-bottom: 3px;
}

#userInfoBlock .photoInfo {
	margin-left: 130px;
}

#userInfoBlock .editProfile {
	font-size: 13px;
	position: absolute;
	right: 9px;
	bottom: 12px;
}

#userInfoBlock .editPhoto {
	clear: both;
	font-size: 13px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html .infoField {
	height: 1%;
}

/* End hide from IE5/mac */
.userVote .poll {
	border-bottom: 1px solid #dcdcdc;
	background-color: #e6e6e6;
}

.userVote .voteAnswers {
	position: relative;
	padding: 12px;
	font-weight: bold;
}

.userVote .voteAnswers a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none
}

.userVote .voteAnswers a:hover {
	text-decoration: underline;
}

.userVote .photoAnswer img {
    padding: 3px;
    border: 1px solid #999999;
    background-color: #ffffff;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	position: relative;
}

.userPosition .poll {
	border-bottom: 1px solid #dcdcdc;
	background-color: #e6e6e6;
}

.activityInfo {
	margin: 12px 12px -7px 12px;
	font-weight: bold;
}

.activityDate{
	font-weight: normal;
}
