form {
	margin: 1em auto 2em auto;
	text-align: left;
	background: #231F20;
}

fieldset {
	position: relative;
	padding: 20px;
	border: 0;
}

label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6;
}

input#name, input#email, input#mesage, textarea#message {
	width: 100%;
	font-size: 1.4em;
	line-height: 1.6;
}

input#button {
	margin: 1em 0 0 0;
	font-size: 1.4em;
}

.action {
	text-align: center;
}

.error {
	padding: 2px 0 2px 20px;
	color: #ee6e66;
	background: url(../images/icon-alert.gif) no-repeat 0 50%;
}

form p {
	margin: 1em 0;
	overflow: hidden;
}