html, body { background-color: black; }
.warningbox {
  background: url(../images/icon_alert.gif) no-repeat #ffdee7;
  padding: 1px 20px 0 25px;
  font: normal 13px Arial;
  border: 1px solid #ffa6ae;
  border-width: 1px 0;
  color: #484848;
  margin: 10px 0
} 
.noticebox {
  background: url(../images/icon_alert.gif) no-repeat #fffdde;
  padding: 1px 20px 0 25px;
  font: normal 13px Arial;
  border: 1px solid #f3ed95;
  border-width: 1px 0;
  color: #484848;
  margin: 10px 0
}

body {
		font-size: 62.5%;
		text-align: center;
		background: #000;
}
	
* {
		margin: 0;
		padding: 0;
	}

img {
		border: none;
	}

/* Text Formatting */
	
h1, h2, h3, h4, h5, h6 {
		margin-bottom: .5em;
	}	

h1 {
		font-size: 1.8em;
		color: #0099DC;
	}
	
h1.replace {
		font-size: 28px;
	}
	
h2 {
		font-size: 1.6em;
	}
	
h3 {
		font-size: 1.4em;
	}

h4 {
		font-size: 1.2em;	
	}

h5 {
		font-size: 1.2em;
	}

h6 {
		font-size: 1em;
	}


p {
		margin-bottom: 1em;
	}
	
a {
		color: #000;
	}

a.brand {
		background: url(../images/backgrounds/li_bg.gif) no-repeat;
		padding: 0 0 0 20px;
		text-decoration: none;
		height: 16px;
		line-height: 16px;
		display: block;
		overflow: hidden;
	}
	
em {
		font-style: normal;
		color: #0099DC;
	}
	
a:hover {
		text-decoration: underline;
	}
	
ul {
		margin: 0 0 20px 20px;
	}
	
ol {
		margin: 0 0 0 20px;
}
	
li {
		margin-bottom: 3px;
	}
	
li ul {
		margin-bottom: 0;
	}
	
fieldset {
		border: none;
	}
	
legend {
		padding: 5px 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: .5em;
		font-weight: 500;
		font-size: 1.8em;
	}
	
label {
		margin-bottom: 0.5em;
		font-weight: bold;
	}
	
input, select, textarea {
		display: block;
		margin-bottom: 0.5em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		border: 1px solid #999;
	}
	
.checkbox {
		display: inline;
	}
	
.hidden {
		border: none;
		display: none;
		padding: 0;
		background: none;
		width: 0;
		height: 0;
	}
	
input, textarea, button {
		padding: 2px;
	}
	
select {
		padding: 1px 0 1px 1px;
	}
	
button {
		margin-bottom: 0.5em;
		background: #CCC;
		border: 1px solid #000;
		cursor: pointer;
	}
	
.error {
		color: #F00;
	}
	
#wrapper {
		width: 920px;
		margin: 20px auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #000;
		text-align: center;
		position: relative;
		padding-top: 17px;
		background: #FFF url(../images/backgrounds/wrapper_bg.gif) top no-repeat;
	}
	
.textHolder {
		padding: 10px;
	}
	
/* End Text Formatting */

.helper {
		height:1px; 
		left:0; 
		overflow:hidden; 
		position:absolute; 
		top:-500em; 
		width:1px; 
	}	
	
.clearFix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	
img, div { behavior: url(/iepngfix.htc) }