@charset "utf-8";
div#page_title {
	height:80px;
	background-color:#333333;
	margin:0px;
	padding:0px;
	width:100%;
}
div#page_title h1 {
	font-family:"Bree serif";
	font-size:40px;
	color:#FFFFFF;
	line-height:80px;
	font-weight:normal;
	width:80%;
	max-width:1280px;
	margin:0px auto;
	padding:0px;
}
div#main_wrapper {
	width:100%;
	margin:0px;
	padding:0px;
}
article {
	width:80%;
	max-width:900px;
	max-height:100%;
	margin:0px auto;
	padding:40px;
}
article p {
	text-align:center;
	font-size:160%;
	color:#000000;
}
article section#form {
	width:100%;
	margin:0px auto;
	padding:40px 0px 0px;
}
section#form ul {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
}
section#form ul li {
	padding:0px 0px 10px;
	margin:0px;
	list-style-type:none;
}
textarea {
 	width: 500px;
 	height: 10em;
	padding:0px 0px 20px;
	border-radius:5px;
	font-size:160%;
}
input {
	width:500px;
	height:1em;
	border-radius:5px;
}
input[type="submit"] {
	width:100px;
	height:2em;
	font-size:160%;
	text-align:center;
	line-height:1.0;
	margin:0px;
	padding:0px;
}
div#alert {
color:#FF0000;
padding:1em;
font-size:160%;
margin:0px auto;
width:300px;
}
input[type="text"] {
	font-size:160%;
}
input[type="email"] {
	font-size:160%;
}