@charset "utf-8";

.error_message {
	display: block;
	border: 1px solid #CC0000;
	color: #CC0000;
	background-color: #FFE1E1;
	background-image: url(error.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	border-radius: 5px 5px 0 0;
	width: 250px;
	margin-left: 120px;
}
#contact #success_page h1 {
    background: url("success.gif") no-repeat scroll left center transparent; padding-left: 22px;
}
fieldset{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
.map {
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #00615a;
	border-radius: 0px;
	float: left;
}
.address {
	text-align: right;
	float: right;
	width: 220px;
	padding-left: 12px;
	padding-top: 46px;
}

#contact {
	width: 640px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contact p {
	padding: 0px;
	margin: 5px 0 0 0;
}



#contact label {
	display: inline-block;
	float: left;
	line-height: 20px;
	width: 120px;
	padding-top:4px;
	min-height: 26px;
}
#contact h1 {
	margin: 10px 0 10px;
	font-size: 18px;
	color: #d11236;
	font-weight: bold;
}
#contact legend {
	margin-bottom:10px !important;
	margin-bottom:20px;
}

#contact span.required{ font-size: 13px; color: #FF0000; } /* Select the colour of the * if the field is required. */
#contact fieldset {  }
.digi_form_left_col {
	width:120px;
	padding-top:7px;
	float:left;
	min-height: 20px;
	margin-top: 8px;
}
.digi_form_right_col {
	width:250px;
	float:left;
	min-height: 27px;
	margin-top: 8px;
}
/*Captcha Box wrapper*/
.digi_captcha_wrapper 
{
	width:220px;
	height:auto;
	padding:10px;
	border: solid 1px #cbcbcb;
	background-color: #FFF;
	text-align:center;
	position:relative;
}
.digi_form_separator {
	height: 8px;
	width: 360px;
}


.contactbox {
	width: 240px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	display: block;
}
.contactbox_big {
	width: 240px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
	min-height: 50px;
	max-height: 100px;
	height:65px;
	resize: vertical;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.contactselect {
	width: 240px;
	margin-top: 2px;
	margin-bottom: 1px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	display: block;
}

.contactselect option {
	padding-left: 5px;
}

.blue_border {
	border: 1px solid #6A8FDD;
	background-color: #FFF;
}
.red_border {
	border: 1px solid #CC0000;
	color: #CC0000;
	background-color: #FFE1E1;
}
.contact_send {
	background-image: url(../img/send-it.png);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 55px;
	width: 175px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	background-position: left center;
	margin-left: 120px;
	margin-top: 8px;
}
.submit  { width: 100px; height: 30px; cursor: pointer; border: 0; color:#fff; font-family: 'PT Sans', Arial, Helvetica, sans-serif; margin: 5px 0 0px 0px; padding: 0px; float: left; clear: both; background: #00378d;}
.submit:hover { width: 100px; height: 30px; color: #fff; background: #d11236; border: 0;  }
.loader {
	padding: 0px 10px
}
