
table.gallery {
	width: 100%;
	margin-bottom: 10px;
}

table.gallery td {
	vertical-align: top;
	padding-bottom: 5px;
}

div.video {
	margin-bottom: 30px;
}

div.video h3 {
	font-size: 18px;
}

div.video div.details {
	margin: 0 0 0 10px;
}





p.logoff {
	margin-bottom: 1em;
}

div.upload h3 {
	font-size: 16px;
	border-bottom: 2px solid #CCC;
	margin: 2em 0 0 0;
}

div.upload p {
	margin-bottom: 1em;
}

div.title,
div.description,
div.text,
div.file,
div.user,
div.password {
	position: relative;
	margin-bottom: 10px;
}

div.description {
	height: 4em;
}

div.title label,
div.description label,
div.file  label,
div.text  label,
div.user  label,
div.password  label {
	display: block;
	width: 150px;
	/* border: 1px solid #F00; */
}

div.title input,
div.description textarea,
div.text  input,
div.file  input,
div.user  input,
div.password  input {
	position: absolute;
	top: 0;
	left: 160px;
	width: 250px;
}

div.file  span.example {
	display: block;
	font-size: 10px;
	padding: 5px 0 0 0;
/*	position: absolute;
	top: 0;
	left: 415px;
	width: 250px;
	border: 1px solid #F00; */
}

div.submit input {
	display: block;
	width: 8em;
	margin: 0 0 1em 160px;
}

p.error {
	color: #F00;
}


table.admintable {
	width: 100%;
}

table.admintable th { text-align: left; font-weight: bold; }
table.admintable td { background-color: #CFD7E3; padding: 3px; }
table.admintable tr.alt td { background-color: #B4C1D5 }

p.share {
	font-size: 10px;
	font-style: italic;
	text-align: right;
	margin: 0 0 10px;
}

p.share a:link,
p.share a:visited,
p.share a:active {
	font-size: 10px;
	color: #000;
}

p.share a:hover {
	font-size: 10px;
	color: #000;
}