#list {
	width: 285px;
	height: 100%;
	overflow: auto;
	float: right;
}


.list-item-head {
    font: 115% "Arial Black", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #a8191d;
}

.list-item {
	margin-bottom: 17px;
	font: 85% Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.list-item a {
    text-decoration: none;
}

.list-item a:hover span.list-date {
    color: #a8191d;
}

.list-item a:hover span.list-title {
    color: #a8191d;
}

.list-item a:hover span.list-artist {
    color: #a8191d;
}

.list-date {
    color: #FFFFFF;
}

.list-artist {
    color: #000000;
}

.list-title {
    color: #000000;
}

#form-panel {
	position: absolute;
	top: 0px;
	left: 65px;
	width: 150px;
	height: 75px;
}

#text-field {
	font-family: "Arial Black", sans-serif;
    background-color: #ABC57C;
	border-width: 0px;
	width: 150px;
	color: #a8191d;
	padding: 8px 0px;
}

#text-field:focus {
	outline: 0px none;
}

#submit-button {
    border-width: 0px;
	background-color: #000000;
	color: #FFFFFF;
	padding: 1px 20px;
	text-transform: uppercase;
	line-height: 100%;
}
 
#submit-button:hover {
	background-color: #FFFFFF;
	color: #000000;
}
