#contactform{
	width: 700px;
	border: 2px ridge gray;
	background-color: #f6f6f6;
	margin-left: 30px;
	padding: 10px 0 10px 30px;
}

#center{
	padding-left: 55px;
	width: 900px;
}

#contactform table{
	list-style: none;
	line-height: 35px;
	font-family: Arial;
	color: #4e504d;
}

.col1{
	padding-right: 10px;
	text-align: right;
}

.button{
	padding-top: 10px;
	text-align: right;
}