#ContactIndexForm {
	margin-top: 20px;
}

#ContactIndexForm fieldset .input .required-field {
	color: red;
	font-weight: bold;
	font-size: 108%;
}

#ContactIndexForm fieldset {
	margin-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}

#ContactIndexForm fieldset div.input {
	margin-bottom: 10px;
}

#ContactIndexForm fieldset div.input span {
	font-size: 93%;
	margin-left: 10px;
	color: #333;
}

#ContactIndexForm div.submit {
	text-align: right;
}

#ContactIndexForm fieldset div.group {
	float: left;
	width: 360px;
}

#ContactIndexForm fieldset div.group div.checkbox {
	margin-bottom: 8px;
	float: left;
	width: 160px;
	margin-right: 15px;
}

#ContactIndexForm fieldset div.group div.checkbox input {
	padding: 0;
}

#ContactIndexForm fieldset div.group div.checkbox label {
	float: right;
	margin-left: 0px;
	color: #999;
	margin-top: 2px;
	font-size: 85%;
	width: 145px;
}

#ContactIndexForm fieldset select {
	font-size: 93%;
	color: #333;
}

#ContactIndexForm fieldset input,
#ContactIndexForm fieldset select,
#ContactIndexForm fieldset textarea {
	border: 1px solid #CCC;
	padding: 4px;
	font-size: 93%;
}

#ContactIndexForm fieldset .form-error {
	border: 1px solid red;
}

#ContactIndexForm fieldset div.input label {
	margin-top: 4px;
	display: block;
	width: 130px;
	color: #00adce;
	font-size: 93%;
	float: left;
}

#ContactIndexForm fieldset div.input label span {
	font-size: 77%;
	color: #999;
}

.error-message {
	margin-left: 130px;
	font-size: 77%;
	margin-top: 5px;
	color: red;
}
