body { 
	background: #344654; //#132533;
	//margin: 0px;
	//padding: 0px;
	color: #FFF; 
	//font-size: 11px; 
	font-family: Arial, Tahoma, Helvetica, sans-serif  }
	
a { 
	//color: #000;
	color: #fff;
	font-size: 12px;
	outline: none;
	text-decoration: none; }
	
a:hover {
	color: #FFAA33; }

td {
	font-weight: bold;  }	
	
img { border: none; }

.wrap {
	background: #D3D3D3;
	/*position: absolute;*/
	width: 900px;
	height: 600px;
	/*top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px */}

.wrapresults {
	//background: #D3D3D3;
	/*width: 100%;
	height: 600px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px */}
	
.textbox {
	//width: 331px;
	height: 25px;
	color: #666;
	font-size: 15px;
	font-weight: bold;
	border: solid 3px; }

.textbox:hover {
	border-color: lightgrey;  }
			
.submit {
	height: 33px;
	border: solid 3px; }
	
.submit:hover {
	border-color: lightgrey;  }