#contact {
	width: auto;
	max-width: 1000px;
}
#form {
	width: 100%;
	margin-top: 21px;
	margin-left: 69px;
}
body {
	background-color: #EFF5F8;
	color: #151515;
}
h2 {
	margin-top: 40px;
	margin-left: 69px;
	margin-right: auto;
}
#name {
	width: 225px;
	height: 22px;
}
#email {
	width: 225px;
	height: 22px;
}
#telephone   {
	width: 225px;
	height: 22px;
}
#mes {
	width: 500px;
	height: 300px;
}
#submit {
	width: 110px;
	height: auto;
	font-size: small;
}
#red {
	color: #FF0000;
}
#confirm {
	width: auto;
	color: #07AAF9;
	height: auto;
}
#confirmmessage {
	color: #0793F9;
	width: auto;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 0px;
	margin-bottom: auto;
	left: 25%;
	right: auto;
	top: 26%;
	position: absolute;
	bottom: auto;
	text-align: center;
}
.err {
	color: #FF0000;
}
#content {
	margin-top: 21px;
	width: 500px;
	margin-left: 69px;
}
#sorry {
	font-size: large;
}
