/* CSS Document */

div#left{
	width:355px;
	height:750px;
	float:left;
	overflow:auto;
	background-color:#e7e2da;
	margin:15px 0 25px 20px;
	padding:13px 10px 10px 10px;
}
div#right{
	float:right;
	width:537px;
	height:750px;
	background-color:#dad3ca;
	margin:15px 20px 25px 0px;
	padding:13px 10px 10px 10px;
}
fieldset {
	padding: 1em;
}
label {
	float:left;
	width:25%;
	margin-right: -60px;
	padding-top: 0.2em;
	text-align:left;
	font-weight:bold;
  }
input {
	height: 18px;
	margin-bottom: 10px;
	color:#5a4a42;
}
.firstname, .lastname, .email, .subject, .attachment, .phone{
	width: 275px;
}
.comments {
	width: 245px;
	height: 100px;
	vertical-align:top;
}
.formbuttons {
	text-indent: 75px;
}
.buttons {
	margin-right: 8px;
	height:30px;
	width:90px;
}
