div.label {
	float: left;
	width: 140px;
	height: 27px;
	clear: left;
	font-weight:bold;
	padding-top: 5px;
}
div.field {
	float: left;
	width: 140px;
	height: 32px;
}
div.field input {
	height:18px;
	width:140px;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color:#314C8C;
	border: 1px solid #6d87c8;
}
textarea {
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color:#314C8C;
	height:80px;
	width:280px;
	border: 1px solid #6d87c8;
	margin-bottom: 10px;
}
#tickboxes div.left {
	float: left;
	width: 120px;
	height: 22px;
}
#tickboxes div.right {
	float: left;
	width: 160px;
	height: 22px;
}
#tickboxes input {
	margin-right: 15px;
	vertical-align: middle;
}
#tickboxes br {
	clear: left;
}
input.send {
	height: 19px;
	width: 70px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	background-color: #b2c2e9;
}
#address div.left {
	float: left;
	width: 60px;
	clear: left;
	font-weight:bold;
}
#address div.right {
	float: left;
	width: 120px;
	margin-bottom: 8px;
}