
body { 

margin:0; 
padding:0; 
height:100%; /* this is the key! */ 
	font-family:helvetica;
/*	background:#727F87;*/
	background:#A5AAAF;;

}






.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 */


.text_field{
	font-size:13pt;
	background:white url(/images/textfield_shadow.jpg);
	background-repeat:repeat-x;
	border:1px solid gray;
	padding:4px;
}



.text_field {border:1px solid white; outline-offset:2px;} 
.text_field:focus {outline: 2px solid gray;} /*colour when gains focus by tabbing, or while typing */ 




textarea {border:1px solid gray; outline-offset:1px;} 
textarea:focus {outline: 2px solid gray;} /*colour when gains focus by tabbing, or while typing */ 

/*Divs*/
.center{
	padding:6px;
	text-align:center;
}

td img {
	display:block;
	padding:0px;
	margin:0px;
}

/*forms*/

.form_text{
	font-size:13pt;
	color:black;
	margin-top:8px;
	margin-left:4px;
	margin-bottom:4px;
}