label {
	display: block;
	float: left;
	width: 250px;
}
form {
	width: 100%;
}
form div {
	margin-top: 3px;
}


input, select, checkbox, textarea {
	background-color: #FFFF99;
	display: inline;
	width: 250px;
	border: thin solid #BEC9DB;
}


legend {
	padding: 5px;
	background-color: #C7F780;
	border: 1px solid #000000;
	display: block;
}

fieldset {
	border: thin solid #000000;
	padding: 5px;
	margin-bottom: 15px;
}
input:focus, select:focus, checkbox:focus, textarea:focus {
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.button {
	background-color: #CCCCCC;
	width: 50px;
	border: 1px solid #000000;
	margin: 10px;
}

.radio {
width: 20px;
}
.centre {
	text-align: center;
}
