#Container {
	position: relative;
	width: 533px;
	left: 10px;

}

#Container .top {
	background-image: url(../images/form/top_1.png);
	background-repeat: no-repeat;
	position: relative;
	height: 15px;
	width: 533px;
}

#Container .middle {
	background-image: url(../images/form/mid.png);
	background-repeat: repeat-y;
	width: 533px;
}

form {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

option {
	font-family: Arial, Helvetica, sans-serif;
	color: #323547;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	margin: 1px;
}

.content, .results {
	width: 90%;
	left: 5%;
	position: relative;
}

#Container .bottom {
	background-image: url(../images/form/bottom.png);
	background-repeat: no-repeat;
	position: relative;
	height: 14px;
	width: 533px;
}

#ContactFormContainer {
	position: relative;
	width: 98%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
} 

#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/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;
}

.results .checkboxes {
	width: 200px;
}
.description {
	text-align: left;
	padding-left: 10px;
	display: inline;
}

fieldset {
	padding-top: 5px;
	padding-right: 2px;
	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;
}

INPUT[type="submit"] {
	color: #18760E;
	margin: 5px;
}
INPUT[type="submit"].nopad {
	margin: 0px;
}
.error INPUT[type="submit"], INPUT[type="submit"].delete {
	color: #BF0005;
}


div.Field  {
	position: relative;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px solid #3C0606;
	display: table;
	margin: 5px;
}
.textfield {
	clear: left;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 33%;
}
.input {
	background-color: #D0BEBB;
	margin: 2px;
}

legend {
	color: #1E6A1A;
	font-family: "French Script MT", Arial, Geneva;
	font-size: 24px;
	background-color: #FFFFFF;
	border: 2px solid #3C0606;
	padding: 3px;
	font-weight: bold;
}

label {
	color: #65350A;
	font-weight: bold;
	position: relative;
	display: block;
	float: left;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width: 90%;
}

textarea {
	position: relative;
	width: 200px;
	background-color: #FCE2D6;
	height: 80px;

}

#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;
}

span.messages,span.messages p {
	color: #C63939;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

span.checkboxes {
	display: list-item;
	position: relative;
	padding: 2px;
	list-style-image: url(../images/icons/red_arrow_right_small_1.png);
	list-style-type: none;
}

.errorreport {   /*--------------------- ERROR REPORT ------------------*/
	font-size: 11px;
	color: #911717;
	position: relative;
	float: right;
	cursor: default;
	top: -15px;
}

.login_error {
	color: #911717;
	font-size: 14px;
	cursor: default;

}

.green {
	font-weight: bold;
	color: #21961B;
}

.failed {
	font-weight: bold;
	color: #9B090C;
}


li strong {
	font-size: larger;
}

#ContactFormContainer INPUT[type="submit"] {
	margin: 0px;
}
#ContactFormContainer label {
	float: none;
}

.f_container {
	margin-top: 5px;
	margin-bottom: 5px;
	padding:0px;
	position: relative;
	clear: both;
}

