body#admin {
	background:#efefef none;
}

#admin #overlay {
	background: none;
	padding:0;
	margin-bottom:30px;
	height:auto!important;
}

#admin #content {
	height:auto!important;
	width:70%;
	top:0px;
}

.module {
	border:1px solid #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#fff;
	padding:15px;
	margin-bottom:10px;
	line-height:1.3em;
	position:relative;
}

.module ul.management-links,
.module .create-link {
	position:absolute;
	top:15px;
	right:15px;
	text-align:right;
}

.module .create-link {
	font-weight:bold;
	font-size:18px;
}

.module ul.management-links {
	top:3px;
	right:0px;
	width:20%;
}

.module h3 {
	width:80%;
}

.module ul.management-links li {
	display:inline;
	text-align:right;
	margin-left:15px;
	border:none;
	padding:0;
}



.module ul {
	margin-top:5px;
	margin-bottom:-5px;
}

.module li {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	padding:10px;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
}

.module dl {
	overflow:hidden;
}

.module dt, .module dd {
	float:left;
	margin-bottom:5px;
	display:block;
}

.module dt { width:17%; font-weight:bold; clear:left;}
.module dd { width:83%; clear:right; }

span.continued {
	font-style:oblique;
}

.module .tattoo img {
	float:right;
	border:1px solid #999;
	margin-left:20px;
}


#links ul {
	overflow:hidden;
}

#links ul li {
	display:inline;
	float:left;
	width:20%;
	padding:0;
	border:none;
}