form p {
	margin-bottom: 5px;
}

form input, form textarea {
	border: 1px solid #ddd;
    border-top: 2px solid #aaa;
    border-left: 1px solid #aaa;
    padding: 2px;
}

form input {
	width: 218px;
	height: 18px;
}

body.contact form {
	width: 500px;
}

#contact_name, #contact_email, #contact_comment, #comment_author, #comment_email, #comment_body{
	background: #ebebeb;
}

.required {
	padding: 0 0 10px 0;
	margin-bottom: 20px;
}

.body-contact {
	margin: -237px 0 0 255px;
}

.body-comment{
	margin: -143px 0 0 250px;
}

.buttons{
	float: right;
	margin: 0 0 40px 0;
}

#submit{
	width: auto;
	height: auto;
	margin: 5px -7px 0 0;
	border-top: 1px solid #aaa;
	padding: 5px;
}

