
#ContactFormContainer {
	position: relative;
	width: 98%;
	height: 100%;
	margin-left: 1%;
} 

#ContactInfo {
	position: relative;
	padding: 10px;
	width: 98%;
	height: 90%;
}

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


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


.SubmitButtons {
	text-align: center;
	background-image: url(../images/contact/button_bk_1.png);
	background-repeat: no-repeat;
	position: relative;
	height: 59px;
	width: 206px;
	background-position: center top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 2px;
	margin-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: 1%;
	background-color: #d3a550;
	border: 2px solid #3C0606;
	display: table;
}

.input {
	background-color: #F7EEDB;
	margin: 2px;
}

legend {
	color: #70531D;
	font-family: "French Script MT", Arial, Geneva;
	font-size: 22px;
	border: 2px solid #3C0606;
	padding: 4px;
	font-weight: bold;
	background-color: #F7EEDD;
}

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

textarea {
	position: relative;
	width: 200px;
	background-color: #F7EEDB;
	display: block;
}

#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;
	color: #651212;	
}

#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;
	margin-top: 5px;
	margin-bottom: 5px;
}
.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;
}

#Failed p, p.error_list {
	color: #651212;
}

#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;
}