@charset "utf-8";
body {
	margin: 0px;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #660000 !important;
}
a {
	color: #660000;
	margin-right: 15px;
	margin-top: 10px;
	display: block;
}

#form {
	position: absolute;
	left: 275px;
	top: 166px;
	width: 463px;
	height: 369px;
	text-align: left;
}
#container {
	background-image: url(../img/backgroundContact.jpg) !important;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.required {
	color: #FF0000;
	font-weight: bold;
}

.input {
	height: 19px;
	width: 252px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
	margin-top: 8px;
	padding-top: 4px;
	padding-left: 5px;
}
textarea {
	height: 70px;
	width: 322px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 8px;
	padding-top: 4px;
	padding-left: 5px;
}
#go {
	position: absolute;
	left: 346px;
	top: 30px;
	text-align: right;
	width: 125px;
}
