div#info_container {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	background-position: 466px bottom;
}

div#left_column h1 {
	padding-bottom: 14px;
}

div#left_column form {
	padding: 0 0 18px 0;
	margin: 0px;
	float: left;
	width: 504px;
}

div#left_column form fieldset {
	float: left;
	width: 504px;
	border: 0px;
	padding: 0 0 8px 0;
	margin: 0px;
}

div#left_column form fieldset.shorter {
	width: 360px;
}

div#left_column form label {
	display: block;
	float: left;
	width: 360px;
	font-weight: bold;
	font-size: 13px;
	color: #bddeff;
	padding: 0 0 2px 0;
}

div#left_column form input {
	width: 350px;
	height: 15px;
	float: left;
	border: 0px;
	background-color: #bddeff;
	padding: 7px 5px 5px 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #013668;
}

div#left_column form select {
	width: 350px;
	height: 15px;
	float: left;
	border: 0px;
	background-color: #bddeff;
	padding: 7px 5px 5px 5px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #013668;
}

div#left_column form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013668;
	float: left;
	width: 350px;
	height: 98px;
	border: 0px;
	background-color: #bddeff;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
}

div#left_column form a {
	display: block;
	float: right;
	width: 61px;
	height: 22px;
	text-indent: -9999px;
	background-image: url(../images/send.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 14px 0 0 0;
}

div#left_column form a:hover {
	background-position: 0px -22px;
}

div.error_field {
	float: left;
	height: 27px;
	margin: 0 0 0 14px;
	background-image: url(../images/error_field_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: none;
}

div.error_field p {
	color: #feffff !important;
	padding: 5px 0 0 36px !important;
	margin: 0px !important;
	font-size: 11px !important;
}

div.valid_field {
	float: left;
	height: 27px;
	margin: 0 0 0 14px;
	background-image: url(../images/valid_field_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: none;
}

div.valid_field p {
	color: #feffff !important;
	padding: 5px 0 0 36px !important;
	margin: 0px !important;
	font-size: 11px !important;
}

span.brighter {
	color: #fefefe;
	font-weight: normal;
}

div#right_column {
	position: relative;
}

div#contact_float {
	width: 327px;
	height: 143px;
	position: absolute;
	z-index: 1;
	top: 37px;
	left: 18px;
	background-image: url(../images/contact_right_bg.jpg);
	background-repeat: no-repeat;
}

div#contact_float_wrapper {
	float: left;
	padding: 28px 0 0 22px;
}

div#contact_float_wrapper span.left_ct_text {
	display: block;
	float: left;
	width: 46px;
	font-size: 11px;
	color: #bddeff;
	font-weight: bold;
	text-transform: uppercase;
}

div#contact_float_wrapper span.right_ct_text {
	display: block;
	float: left;
	font-size: 11px;
	color: #fefefe;
	font-weight: bold;
	text-transform: uppercase;
}
div#contact_float_wrapper span.right_ct_text_c {
	display: block;
	float: left;
	font-size: 11px;
	color: #fefefe;
	font-weight: bold;
	
}

div#contact_float_wrapper span.right_ct_text a {
	color: #fefefe;
}

div#contact_float_wrapper span.right_ct_text a:hover {
	text-decoration: none;
}
div#contact_float_wrapper span.right_ct_text_c a {
	color: #fefefe;
}

div#contact_float_wrapper span.right_ct_text_c a:hover {
	text-decoration: none;
}

.message_captcha{
    background-color: #faebe7;
    border: 1px dashed red;
    padding: 5px;
    color: #333;
    font-size: 11px; 
}
.refresh_captcha{
    background-color: #013668;
    color: #fff;
    border-color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 4px 4px 4px;
}
.captcha_image{
    margin-top: 5px;
}