.suser {
	border: dotted 1px #ddd;
	margin-bottom: 5px;
	padding: 5px;
}
.suser-image {
	float: left;
	width: 50px;
	height: 50px;
	background-color: #ddd;
}
.suser-infos {
	float: left;
	margin-left: 5px;
}
.suser-slogan {
	margin-top: 3px;
	width: 550px;
	font-size: 10pt;
	font-style: italic;
	color: #999;
}
.suser-stats {
	margin-top: 2px;
	font-size: 9pt;
}





.video {
	border: dotted 1px #ddd;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 10pt;
}
.video-image {
	float: left;
	width: 120px;
	height: 90px;
	background-color: #ddd;
}
.video-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.video-infos {
	float: left;
	margin-left: 5px;
}
.video-description {
	margin-top: 3px;
	width: 500px;
	font-size: 10pt;
	font-style: italic;
	color: #999;
}







.imageset {
	border: dotted 1px #ddd;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 10pt;
}
.imageset-image {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #ddd;
}
.imageset-title {
	font-weight: bold;
	margin-bottom: 3px;
}
.imageset-infos {
	float: left;
	margin-left: 5px;
}
.imageset-description {
	margin-top: 3px;
	width: 500px;
	font-size: 10pt;
	font-style: italic;
	color: #999;
}











.caption {
}

#inputTitle {
	font-size: 12pt;
	width: 490px;
}
#inputDescription {
	width: 490px;
	height: 80px;
}

#checks a {
	float: left;
	font-size: 8pt;
	text-decoration: none;
	color: black;
	display: block;
	padding: 3px;
	margin: 1px;
	width: 128px;
	-moz-border-radius: 2px;
}
.checksSelected {
	background-color: #ddffdd;
	background-image: url(/gfx/tick.png);
	background-repeat: no-repeat;
	background-position: right;
	border: solid 1px #c0ffc0;
}

.checksNormal {
	background-color: #ddd;
	border: solid 1px #cfcfcf;
}

