body {
	font-family: Arial;
}

body p {
	text-align: center;
}

#content {
	width: 800px;
	margin: 0 auto;
	background-color: white;
	padding-top: 10px;	
}

#inside_content {
	padding-left: 20px;
	padding-right: 20px;
}

table.header {
	border: 2px solid black;
	border-collapse: collapse;
	width: 600px;
	margin: 0 auto;
}

table.form_itself {
	width: 550px;
}

#form_box {
	background-color: #cccccc;
	border: 1px solid black;
}

#actual_form {
	width: 550px;
	margin: 0 auto;
	text-align: center;
}

.error {
	color: red;
	padding-left: 5px;
}

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

#name {
	width: 250px;
}

#company {
	width: 275px;
}

#title {
	width: 250px;
}

#address {
	width: 350px;
}

#city {
	width: 250px;
}

#state {
	width: 75px;
}

#zip {
	width: 125px;
}

#phone {
	width: 150px;
}

#fax {
	width: 150px;
}

#email {
	width: 350px;
}

#message {
	width: 350px;
	height: 100px;
}
