@charset "utf-8";
body {
	background-image: url(backgrounds/contact_page.jpg);
	background-repeat: no-repeat;
	background-position: center 228px;
}
.short {
	width: 250px;
}
form {
	float: right;
	width: 250px;
	margin-top: 0px;
	margin-right: 280px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(backgrounds/formback.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.mb50 {
	clear: both;
}

form h2 {
	font-size: 1em;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 10px;
}
input {
	width: 248px;
}
textarea {
	width: 242px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.sminput {
	width: 242px;
}
