body {
	margin: 0;
	font-family: Arial;
}

header {
	margin: 0 auto;
	width: 1116px;
}

h1 {
	margin: 0;
	background-color: #6c8f9b;
	color: #FFF;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}
h1 a {
	color: #FFF;
	text-decoration: none;
}

#main {
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
}
#inner {
	margin: 0 auto;
	width: 1116px;
}


#form {
	margin: 0 auto;
	width: 1116px;
	background-color: #6c8f9b;
	color: #FFF;
	height: 100px;
}
form {
	line-height: 40px;
	height: 40px;
	padding: 5px 20px;
}
form span {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	margin-right: 10px;
}
input {
	height: 21px;
	border: 1px solid #FFF;
}
input.error {
	border: 1px solid #F00 !important;
}

button {
	background-image: url(../images/button.jpg);
	background-position: left center;
	color: #6d8f9b;
	line-height: 23px;
	font-size: 14px;
	padding-left: 24px;
	background-repeat: no-repeat;
	height: 25px;
	background-color: #FFF;
	border: none;

	width: 202px;
	text-align: left;
	font-weight: bold;
	padding-right: 0;
}

#message {
	padding: 40px;
}

footer {
	background-color: #929b9e;
	color: #FFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
}
footer a {
	color: #FFF;
	text-decoration: none;
}

img {
	margin: auto;
	display: block;
	width: 1116px;
	height: 400px;
}

input{
   -moz-box-sizing:    border-box;
   -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}