@charset "utf-8";

/* CONTACT
------------------------------------------------------------------------------*/

#contactForm {
	margin-top: 10px;
	margin-bottom: 15px;
}

#contactForm table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

#contactForm th {
	width: 90px;
	vertical-align: top;
	padding-top: 25px;
}

#contactForm td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 30px;
}

.covey {
	height: 16px;
	width: 290px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	background-color: #FCFEF5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

*:first-child+html .covey {
	padding-top: 9px;
	padding-bottom: 5px;
}

* html body .covey {
	padding-top: 9px;
	padding-bottom: 5px;
}

#contactForm select {
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 125px;
	background-color: #FCFEF5;
}

#contactForm #message {
	height: 100px;
}

#contactForm textarea {
	padding: 5px;
	height: 90px;
	width: 490px;
	line-height: 1.5;
	background-color: #FCFEF5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#btnSend {
	margin-left: 100px;
}

#btnSend input {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#content p {
	line-height: 2.0;
	margin-bottom: 25px;
}
