 body {
 /*
 	background-color: #000000;
 	color 			: #FFFFFF;
*/
 	font-family		: Verdana;
 }

 div.preInput {
 	width 			: 200px;
 }
 
 div.inputContents {
 	position		: absolute;
	top 			: 0px;
	left 			: 200px;
	width			: 80%;
 }
 
 div.inputContainer {
 	position 		: relative;
 	margin			: 10px;
 }
 
 iframe {
 	width			: 0px;
 	height			: 0px; 
 	border-width	: 0px;
 	clear			: left;
 	float			: left;
 }
 
 div.userinputContainer {
 	clear 			: left;
 	float			: left;
 	position 		: relative;
 	margin			: 10px;
 	margin-bottom	: 0px;
 	font-size 		: 0.9em;
 }
 
 div.preuserInput {
 	position 		: relative;
 	width 			: 250px;
 	float			: left;
 	margin-right	: 5px;
 }
 
 div.userinputContents {
 	float			: left;
 }
 
 div.example {
 	font-size 		: 0.8em;
 }
 
 div#secondbody {
 	font-family		: Verdana;
 	left			: 30px;
 	position		: relative;
 	width			: 100%;
 }
 
 div#warnings {
 	color			: #CC0000;
 	clear			: left;
 	float			: left;
 }
 
div#inputwarnings {
	display			: none;
	margin			: 20px;
	padding			: 10px;
 	color			: #CC0000;
 	clear			: left;
 	float			: left;
 	border			: 1px solid #CC0000;
 }
 
 pre.inputwarnings {
 	margin			: 0px;
 }
 
 hr {
 	width			: 770px;
 }
 
 span.unicode {
 	font-family		: sans-serif;
 	font-size 		: 1.4em;
 }
 
 div.normalizer {
 	float			: none;
 	clear			: both;
 	height			: auto;
 }
 
 div.subscript {
 	font-size		: 0.7em;
 	font-color		: #EEEEEE;
 }
 
 a.downloadModel, a.downloadModel:link, a.downloadModel:visited {
 	color			: #000000;
 	text-decoration : none;
 }
 
 a.downloadModel:hover {
 	color			: #000000;
 	text-decoration : underline;
}