.contact-form-column-field-container {
	float: left;
	width: 175px;
	padding: 4px;
	border: 1px solid transparent;
	height: 50px;
	margin-bottom: 5px;
}
.single-field.contact-form-column-field-container {
	float: none;
}
.textarea-container.contact-form-column-field-container {
	width: auto;
}
.contact-form-center-column {
	margin: 0 12px;
}
.contact-form-column-field-container input {
	width: 170px;
	height: 20px;
}
.contact-form-column-field-container select {
	width: 170px;
}
.contact-form-row {
	clear: both;
}
.contact-form-row input {
	font-size: 12px;
}
.contact-form-row.single-field {
	height: auto;
}
.contact-form-row.single-field select {
	margin-top: 2px;
	vertical-align: baseline;
	line-height: 1;
}
.contact-form-field-comment {
	color: #888888;
	font-size: 10px;
	line-height: 1;
	margin-top: 1px;
	display: block;
}
.contact-form-row textarea {
	width: 565px;
	height: 100px;
	margin-top: 2px;
	margin-bottom: 0;
	padding: 2px;
}
.contact-form-required-notice {
	margin-bottom: 10px;
	color: #aa0000;
}
.contact-form-row option, .contact-form-row select {
	
}

.contact-button-text {
	left: 0;
	position: absolute;
	text-align: center;
	top: 30%;
	width: 100%;
	color: #ffffff;
}

.contact-form-message {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-form-success {
	color: green;
}
.contact-form-error {
	color: red;
}
#contact #content .row {
	margin-top: -40px;
	padding-bottom: 0;
}
#clocks {
	text-align: center;
	margin-right: 25px;
	margin-bottom: 10px;
}
#clocks .clock-section {
	display: inline-block;
	width: 160px;
}
.clock-section .time-block {
	float: right;
	margin-top: 21px;
}
.clock-section.est-1 {
	margin-left: 185px;	
}

.contact-form-buttons {
	margin-left: 6px;
}
.contact-form-buttons a, .contact-form-buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#e5e5e5;
    border:1px solid #cecece;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding: 5px 10px 6px 7px;
}
.contact-form-buttons button{
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px;
}
.contact-form-buttons button[type]{
    padding: 5px 10px 4px 7px;
    line-height:17px; /* Webkit */
}
.contact-form-buttons button img, .contact-form-buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
button:hover, .contact-form-buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.contact-form-buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
button.positive, .contact-form-buttons a.positive{
    color:#529214;
}
.contact-form-buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.contact-form-buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
.contact-form-buttons a.negative, button.negative{
    color:#d12f19;
}
.contact-form-buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.contact-form-buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}