@charset utf-8;

#contact_form {
	position:relative;
}

form fieldset {

}

form fieldset legend {
	border-width:1px;
	border-style:solid;
	border-color:#BBBB66;
	color: #a02908;
	font-weight:bold;
	font-variant:small-caps;
	font-size:140%;
	padding:4px 8px;
	margin:0 0 10px;
	position:relative;
	top:-12px;
	background:white;
}

label {
	display:block;
	float:left;
	width:10em;
	text-align:right;
}

label.error {
	font-weight:normal;
	color:red;
	text-align:left;
	width:140px;
	margin-left:11em;
	margin-top:-4px !important;
	padding-left:25px;
	background:transparent url(../images/pieces/cancel.png) no-repeat scroll left;
	clear:left;
}

input.text-input {
	float:left
}

#message {
	margin:60px 0 0 100px;
}

#checkmark {
	position:relative;
	top:-70px;
	left:-60px;
}