
.clear_both {
	clear: both;
}
.smaller, .bbtn  {
	font-size: smaller;
}


#ContactFormContainer {
	background-color: #424848;
} 

#StoryFormContainer {
	background-color: #635168;
}

.form_c {
	width: 100%;
}
.focused {
	background-color: #E6F0D9;
}

#ContactInfo {
	position: relative;
	padding: .5%;
	width: 98%;
	height: 90%;
}
#ContactInfo * {
}
#LeftBlock {
	position: relative;
	margin-top: 2%;
	margin-left: 2%;
	float: left;
	width: 40%;
	display: table;
}


#RightBlock {
	position: relative;
	text-align: center;
	width: 50%;
	margin-left: 5%;
}


.SubmitButtons {
	text-align: right;
	position: relative;
	height: 66px;
	width: 90%;
	background-position: center top;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 2px;
}

.SubmitButtons input {
	color: #311131;
	font-weight: bold;
}


#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: .5%;
	padding: 1%;
	display: table;
	color: #E7E8EB;
}
input {
	width: 50%;

}
.input {
	margin: 2px;
}
.input, textarea {
	background-color: #E9CEFB;
	color: #1A391C;
	font-family: Arial, Helvetica, sans-serif;
}
legend {
	color: #E7E8EB;
	font-family: "Monotype Corsiva", "Times New Roman";
	font-size: 24px;
	background-color: transparent;
	padding: 1%;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label {
	color: #E7E8EB;
	padding: 2px;
	font-weight: bold;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A3F5A;
	position: relative;
	width: 300px;
	height: 150px;
}

#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;
}

p {
	color: #EFD7F7;
}
#log p {
	color: #1E2B15;
}

.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;
}
#top_form h2 {
	color: #E9CFEB;
}

#Error_C small {
	cursor: se-resize;
}