@charset "UTF-8";

@import url(reset.css);
@import url(typography.css);

/**
 * CONTACT
 */
#contact {
	padding: 18px;
	width: 527px;
	height: 310px;
	background: transparent url("/images/backgrounds/contact.png") no-repeat top left;
	color: #000;
	position: relative;
}
#contact-content {
	width: 255px;
}
#contact form {
	width: 250px;
	right: 18px;
	bottom: 10px;
	position: absolute;
}
#contact #date {
	display: none;
}
#contact form ol {
	list-style-type: none;
}
#contact form ol li {
	margin-bottom: 8px;
}
#contact label {
	margin-bottom: 2px;
	display: block;
}
#contact input.text,
#contact textarea {
	width: 240px;
	border: none;
	background: #d9d9d9;
}
#contact input.text {
	padding: 5px;
	height: 17px;
}
#contact input.button {
	cursor: pointer;
}
#contact textarea {
	padding: 5px;
	height: 100px;
}
#contact #contact-cancel {
	float: left;
}
#contact #contact-submit {
	padding: 0;
	width: 88px;
	height: 27px;
	background: transparent url("/images/buttons/contact-submit.png") no-repeat top left;
	border: none;
	float: right;
}