@font-face {
	font-family: 'Geosans';
	src: url('fonts/geosanslight-webfont.eot');
	src: local('?'), url('fonts/geosanslight-webfont.woff') format('woff'), url('fonts/geosanslight-webfont.ttf') format('truetype'), url('fonts/geosanslight-webfont.svg#webfontvaSVq7UE') format('svg');
	font-weight: thinner;
	font-style: normal;
}

body {
	background-color: #141414;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px 0px 2px 0px;
}

#container {
	width: 470px;
	margin: auto;
	padding: 5px;
	border: 0px solid black;
}

#header {
	width: 100%;
	margin-bottom: 5px;
}

h1 {
	color: #fff;
	font-family: Geosans;
	padding: 5px;
	font-size: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #0d0d0d;
	margin: 0px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
}

#banner {
	position: relative;
	border: 0px solid black;
	padding: 5px;
}

#contactForm {
	position: relative;
	padding: 5px;
}

#formButtons {
	width: 100%px;
	text-align: right;
}

#submitMessage {
	position: relative;
	font-size: 16px;
	font-family: Arial;
	color: #fff;
	width: 100%;
	text-align: center;
	top: 70px;
}

#welcome {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin-bottom: 2px;
	line-height: 140%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px solid black;
	-webkit-text-size-adjust: none;
}

.input {
	font-family: Arial;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	resize: none;
	font-size: 16px;
	padding: 5px;
}

.inputAccept{
	background-image: url('images/error.png');
	background-repeat: repeat-y;
	background-position: right;
}

.inputBlurred {
	color: #4d4d4d;
}

.button {
	font-family: Arial;
	background: #346088;
	padding: 5px;
	display: inline-block;
	text-align: center;
	width: 218px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}