fieldset {
	border:1px solid #CCCCCC;
	margin:1em;
	padding:1em;
	}

legend {
	font-weight:bold;
	}
	
label {
	display:block;
	float:left;
	width:100px;
	}

input.field {
	width:150px;
	background-color:#FFFFFF !important;
	}
	
input.field:focus{
	width:150px;
	background-color:#e3f0fb !important;
	}
	
textarea:focus{
	background-color:#e3f0fb !important;
	}