@charset "utf-8";

/* VOICE
------------------------------------------------------------------------------*/

#voiceLead {
	margin-bottom: 25px;
}

#btnVoice {
	text-align: center;
	margin-bottom: 25px;
}

/* VOICE FORM
------------------------------------------------------------------------------*/

#voiceFormNote {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#mailform table {
	width: 590px;
	border-collapse: collapse;
}

#mailform th {
	height: 50px;
	color: #723F1F;
	width: 115px;
	text-align: left;
	padding-left: 15px;
}

*:first-child+html label {
	line-height: 1.25;
}

* html body label {
	line-height: 1.25;
}

.mailBgColor {
	background-color: #F8FFD6;
}

#mailform #rowMessage {
	height: 140px;
}

#name,
#handle,
#email {
	width: 188px;
}

#area {
	width: 123px;
}

.covey {
	height: 18px;
	border: 1px solid #D9D9D9;
	background-image: url(../images/common/bg_form.jpg);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

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

* html body .covey {
	padding-top: 8px;
	padding-bottom: 2px;
}

textarea {
	background-image: url(../images/common/bg_form.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 108px;
	width: 438px;
	border: 1px solid #D9D9D9;
	line-height: 1.25;
}

#submit {
	background-image: url(../images/common/btn_submit.gif);
	height: 66px;
	width: 301px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

#submitLine {
	height: 96px;
	text-align: center;
}

#mailform #rowPosting {
	height: 35px;
	width: 575px;
}

#mailform p {
	margin-bottom: 10px;
	margin-left: 15px;
}

#voiceBox {
	background-image: url(../images/voice/bg_voicebox.jpg);
	background-repeat: no-repeat;
	height: 356px;
	width: 500px;
	padding-right: 35px;
	padding-left: 55px;
	padding-top: 120px;
}

#voiceContent {
	height: 335px;
	overflow: auto;
}

#voiceContent h2 {
	color: #723F1F;
	font-size: 15px;
	background-image: url(../images/voice/icon_voice.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top: 10px;
	margin-top: 10px;
}

#voiceContent p {
	line-height: 1.5;
	padding-bottom: 15px;
}

.voiceEntry {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f7e4c6;
}
