#contact h1, #contact h2 {
	text-align: center;
}
#contact .leftbar, #contact .rightbar {
	width: 420px;
}
.cblock {
	margin-bottom: 36px;
	/*height: 96px;*/
	clear: left;
	height: auto;
}
.cblock img {
	float: left;
	margin: 0 12px 20px 0;
}
.rightbar .cblock img {
	margin-bottom: 36px;
}
.cblock p {
	margin: 0.2em 0;
	font-size: 12px;
}
.cblock h4, .cblock h5 {
	margin: 0;
}
.cblock h5 {
	font-size: 16px;
}
.weebheads {
	float: right;
	margin-right: 72px;
}
.submit-ticket {
	float: left;
	clear: both;
	width: 540px;
	margin-bottom: 0;
}
.submit-ticket img {
	margin-bottom: 0;
}
#contact .classyBox {
	font-size: 14px;
	padding: 8px;
	
}
#contact .tel {
	/*color: #00AAF5;*/
	color: #F47A00;
	font-size: 32px;
	/*font-weight: bold;*/
}

.supportForm {
	clear: both;
	/* Gabriel - Adding border. .supportForm element previously shared .classyBox from cl-style.css. Removing that class */
	border: 1px solid #e0e0e0;
}

#supportContact td b {
	font-size: 13px;
	vertical-align: middle;
}
#supportContact td p {
	line-height: 15px;
	margin: 0;
}
#supportContact table h3 {
	margin-top: 0;
}
input.greenwash-button {
	/*border: 0;*/
	padding: 15px 64px;
	font-size: 20px;
}
input.greenwash-button:hover {
	cursor: pointer;
}

.validationError {
	border: 2px solid red;
}
#errorMessage {
	margin-top: 8px;
}
#sendingMessageDiv {
	margin-bottom: 20px;
}
#sendingMessageDiv p {
	font-weight: bold;
	line-height: 1.7em;
	color: red;
}

#sendingMessageDiv .submit-success {
	margin-top: -6px;
	
	padding: 12px 0;
	-moz-border-radius: 9px; -webkit-border-radius: 9px; border-radius: 9px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	
	width: 686px;
	
	background: #529eca; /* Old browsers */
	background: -moz-linear-gradient(top, hsla(202,53%,56%,1) 0%, hsla(202,53%,47%,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(202,53%,56%,1)), color-stop(100%,hsla(202,53%,47%,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, hsla(202,53%,56%,1) 0%,hsla(202,53%,47%,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, hsla(202,53%,56%,1) 0%,hsla(202,53%,47%,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, hsla(202,53%,56%,1) 0%,hsla(202,53%,47%,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, hsla(202,53%,56%,1) 0%,hsla(202,53%,47%,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#529eca', endColorstr='#3888b6',GradientType=0 ); /* IE6-9 */
}
#sendingMessageDiv .submit-success p {
	color: #f2f2f2;
	font-weight: normal;
}
#sendingMessageDiv .submit-success h4 {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	margin: 0.5em auto;
	font-family: SolomonBoldRegular,Verdana,Arial,sans-serif;
}
#sendingMessageDiv .submit-success a {
	color: #fff;
}

#auto-suggest {
	display: none;
	background: white;
	border: 1px solid #bbb;
	/*
	border-radius: 2px;
	box-shadow: 0px 0px 6px #bbb inset;
	*/
	padding: 12px 20px;
	margin: 20px 15px 20px;
	position: relative;
}
.nohelp {
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	bottom: -34px;
	left: 20px;
	color: #A2A2A2;
}
.supportForm td {
	line-height: 32px;
}