h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}
p {
	margin: 0px;
}
.pic {
	float:none;
}

#contents {
	width:500px;
}
#sidebar {
	width:250px;
}

#contents form {
	margin-top:30px;
}
.contact_field {
	margin-bottom:15px;
}

#contents input, #contents select, #contents textarea, #contents checkbox {
	margin:5px 0 0 20px;
	border: 1px solid #999;
	font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
	padding:2px;
}

.formLabel {
	font-weight:bold;
	width:200px;
	font-size:0.8em;
}

#contents p {
	width:350px;
}

label.error {
	color:#f00;
	margin-left:20px;
	font-size:0.7em;
	display: block;
	margin-top: 5px;
}
