/* @override http://localhost:8888/graham/css/contact.css */

.container#contact {
	text-align: center;
	background-color: #000;
	width: 1000px;
	min-height: 1000px;
}


#contact #body {
	text-align: left;
	font-size: 15px;
	margin-top: 130px;
	margin-left: 100px;
	margin-bottom: 40px;
	width: 345px;
}

#contact #contact_form {
	height: 480px;
}

#contact #form_confirm {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contact #success {
	display: none;
	font-size: 20px;
	color: #535353;
}

input.textbox {
	width: 345px;
	height: 29px;
	background-image: url(../images/content_pages/contact/textbox.gif);
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 13px;
	margin-top: 5px;
	color: #000;
	border: 0 none #000;
}

textarea.message {
	width: 345px;
	height: 164px;
	border: 0 none #000;
	padding: 5px 10px;
	vertical-align: middle;
	margin-top: 5px;
	font: 13px Helvetica;
	color: #000;
	overflow: auto;
	background: url(../images/content_pages/contact/message.gif) no-repeat;
}

.submit {
	text-align: center;
}