
div#contact {
	background: white url('webimages/contact.jpg') left top no-repeat;
	width: 950px;
	height: 457px;
	position: relative;
}



form#form {
	margin: 0;
	padding: 0;
}

form#form input.i {
	background: white;
	border: 1px solid #555;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #444;
	padding: 5px;
	text-transform: uppercase;
}

form#form textarea.t {
	background: white;
	border: 1px solid #555;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #222;
	padding: 5px;
}

div.cform {
	width: 420px;
	position: absolute;
	top: 122px;
	left: 33px;
}

div.ffield {
	color: #444;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

div.finput {
	margin: 0 0 5px 0;
	padding: 0;
}

button.disabled {
	background: #999;
	border: 1px solid #777;
	padding: 3px 5px;
	color: #444;
	font-family: 'andale mono', 'courier new', monospace;
	letter-spacing: 1px;
}

form#form input.ic {
	background: white;
	border: 1px solid #555;
	font-family: 'andale mono', 'courier new', monospace;
	letter-spacing: 1px;
	color: #444;
	padding: 4px 5px 5px 5px;
}

div.err {
	position: absolute;
	left: 0;
	bottom: -50px;
	color: white;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9px;
	width: 250px;
	color: #DD0000;
	font-family: arial;
}
