@charset "utf-8";
#contact_layout { width: 100%; }


LABEL {
		display: block;
		color: #B4232A;
		font-weight: bold;
		padding-left: 5px;
		padding-right: 5px;
		margin: 3px 0;
}

input.form_text, textarea {
		border: 1px solid #B4232A;
		width: 180px;
		padding: 3px;
		margin: 2px 0;
		font-size: 10px;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

input.form_text {
		height: 15px;

}

select { }

textarea {
height: 100px;}
.success {
	margin-left: 10px;
	width: auto;
	background-color: #006633;
}
.labelover {
		background: #841A1F;
		color: #FFFFFF;
}
.inputover {
		background: #F2CED1;
		cursor: default;
}

.inputclick {
		color: #FFFFFF;
		background: #B4232A;
}
#submit {
		height: 25px;
		width: 100px;
		border-style: none;
}
