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;
}
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;
}

html, body{
	color:#EEE;
	font-family: Arial, sans;
	font-size:12px;
	line-height: 1.5;
	width:100%;
	height:100%;
}

#flashcontainer{
	margin-right: 240px;
	height:100%;
}

#flash{
	width:100%; 
	height:100%;
}

.customize{
	border:none;
	border-top:1px solid #222;
	padding:.75em;
	display:block;
	background:#333;
	position: absolute;
	right:0;
	top:0;
	width:210px;
}

.customize h2{
	font-size:1.25em;	
	font-weight:bold;
	margin-bottom: 0;

}

.customize .header{
	float:left;
	padding: .75em;
}

.customize .header p{
	font-size:.9em;
}


.customize .option{
	float:left;
	width: 200px;
	padding: .75em 0 1.5em .75em;
}

.customize .title{
	color:#FFF;
	font-size:1.1em;
}

.customize .description{
	color:#999;
	font-size:.9em;
	margin-top:.75em;
}

.customize input[type=text]{
	width:180px;
	color:#EEE;
	background: #666;
	border:none;
	font-family: Arial, sans;
	padding:.5em;
	margin-top:.75em;
}

.customize button[type=submit]{
	width:190px;
	color:#EEE;
	background: #666;
	font-weight:bold;
	border:none;
	font-family: Arial, sans;
	padding:.5em;
	margin:.75em 0 1.5em .75em;
}

.customize button[type=submit]:hover{
	background: #DDD;
	color:#000;
}

.customize button[type=submit]:active{
	background: #FFF;
	color:#000;
}

a{
	color:#DDD;
}
