/*** Contact X ***/
#contactX li {
	list-style: none;
}
#contactX label.paddedLabel {
	font-size: 0.9em;
	line-height: 2.4em;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 60px;
}
#contactX input, #contactX textarea {
	font-size: 1.2em;
	padding: 0.2em;
	margin: 0 0 5px 0;
}
#contactX button {
	font-size: 1.2em;
	padding: 0.2em 0.5em;
}
#contactX textarea {
	width: 600px;
	max-width: 600px;
}
#contactX .errMsg {
	position: relative;
	top: -4px;
	background: #F00;
	padding: 3px;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
}
#contactX .arrow {
	position: relative;
}
#responeMsg {
	background: #a6a86f;
	color: #000;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	margin: 5px auto;
	padding: 1.0em 0;
}
.message_errMsg { /*** error label position for the "message" textarea input ***/
	position: relative!important;
	left: 70px;
}