@charset "UTF-8";
body  {
		padding:0px;
	text-align:center;
	color: #000000;
	font: 8.5pt "Lucida Grande", Lucida, Verdana, sans-serif;

	background-color: #669900;
	background-image: url(100pxgreen_shortgradientBG.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the outer in IE 5* browsers. The text is then set to the left aligned default in the #outer selector */
}

#logo {
	background-image: url(logotransp_info.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 120%;
}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#000;
color:#ddd;
font-weight:bold;
padding: 1px 2px;
background:url(formbg.gif) repeat-x left top;
}

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

