@charset "UTF-8";
#header {
	background-image: url(../images/header/contact.jpg);
}
.right {
	width: 240px;
	border: none;
}
.left {
	width: 550px;
	border-right: 1px dotted #999999;
	min-height: 250px;
}
.formrow {
	clear:both;	
	height: 50px;
	margin-bottom: 5px;
}
.formfield {
	width: 250px;
	padding-right: 20px;
	float: left;
}
label {
	width: 250px;
	display: block;
}
input {
	display: block;	
	width: 250px;
	height: 20px;
}
.narrow {
	width: 100px;	
}
.narrow input, .narrow label {
	width: 80px;
}
textarea {
	width: 520px;
	height: 100px;
}
input, textarea {
	background-color: #fffdaf;	
}
input[type=hidden] {
	display: none;
	visibility:hidden;
}
input#submit {
	width: auto;	
	height: auto;
}
.button {
	padding-top: 5px;
	float: right;	
	width: auto;
}