body {
	background-color: black;
	margin: auto;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 11px;
}
img {
	border: 0;
}
a, a:visited {
	color: #b41c21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	background-image: url(../images/grain.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header	h2 {
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
	text-align: center;
}
#header	h1 {
	margin: auto;
	padding: 0;
	width: 762px;
	height: 322px;
	background-image: url(../images/usher_title.png);
	background-repeat: no-repeat;
}
#header	h3 {
	margin: 0;
	padding: 0;
}
#london_22_may {
	position: relative;
	display: block;
	background-image: url(../images/london_22_may.png);
	background-repeat: no-repeat;
	width: 661px;
	height: 48px;
	margin-left: 50px;
	margin-bottom: 10px;
}
#indigo {
	display: block;
	background-image: url(../images/indigo.png);
	background-repeat: no-repeat;
	width: 311px;
	height: 114px;
	float: right;
	padding-right: 30px;
}

#main {
	position: relative;
}

#preamble {
	width: 80%;
	margin: auto;
}

#main	form {
	position: relative;
	left: -10px;
	float: right;
	width: 265px;
	padding: 10px;
	background-image: url(../images/overlay_bg.png);
	background-repeat: repeat;
}

#form_container {
	position: relative;
	z-index: 2;
	background-image: url(../images/photo.png);
	background-repeat: no-repeat;
	width: 800px;
	min-height: 768px;
}
#registration_closed {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 724px;
	height: 470px;
	background-image: url(../images/registration-closed.png);
	background-repeat: no-repeat;
}

.clearright {
	clear: right;
}
.image_text {
	display: none;
}
.legend {
	text-align: right;
	padding: 0 1em 0.5em 0;
	font-size: 10px;
}
.required {
	color: #b41c21;
	vertical-align: super;
}

.fieldlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fieldlist	li {
	margin: 0 0 0.5em 0;
	padding: 0;
	clear: left;
}
.blocklabel {
	display: block;
	float: left;
	text-align: right;
	width: 8em;
	padding-right: 0.5em;
}
.fieldlist	li.opt_in_sep {
	border-top: 1px #3a3934 solid;
	margin-top: 1em;
	padding-top: 1em;
}
.fieldlist	li.form_controls {
	border-top: 1px #3a3934 solid;
	margin-top: 1em;
	padding-top: 1em;
	text-align: center;
}
.textfield {
	width: 150px;
}
.phone {
	width: 47px;
}

.thanks {
	font-size: 200%;
	text-align: center;
	margin-left: 300px;
}

#badges {
	clear: right;
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
#thanks_body	#sonyericsson {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-right: 10px;
	padding-bottom: 10px;
}

#sonyericsson {
	display: block;
	margin: auto;
	width: 155px;
	height: 30px;
	background-image: url(../images/logo_sonyEricsson.png);
	background-repeat: no-repeat;
}

#terms {
	text-align: left;
}

#footer {
	clear: both;
	text-align: right;
	font-size: 10px;
	background-color: black;
	color: white;
}
#copyright {
	float: left;
	padding: 1em;
}
#footer_nav {
	margin: 0;
	padding: 1em;
}
#footer_nav li {
	display: inline;
	border-left: 1px black solid;
	padding-left: 1em;
	padding-right: 1em;
}
#footer_nav	li.first_li {
	border-left: none;
	padding-left: 0;
}