body {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	padding: 20px 0 40px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 34px;
	font-weight: normal;
	text-transform: uppercase;
}

.light {
	color: #ccc;
}

p {
	overflow: hidden;
	margin-bottom: 3px;
}

p.centre {
	text-align: center;
}

div.label p {
	text-align: right;
}

div.spacer {
	height: 1.5em;
}

div.line {
	border-top: 1px solid #ccc;
}

input[type="text"], textarea {
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 2px;
	width: 260px;
}

textarea {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	height: 75px;
}

label {
	cursor: pointer;
}


#messageContainer {
  left: 50%;
  margin-left: -25px;
  top: -2px;
  position: fixed;
  width: 402px;
  z-index: 600;
}

#messageBox {
  border-top: none;
  margin-bottom: 6px;
  width: 350px;
}

#messageBox div {
  background: #ffffe0 url(../images/info.png) no-repeat scroll 10px 8px;
  border: 2px solid #aaa;
  font-size: 9pt;
  padding: 6px 14px 6px 35px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
}

#messageBox div.error {
  background: #fbecec url(../images/warning.png) no-repeat scroll 10px 8px;
  border-color: #cd0a0a;
  font-size: 9pt;
}

.copyright {
	color: #999;
	font-size: 10px;
	text-align: right;
}
