@charset "utf-8";
/* CSS Document */

div.content h2{
	margin-bottom:20px;
}

form{
	padding:10px;
	font-size:0.8em;
}

form label,
form input.text{
	display:block;
}

form textarea{
	width:400px;
	height:100px;
}

p.message{
	height:250px;
}