form{
	margin-bottom:.5em;
}
fieldset {
	font: 0.8em Verdana, Arial, sans-serif;
}
label {
	float: left;
	margin-bottom: .5em;
	text-align: right;
	width: 12em;
	padding-right: .5em;
	font-weight:bold;
}
input, textarea, select {
	border-color:#B5B5B5;
	border-style:solid;
	border-width:1px;
	font-size:100%;
	background:White;
}
textarea {
	width: 99%;
	height: 14em;
	margin-bottom: .25em;
}
br {
	clear: left;
}
.button{
	background:#c6c6ff;
	cursor:pointer;
}

