* {
	margin: 0; padding: 0;
}

body {
	background: #333;
	font: normal 85% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #fff;
}

a {
	color: #ff0084;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#Header {
	background: #fff;
	border-bottom: 0.3em solid #ff0084;
	padding: 0.5em 1em;
}

#Header p {
	margin: 0;
}

h1 {
	font: bold 200%/100% "Lucida Grande", Arial, sans-serif;
	letter-spacing: -1px;
}

h1 a {
	color: #0063dc;
	text-decoration: none;
}

h1 a:hover {
	color: #0063dc;
}

h1 a span {
	color: #ff0084;
}

.tagline {
	font-size: 90%; 
	color: #666;
}

#Message {
	padding: 0.5em 1em;
	text-align: center;
	font-weight: bold;
}

	#Message.error {
		background: #660033;
	}

h2 {
	margin: 0 0 0.5em 0;
	font: normal 130% "Lucida Grande", Arial, sans-serif;
	color: #fff;
}

h3 {
	margin: 0 0 0.5em 0;
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	color: #fff;
}

p {
	margin: 0 0 1em 0;
	line-height: 1.4em;
}

p.info {
	font-size: 90%;
	color: #999;
}

p.error {
	font-size: 120%;
	color: #ff0084;
}

p.tagline a:hover {
	color: #0063dc;
}

#Container {
	width: 100%;
	background: #222;
	border-bottom: 3px solid #666;
}

#Intro {
	margin: 1em auto;
	padding: 1em;
	border: 3px solid #ff0084;
	background: #666;
	width: 66%;
}

#Intro p {
	font-size: 120%;
}

#DebugBox {
	background: #666;
	padding: 0.5em 1em;
	border-bottom: 0.3em solid #999;
	display: none;
}

#Output {
	width:  100%;
	height: 10em;
	font-size: 90%;
}

#Search {
	width: 30%;
	float: left;
}

#Main {
	float: left;
	width: 69%;
}

#Form, #GettingResults, #DisplayResults, #GettingDetails, #DisplayDetails, #GettingPhotos, #DisplayPhotos {
	padding: 1em 1em 0 1em;
}

#Results {
	width: 50%;
	float: left;
}

#Details {
	width: 49%;
	float: left;
}

label {
	display: block;
	margin: 0 0 0.5em 0;
	color: #ccc;
}

input, textarea {
	margin: 0 0 1em 0;	
}

textarea {
	width: 100%;
	height: 6em;
	font: 90% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	padding: 0.2em;
}

input.text {
	font: 90% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
}

input.file {
	font: 80% "Lucida Grande", Verdana, Arial, sans-serif;
	color: #666;
}

input.button {
	display: block;
}

#GettingResults span {
	color: #ff0084;
	font-size: 120%;
}

#Searching {
	display: none;
}

#Uploading {
	display: none;
}

dl.details {
	margin: 0 0 1em 0;
	clear: left;
	padding-top: 1em;
}

dl.details dt {
	color: #999;
}

dl.details dd {
	margin-bottom: 0.8em;
	font-size: 120%;
}

dl.matches {
	margin: 0 0 1em 0;
	background: #333;
}

dl.matches dt {
	font-size: 125%;
	padding: 0.3em 0.4em 0 0.4em;
}

dl.matches dt a:active {
	color: #fff;
}

dl.matches dd {
	padding: 0 0.5em;
	color: #999;
	padding-bottom: 0.5em;
	//border-bottom: 3px solid #ff0084;
}

img.buddyIcon {
	float: right;
	margin: 0 0 0 0.8em;
	border: 0.2em solid #666;
}

img.loading {
	float: left;
	margin-right: 6px;
	margin-top: -4px;
}

#SearchProgress {
	width: 90%;
	border: 3px solid #ff0084;
	background: #333;
	margin-bottom: 1em;
}

#SearchProgressBar {
	width: 0;
	height: 1.5em;
	background: #ff0084;
}

#DisplayPhotos {
	padding: 1em;
}

#DisplayPhotos img {
	margin: 0 1em 1em 0;
	float: left;
	border: 0.2em solid #666;
}
#Footer {
	clear: left;
	color: #ccc;
	font-size: 80%;
	padding: 1em;
	text-align: center;
	margin: 0;
}
.clear {
	clear: both;
}