fieldset {
	margin: 0 0 1em;
	padding: .5em;
	border-top: 2px solid #8080aa;
	border-left: 2px solid #8080aa;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;		
	}
	
legend{
	font-weight:bold;
	color: #EDEDF8;
	}
	
label{
	float: left;
	width: 10em;
	text-align:right;
	}

input {
	width: 200px;
	}

textarea {
	width: 200px;
	height: 50px;

}

input:focus, textarea:focus, select:focus { 
	background : #ffc ; 
	color : #000; 
	}
	

.buttons {
	margin: 1em 3em 0 0;
	background-color: #8080aa;
	color: #A0B3F7;
	font-weight: bold;
	cursor: pointer;
	width: 5em;
	}
	
.buttons:hover {
	color:#0046FF;
	background-color: #A0b3F7;
	border: 1px solid white;
	border-width: 0 1px 1px  0;
	
	}
	
table.waulkmillRates { 	
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 5px;
	border-top: 2px solid #8080aa;
	border-left: 2px solid #8080aa;	
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;		
	}



	
	