﻿textarea
{
	width: 40em;
	background: #fbfcfb;
	border-bottom:1px solid #e1e2e1;
	border-top:1px solid #e1e2e1;
	border-left:none;
	border-right:none;
	color:#9f9f9f;
	padding:0 5px 0 5px;
}

input[type=text] {
	padding-top:7px;
}

textarea {
	padding-top:7px;
}

input
{
	background: #fbfcfb;
	border-bottom:1px solid #e1e2e1;
	border-top:1px solid #e1e2e1;
	border-left:none;
	border-right:none;
	height:25px;
	width:20em;
	color: #9f9f9f;
	padding:0 5px 0 5px;
	font-size:12px;
}

#contact_form
{
	position: relative;
	float: left;
	overflow: hidden;
	padding: 1em;
	text-align: left;
	background: none;
	margin-left:-14px;
}

p small
{
	display: block;
	color: #9f9f9f;
	font-size:12px;
	margin-top:10px;
}

#submit {
	height:33px;
}

ul#response 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type:none;
	color: #9f9f9f;
	margin-left:0px;
	margin-bottom:50px;
	line-height:22px;
}
