
#ContactFormContainer {
	width: 92%;
	height: 100%;
} 

#ContactInfo {
	padding: 10px;
	width: 95%;
	height: 90%;
}

#LeftBlock {
	float: left;
	width: 40%;
	position: relative;
	margin-top: 2%;
}


#RightBlock {
	position: relative;
	float: right;
	margin-right: 2%;
	width: 40%;
	text-align: center;
}

#contact_info {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #531315;
}

.SubmitButtons {
	text-align: center;
	background-image: url(../images/contact/submit_btn_FF_1.png);
	background-repeat: no-repeat;
	position: relative;
	height: 66px;
	width: 188px;
	background-position: center top;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 2px;
	top: 5px;

}


fieldset {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	-moz-border-radius:8px;
}

.required, #ContactFormContainer .red {
	color: #A21A1A;
}

#ContactFormContainer .small {
	font-size: smaller;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.required {
	font-size: smaller;
	float: right;
	margin-bottom: 1px;
	position: relative;
}


div.Field  {
	position: relative;
	margin: 5px;
	padding: 10px;
	background-color: #FFFFFF;
	border: 2px solid #3C0606;
	display: table;
}

.input {
	background-color: #710000;
	margin: 2px;
	background-image: url(../images/global/titles/title_red_1_light.png);
	background-repeat: repeat;
	color: #FEEDED;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
input.security {
	color: #961013;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: thin solid #830E11;
}

legend {
	color: #AD0C30;
	font-family: "French Script MT", Arial, Geneva;
	font-size: 1.5em;
	padding: 3px;
	font-weight: bold;
}

label {
	color: #173911;
	padding: 2px;
	font-weight: bold;
}

textarea {
	position: relative;
	width: 100%;
	background-color: #710000;
	background-image: url(../images/global/titles/title_red_1_light.png);
	background-repeat: repeat;
	color: #FEEDED;
	font-weight: bold;
}

#GoBackButton {
	position: relative;
	height: 25px;
	width: 50px;
	left: 20px;
}

.inputbk {
	display: block;
}


#Error_C {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

#log {
	width: 92%;
	position: relative;
	padding: 15px;
	background-color: #FFFFFF;
	border: 2px solid #3C0606;
	text-align: left;
	overflow: hidden;
}

#log p {
	color: #1D2C1B;
}
.error {
	color: #651212;
}
.result {
	font-weight: bold;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	font-size: 1.2em;
}

#Failed, #Failed h2 {
	font-weight: bold;
	color: #B01313;
}

#Success, #Success h2{
	font-weight: bold;

	color: #428D2C;
}
#Success p {
	font-size: 1.1em;
	font-weight: normal;
	color: #11200F;
}

#Success p strong {
	font-weight: bold;
	color: #428D2C;
	text-decoration: underline;
}

#SecurityImage {
	position: relative;
	width: 202px;
	height: 53px;
	left: -2px;
}