
body {
	font-family: Arial, Helvetica, sans-serif;
}	

#header {
	display: block;
	overflow: auto;
	padding: 5px 10px;
	height: 160px;
	background: #FFF url(/img/album-banner.png) repeat-x;
}

#header .logo {
	width: 116px;
	height: 150px;
}

#footer {
	background: #AAA;
}

h1.audiowide {
	font-size: 1.9em;
	font-family: 'Audiowide', cursive;
	color: #006699;	
}

div.inputRow {
	display: block;
	clear: both;
	margin-bottom: 4px;
}

div.buttonRow {
	margin: 12px 0 0 130px;
}

div.buttonRow input[type="button"] {
	width: 120px;
	height: 45px;
	padding: 6px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

div.buttonRow input[type="button"]:hover {
	box-shadow: 0 0 5px 5px rgba(32,84,150,0.50);
}

div.inputRow {
	margin-top: 20px;
}

.topSpace {
	margin-top: 20px;
}

.tiny {
	font-size: 10px;
	font-weight: 400;
}

label {
	margin-left: 8px;
	float: left;
	width: 120px;
	height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 11px;
}

label.large {
	width: 360px;
	line-height: 14px;
}

input[type="text"] {
	font-size: 12px;
	border: 1px solid #AAA;
	border-radius: 4px;
	padding: 4px;
	height: 16px;
}

input.medium {
	width: 240px;
}

input.small {
	width: 120px;
}

input.tiny {
	width: 60px;
}