.row
{	
	border-top:dotted 1px #231f20;
	border-bottom:dotted 1px #231f20;
	margin-bottom:1px;
}

.label
{
	line-height:35px;
	height:35px;
	width:60px;
	float:left;
	text-align:center;
}
.input
{
	line-height:35px;
	height:35px;
	width:320px;
	float:left;
	background-color:#231f20;
}

.input input
{	
	height:35px;
	padding-top:8px;
	width:320px;
	border:none;
	background-color:#231f20;
	color:white;
}

.textarea{
	width:700px;
	height:210px;
	margin-left:60px;
	*margin-left:30px;
}

.textarea textarea{
	background-color:#231f20;
	color:white;
	border:none;
	height:210px;
	width:700px;
	margin:0px;
	
}

#submit
{
	height:45px;
	line-height:45px;
	border-bottom:dotted 1px #231f20;
	padding-left:660px;
}

#contactwrapper{
	margin-top:20px;
}