#body .sidebar .contact {
	font-size: 160%;
	padding: 0 0 37px 22px;
}

#body .contact h2 {
	color: #00a4e4;
	font-family: Arial, sans-serif;
	font-size: 150%;
	
}

#body .contact ul {
	list-style: none;
	margin-left: -8px;
}

#body .contact ul li {
	padding: 2px 0 3px 9px;
	background: none;
}

#body .contact ul li input {
	color: #929497;
	font-size: 75%;
	border: 2px solid #dddedf;
	padding: 3px;
	width: 148px;
	outline-style: none;
}

#body .contact ul li.buttons {
	background-image: url(images/buttons/contact-submit-shadow.gif);
	background-repeat: no-repeat;
	padding: 11px 9px;
}

#body .contact ul li.buttons input {
	display: block;
	overflow: hidden;
	border: none;
	width: 160px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	padding: 0 10px 0 0;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	background-image: url(images/buttons/contact-submit.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}

#body .contact p {
	font-size: 90%;
	color: #00a4e4;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, sans-serif;
}


/* new */
#body .navigation .contact h2 {
	font-size: 175%;
}

#body .navigation .contact ul {
	padding: 0;
	margin-left: -9px;
}

#body .navigation .contact ul li {
	padding-left: 10px;
}

#body .navigation .contact ul li input {
	width: 176px;
	font-size: 100%;
}

#body .navigation .contact ul li.buttons {
	background-image: url(images/buttons/contact-submit-large-shadow.gif);
	background-repeat: no-repeat;
	padding: 11px 10px;
}

#body .navigation .contact ul li.buttons input {
	font-size: 130%;
	font-weight: bold;
	text-transform: none;
	width: 182px;
	height: 46px;
	line-height: 29px;
	background-image: url(images/buttons/contact-submit-large.gif);
}

#body .navigation .contact p {
	font-size: 105%;
}


/**
 * Right sidebar form
 */
#body .sidebar span.wpcf7-not-valid-tip {
	left: auto;
	right: 4px;
	top: 2px;
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	border: 0;
	background: transparent url(images/icons/exclamation.gif) no-repeat;
}

#body .sidebar div.wpcf7-validation-errors {
	display: none !important;
}

#body .sidebar img.ajax-loader {
	display: none;
}

/**
 * Left sidebar form
 */
#body .navigation span.wpcf7-not-valid-tip {
	left: auto;
	right: 4px;
	top: 2px;
	width: 16px;
	height: 16px;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -1000px;
	border: 0;
	background: transparent url(images/icons/exclamation.gif) no-repeat;
}

#body .navigation div.wpcf7-validation-errors {
	display: none !important;
}

#body .navigation img.ajax-loader {
	display: none;
}
