#ContactAddForm {
	width: 540px;
	height: 400px;
	font-size: 14px;
}

#ContactName, #ContactEmail, #ContactEvent {
	width: 240px;
}

#ContactMessage {
	width: 490px;
}

div.input {
	float: left;
	margin: 0 10px 10px 0;
}

div.input label {
	display: block;
	clear: right;
}