/* CSS Document */
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, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

img, a img, :link img, :visited img {
	border: 0;
}

body {
	color: #cccccc;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", sans-serif;
	font-size: 1em;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000 url("/img/misc/background.png") center center repeat-y;
}

a {
	font-size: inherit;
}

a:active 
{
}


a:link {
	color: #f1921c;
	text-decoration: none;
}

a:visited {
	color: #f1921c;
	text-decoration: none;
}

a:hover 
{
	color: inherit;
}



form, fieldset {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

label {
	display: block;
	float: left;
	width: 10em;
	clear: left;
	margin-right: 1em;
	padding: 0.3em 0;
	text-align: right;
}

input, select, textarea {
	width: 30em;
	float: left;
	margin-bottom: 0.5em;
	padding: 0.4em;
	color: #C5CBD0;
	border:  solid 1px #f1921c;
	background: transparent;
}

input:focus, select:focus, textarea:focus {
	color: #ffffff;
	background: transparent;
	border:  solid 1px #ffffff;
}

textarea {
	width: 20em;
	height: 7em;
	line-height: 1.3em;
	overflow: auto;
}

button {
	padding: 0.3em 0 0.3em 0;
	font-size: inherit;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	width: auto;
	overflow: visible;
	background-color: #000000;
	border: solid 1px #f1921c;
	float: left;
	padding-left: 2em;
	padding-right: 2em;
}

button:hover {
	background-color: #f1921c !important;
	color: #000000;
}

button:active {
	background-color: #800 !important;
}

h1, h2, h3, h4, h5 {
	color: #ffffff;
	margin-bottom: 0.2em;
	font-family: "Arial";
}
