label {
	display: block;
	float: left;
	height: 20px;
	width: 80px;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 0;
	}
	
.textbox {
	width: 300px;
	height: 20px;
	font-size: 1em;
	line-height: 20px;
	border: 1px solid #0d5fb9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0;
	}
	
.button {
	margin: 0 0 0 80px;
	padding: 2px 5px;
	border: 1px solid #0d5fb9;
	background: #e4e4e4;
	color: #262626;
	font-weight: normal;
	font-size: 1.2em;
	text-align: center;
	width: 302px;
	}
	
textarea {
	width: 300px;
	height: 100px;
	font-size: 1em;
	border: 1px solid #0d5fb9;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0;
	}
	
br {
	clear: both;
	}
