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


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


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

fieldset {
	border: thin solid #000000;
	padding: 5px;
}


.input:focus, select:focus, checkbox:focus textarea:focus {
	color: #000000;
	background-color: #FFFF99;
	text-align: left;
	vertical-align: top;
}

.button {
}

###.radio {
width: 20px;
}
.centre {
	text-align: center;
}
#hide_input {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
