h1 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.about {
	width: 600px;
}



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

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

#flash_notice, #flash_error, #flash_newsflash {
  padding: 5px 8px;
  margin: 10px 0;
}

#flash_notice {
  background-color: #CFC;
  border: solid 1px #6C6;
}

#flash_error {
  background-color: #FCC;
  border: solid 1px #C66;
}

#flash_newsflash, .flash_newsflash {
  border: solid 1px #998B2F;
	background: #FCFF4A url('/images/exclamation.png') no-repeat scroll 5px 5px;
	padding-left: 30px;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 8px;
}

#errorExplanation ul {
  margin: 2px 24px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: disc;
}

.highlight {
	background-color: #FFFFCC;
}

div#track_upload_options {
	width: 400px;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
}

.highlight-finished {
	background: yellow;
}

.highlight-tracks {
	background: #66CF2E;
}

input {
	display: block;
	margin: 15px 0px 15px 0px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.delete_track * {
	display: inline-block;
	margin: 0;
}

#destroy_button {
	background: transparent url('/images/cross.png') no-repeat scroll 0px 0px;
	border: 0px;
	color: transparent;
	height: 16px;
	width: 16px;
	cursor: pointer;
	margin-left: 5px;
}

#destroy_button:hover {
	background: #CCC url('/images/cross.png') no-repeat scroll 0px 0px;
}

div.form_group, div.form_group_finished {
	width: 500px;
	padding: 0px 10px 10px 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
	background: #CFC;
}

div.form_group_finished {
	background: #f0f0f0;
	border: 1px solid red;
}

.rosette_icon {
	background: transparent url('/images/rosette.png') no-repeat scroll 0px 0px;
	border: 0px;
	color: transparent;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	display: inline-block;
}

.tracks_icon {
	background: transparent url('/images/tracks.png') no-repeat scroll 0px 0px;
	border: 0px;
	color: transparent;
	height: 16px;
	width: 16px;
	margin-left: 5px;
	display: inline-block;
}

ul.users li {
	margin-bottom: 10px;
	font-size: 120%;
}

.edit_profile_link {
	font-size: 12px;
	font-weight: normal;
}
