@charset "utf-8";


/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a{
	text-decoration:none;
}

/* @end */
/* @group defaults */

html, body {
	text-rendering: optimizeLegibility;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #dcdcdc;
	background-color: #000000;
}

strike {
	text-decoration: line-through;
}

input,
textarea {
	border: 1px solid #666666;
	background-color: #333333;
	color: #ffffff;
	padding: 2px;
}

/* @end */

#page {
	position: relative;
	background: #000000 url('../images/bg.jpg') top center no-repeat;
	width: 488px; /* 1024 - 486 - 50 */
	padding: 260px 50px 50px 486px;
	margin: 0 auto;
}

#page p {
	padding-bottom: 14px;
}

#welcome {
	width: 330px;
	padding-bottom: 100px;
}

#welcome h1 {
	display: none;
}

h2 {
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 30px;
	padding-top: 20px;
}

a {
	color: #c2a342;
}

a:hover,
a:active {
	color: #ffffff;
}

#page #myspace span {
	display: none;
}

#page #myspace {
	display: block;
	width: 157px;
	height: 57px;
	position: absolute;
	z-index: 0;
	top: 398px;
	background: transparent url('../images/myspace.png') top left no-repeat;
}

#page #myspace:hover,
#page #myspace:active {
	background: transparent url('../images/myspace_act.png') top left no-repeat;
}

form label,
.label {
	clear: both;
	font-size: 11px;
	display: block;
}

form input {
	width: 250px;
}

form textarea {
	width: 250px;
}

#button {
	cursor: pointer;
	width: 100px;
}

#button:hover,
#button:active {
	background-color: #999999;
	color: #000000;
}

#button:active {
	background-color: #dcdcdc;
}

form legend {
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

form fieldset {
	padding-bottom: 20px;
}

p.cols {
	float: left;
}

p.citycode input,
p.citycode label {
	width: 60px;
}

p.citycode,
p.daymonth {
	padding-right: 10px;
}

p.city input,
p.city label {
	width: 174px;
}

p.daymonth input,
p.daymonth label {
	width: 50px;
}

p.year input,
p.year label {
	width: 100px;
}

#errors {
	width: 300px; /* 330 - 10 - 10 - 5 - 5*/
	padding: 10px;
	border: 5px solid #333333;
	background-color: #f5c944;
	color: #000000;
	margin-bottom: 20px;
	font-size: 12px;
}
#errors h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 20px;
}

#logos {
	position: absolute;
	top: 450px;
	left: 298px;
}

#logos a span {
	display: none;
}

#urbanriotart {
	display: block;
	width: 96px;
	height: 18px;
	background: transparent url('../images/urbanriotart.png') top left no-repeat;
}

#urbanriotart:hover,
#urbanriotart:active {
	background: transparent url('../images/urbanriotart_act.png') top left no-repeat;
}

#marcnoller {
	display: block;
	width: 96px;
	height: 22px;
	background: transparent url('../images/marcnoller.png') top left no-repeat;
}

#marcnoller:hover,
#marcnoller:active {
	background: transparent url('../images/marcnoller_act.png') top left no-repeat;
}

#address {
	font-size: 12px;
}
