body, p, ol, ul, li, td {
	padding: 0;
	margin: 0;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height:16px;
}

body {
	background: #d8c8b4 url(/images/tile.jpg);
	color: #67615b;
}

a img{
	border: 0;
}

h1, h2 {
	font-family: 'Anton', arial, sans-serif;
	text-align:left;
	text-transform:uppercase;
	font-size:30px;
	margin:20px 0 30px 0;
	padding:0;
}

#toplinks {
  height:30px;
  margin:30px 0;
}

#main {
	width: 554px;
	margin: 0 auto;
	overflow:visible;
}

#left {
  width:282px;
  float:left;
}

#right {
  width:260px;
  float:left;
}

textarea {
	height: 200px;
}

input.large {
	height: 30px;
}

input, textarea {
	background-color: #f2eee8;
	color:#67615b;
	border:0;
	width:400px;
	padding-left:10px;
}

input.large, textarea, #members li, form p, label, #notice {
	font-family: 'Anton', arial, sans-serif;
	font-size: 20px;
	text-transform:uppercase;
}

#url {font-size:20px;}

form p {
  margin-top:5px;
  line-height:24px;
}

#members li {
	background: transparent url(/images/1guy.png) center left no-repeat;
	list-style:none;
	cursor: pointer;
	padding-left: 25px;
	line-height: 32px;
	text-decoration: line-through;
}
#members li.selected {
	background: transparent url(/images/1cup.png) center left no-repeat;
	text-decoration: none;
}

#sucker {
	font-family: 'Anton', arial, sans-serif;
	font-size:60px;
	line-height:60px;
}

pre {
  background-color: #eee;
  padding: 10px;
}

a, a:visited, #url, .star { color: #73a094; }

#notice {
  margin:3px auto;
  text-align:center;
  color:green;
}

.fieldWithErrors {
  padding: 2px;
  color: #810200 !important;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid #810200;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
}

#errorExplanation p {
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
  margin-left:20px;
}

.create {
	font-size: 0;
	line-height: 0;
	width: 92px;
	cursor: pointer;
	height: 48px;
	border: 0;
	background: transparent url(/images/create.png);
}

.update {
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 90px;
	height: 58px;
	border: 0;
	background: transparent url(/images/save.png);
}

