@charset "utf-8";
/* CSS Document */


	form {
	width: 550px;
	}
	form label {
		width: 150px;
		float: left;
	}
	form label, form input, form textarea {
		margin-bottom: 6px;
		font-family: Calibri;
		font-size: 11pt;
	}
	form input, form textarea {
		border: 1px solid #984807;
		background: #FFFFCC;
	}
	form input {
		width: 220px;
	}
	form textarea {
		width: 300px;
		height: 100px;
	}
	form br {
		clear: left;
	}
	input#submit {
	border: none;
	height: 54px;
	width: 90px;
	background-image: url(images/send.png);
	}
