.contact-form fieldset {
	float: left;
	border: none;
	padding: 0;
	margin-top: 20px;
	position: relative;
}
.contact-form fieldset.first {
	width: 264px;
}
.contact-form label {
	color: #fff;
	line-height: 12px;
	padding-top: 13px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight: normal;
}
.contact-form ul {
	list-style-type: none;
	margin: 0
}

.contact-form input, .contact-form select {
	border: 1px solid #174c78;
	color: #757575;
}
.contact-form input {
	width: 235px;
	border-radius: 5px;
	height: 24px;
	padding-left: 10px;

}
.contact-form select {
	width: 249px;
	border-radius: 5px;
	height: 28px;
}
.contact-form {
	background: url(../images/contact-bg.png) no-repeat;
	height: 409px;
	width: 562px;
	position: relative;
}

.contact-form #submit {
	position: absolute;
	bottom: -62px;
	right: 0px;
	width: 187px;
	height: 48px;
	border: none;
	background: url(../images/submit.png) no-repeat 0 0;
}
.contact-form #submit:hover {
	background-position: 0 -48px;
}
label.error {
	color: red;
	position: absolute;
	float: right;
	right: 8px;
	margin-top: -27px;
	font-size: 12px;
}
input.error {
	border: 1px solid red;
	box-shadow: 0 0 10px red;
}
