ul#files {
	float: left;
	list-style: none;
	clear: both;
	margin: 1em 0 1em 0;
}

ul#files a {
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url("../admin/images/icon-file.png") 0 0.2em no-repeat;
}

ul#files a:hover {
	text-decoration: underline;
	color: #000000;
}

input.text-1 { width: 140px; }
input.text-15 { width: 160px; }
input.text-2 { width: 180px; }

textarea.textarea-1 { width: 560px; height: 80px; }

.bottom-1 { margin-bottom: 1em; }
.top-1 { margin-top: 1em; }
