/* @group Reset */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code,del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;} table {border-collapse: separate;} caption, th, td {text-align: left; font-weight: normal;} table, td, th {vertical-align: middle;} blockquote:before, blockquote:after, q:before, q:after {content: "";} blockquote, q {quotes: "" "";} a img {border: none;} :focus {outline: 0;} /* @end Reset */

body {
	font: 13px/1.4em Arial, sans-serif;
	background: url(../images/bg.jpg) fixed center top;
	
}

img {
	display: block;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

#shadow {
	width: 980px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-top: 10px;
	background: url(../images/shadow.png) no-repeat center top;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header,
#footer {
	background: #eee;
}

#content-text,
#content-images,
.spacer10 {
	float: left;
	display: inline;
}

.spacer10 {
	height: 10px;
	width: 290px;
	display: block;
	background: #000;
}

#content-text {
	width: 480px;
	color: #fff;
}

#content-text h1,
#content-text h2,
#content-text p {
	margin: 20px;
}

#content-text ul,
#content-text ol {
	margin: 20px 45px;
}

#content-text ul li,
#content-text ol li {
	margin-bottom: 12px;
}

#content-text h1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
}

#content-text img {
	border: solid 2px #fff;
	margin: 10px;
}

#registration-form h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	margin-left: 20px;
}

.req-text {
	padding: 0 0 0 20px;
}

.req-text span {
	font-weight: bold;
	font-size: 15px;
}

.req {
	font-size: 18px;
	font-weight: bold;
	float: right;
	margin-right: 5px;
}

#content-text h1,
#content-text h2 {
	margin-bottom: -10px !important;
}

.thanks {
	padding: 20px;
	border-top: solid 5px #fff;
	border-bottom: solid 5px #fff;
	background: #f6efa6;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
}

.thanks span {
	color: #a29f7c;
}

#form {
	margin: 20px;
}

#form-left {
	width: 444px;
}

#form-right {
	margin-left: 14px;
	width: 50%;
}

table {
	border-spacing: 0px;
	float: left;
	display: inline;
}

table td {
	padding: 4px;
	background:rgba(0,0,0,0.15);
	color: #fff;
}

td.label,
td.label-big {
	background:rgba(0,0,0,0.35);
	text-indent: 5px;
	font-weight: bold;
	font-size: 16px;
}

td.label-big {
	padding-top: 20px;
}

td.label {
	width: 110px;
}

td.note {
	text-indent: 10px;
	font-size: 11px;
}

.input,
.textarea,
.input-small,
.input-mini {
	border: none;
	padding: 5px;
	font: 13px 18px Arial, sans-serif;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	/*overflow: visible;*/
}

.input,
.textarea {
	width: 289px;
}

.input-small {
	width: 140px;
}

.input-mini {
	width: 65px;
}

input.submit {
	/*overflow: visible;*/
	margin: 0px;
	width: 111px;
	height: 40px;
}

#content-images {
	width: 456px;
	background: url(../images/black35.png);
	border: solid 2px #fff;
	height: 450px;
	overflow: hidden;
}

#footer {
	clear: both;
	background: #fff;
	margin-top: 18px;
}