/* video duration */
div#pd_jsthumbs .video-durationHMS {
	background:black none repeat scroll 0 0;
	bottom:4px;
	color:#FFFFFF;
	font-size:80%;
	left:4px;
	opacity:0.7;
	padding:0 0.3em;
	position:absolute;
}

div#pd_jsthumbs .video {
	float:left;
	position:relative;
	width:100%;
}

div#pd_jsthumbs .video-thumb {
	float:left;
	position:relative;
}

div.allvideos, div.allgroups, div.allphotos, div.allusers{
	overflow:hidden;
	text-align:right;
	margin:10px 0 0 0;
	width:100%;
	clear:both;
	float:none;
}
.videodesc{
	border-bottom:1px dotted #90B402;
	margin-bottom:5px;
}
/* status */
div.statustext label {
background:transparent url(statuslabel.gif) no-repeat scroll left top;
	color:#FFFFFF;
	display:block;
	float:left;
	font-weight:700;
	height:28px;
	line-height:28px;
	margin:1px 0 0 10px;
	text-align:center;
	text-transform:uppercase;
	width:90px;
}
div.statustext {
	float:left;
	margin:10px 0 10px;
	text-align:center;
	width:100%;
}
div.statustext input.status {
	color:#999999;
	float:left;
	font-size:16px;
	margin:0 0 0 10px;
	width:60%; 
}
div.statustext #pd-save-status, div.statustext #pd-update-save-status {
	background:#333333 none repeat scroll 0 0;
	border:1px solid #666666;
	color:#FFFFFF;
	font-size:11px;
	font-weight:700;
	height:28px;
	line-height:28px;
	padding:3px 10px;
}


.login-bg {
	background: url(login-bg.png) 0 0 no-repeat; /* ie6png:crop */
	display: block;
	padding: 0px 0px 0px 25px;
	margin:10px 0 0 0;
	width: 100%;
	height: 20px;
	border: none;
	cursor: pointer;
	overflow: hidden;
	line-height: 20px;
	color: #646464;
}

.login-bg:hover {
	background: url(login-bg.png) 0 -20px no-repeat;
}

.photo-tip {
background:#F3FDE0 url(tooltip-bg.gif) repeat-x scroll left top !important;
border:1px solid #90B402 !important;
float:left;
max-width:800px;
padding:5px;
}

.video-tip, .group-tip, .user-tip {
background:#F3FDE0 url(tooltip-bg.gif) repeat-x scroll left top !important;
border:1px solid #90B402 !important;
float:left;
max-width:250px;
padding:5px;
}

body #community-wrap .profile-avatar img {
width: 160px;
float: left;
}