/* v1.0 | 20080212 */

/*COLOURS

Blue: #006CC7
Dark blue: #011734
Orange: #FF8A00

*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}

body {
	line-height: 1.2;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	color: #fff;
	padding-top: 150px;
}

a{
	color: #fb8400;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	min-width: 350px;
	font-style: normal;
}

#wrapper {
	margin: 0 auto;
	width: 350px;
	text-align: left;
}

/*body img{
	margin-bottom: 50px;
}*/

#wrapper p{
	margin: 0 0 20px 0;
}

/*sign up form*/

span.label,span.spacer,span.multiple span {
	width: 120px;
	float: left;
}

span.multiple {
	float: left;
}

.input {
	padding-top: 10px;
}

div.clear {
	clear: both;
	padding-top: 5px;
}




