div#formDiv input,div#formDiv textarea {
			margin-bottom:10px;
			align:left;
			display:block;
			min-height:1.5em;
			margin-left:150px;
			background-color:#424242;
			border:1px solid #555;
			color:#BDA69D;
			padding-left:3px;
			padding-right:3px;
		}
			/*wtf*/
		div#formDiv select {
			font-size:100%;
			background-color:#333;
			border:1px solid #555;
			color:#BDA69D;
			margin-bottom:10px;
			align:left;
			margin-left:30px;
		}
		div#formDiv input[type='hidden'] {
			display:none;
		}
		div#formDiv input[type='text'], textarea {
			width:400px;
		}
		div#formDiv input.error, div#formDiv textarea.error {
			border-style:dashed;
			background-color:#4C4242;
		}
		div#formDiv textarea {
			height:300px;
		}
		div#formDiv label {
			text-align:right;
			width:120px;;
			float:left;
		}
		
		div#main div#header.fade, div#main div#footer.fade {
			background-image: url('http://kol.upup.us/scripts/i/fadebox.gif');
			height:50px;

		}
		div#main div#header.fade {
			background:#424242 url('http://kol.upup.us/scripts/i/fadebox.gif') no-repeat scroll top left;
			height:50px;
		}
		div#formDiv div.screenshot>* {
			margin:auto;
			width:auto;
			display:inline;
			float:none;
		}
		div#formDiv {
			color:white;
			float:left;
			text-align:left;
		}
		div#formError {
			border:1px solid white;
			background-color:#474747;
			padding:1em;
			margin-bottom:1em;
			margin-left:150px;
		}
		div#formDiv input, div#formDiv, div#formDiv textarea {
						font-size:9pt;
		}