
div.notice, div.error {
	margin: 15px 5px 0;
	padding: 5px 10px 0;
	font-size: 13px;
	font-weight: bold;
}
div.notice {
	border: 1px solid #CCC;
	color: #999;
}
div.error {
	border: 2px solid #af3a31;
	color: #af3a31;
}

#content {
	float: none;
	padding: 0px 15px;
	font-size: .7em;
}
#content a {
   text-decoration: underline;
}
#content a:hover {
	color: #446587;
}
.column-clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
#content h1 {
	margin-top: 0;
	padding-top: 0;
	color: #af3a31;
	font-size: 1.5em;
	line-height: normal;
}
#content p {
}

/* Search box */
#searchbox {
/*	background-color: #E0E0E0; */
	border: solid 1px #c8c8c8;
	width: 325px;
}
#searchbox td.text { width: 95%; padding: 10px; }
#searchbox td.button { padding: 10px 10px 10px 0; }
#searchbox input { font-size: 1.25em; }
#searchbox td.text input { width: 225px; }

/* Table of results */

.results-header {
	padding: 5px 0 15px;
}
.results-header h1, .results-header p {
	margin: 0;
	padding: 0;
}

.filter {
	margin: 5px 0 0;
	padding: 2px 5px;
/*	background-color: #C8c8c8; */
}
.page {
	margin: 5px 0 0;
	padding: 2px 5px;
	background-color: #999;
	color: #CCC;
}
.page b { color: white; font-size: 1.15em; }
.page a { color: white; text-decoration: none; }

#results {
	margin-top: 15px;
	width: 100%;
}
#results thead th {
	padding: 3px 50px 3px 0;
	border-bottom: 1px solid #999;
	text-align: left;
	vertical-align: bottom;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}
#results tbody td {
	padding: 5px 50px 5px 0;
	border-bottom: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
}
#results tbody tr.even td {
	background-color: #F6F6F6;
}
#results td.artist, #results th.artist {
	width: 50%;
}
#results td.contact, #results th.contact {
	padding-right: 0;
	width: 50%;
}
#results .name {
	padding-bottom: 2px;
	font-size: 1.15em;
	line-height: normal;
	font-weight: bold;
}
#results td.artist div {
	padding-left: 15px;
	text-indent: -15px;
}

/* Form */

form {
	width: 100%;
}
form .field {
	width: 100%;
	padding: 5px 0 0;
	border-top: 1px solid #CCC;
}
form .field .label {
	float: left;
	width: 100px;
	text-align: right;
}
form .field .input {
	padding: 0 0 5px 110px;
}
form input.wide, form textarea {
	width: 95%;
}
form input, form select, form textarea {
	font-size: 1em;
	font-family: lucida grande, lucida sans, geneva, arial, sans-serif;
}
form .input input, form .input select, form .input textarea {
	font-size: 1.25em;
}


/* Browse list */

table.browse ul {
	margin: 0;
	padding: 10px 0 0 1.5em;
}