@charset "utf-8";
#contactLoading {
	width: 43px;
	height: 11px;
	position: absolute;
	background-image: url(../contact/images/ajax-bar.gif);
	background-repeat: no-repeat;
	left: 115px;
	top: 22px;
	background-color: #193A45;
}

#contact-feedback {
	font-size: 12px;
	text-align: center;
	float: left;
	clear: both;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-decoration: none;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 0px;
	display: block;
	font-weight: bold;
	width: 100%;
}
#form_wrap {
	color: #FFF;
	overflow: visible;
	float: left;
	width: 165px;
	margin-left: 2px;
}

.form_Title {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #FF0;
	display: block;
}
#form_art {
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	height: 309px;
	width: 110px;
	cursor: pointer;
	background-position: center -309px;
	float: right;
	margin-top: 7px;
	position: relative;
	overflow: visible;
	margin-right: 0px;
	margin-left: 10px;
}
#form_art:hover {
	background-position: center 0px;
}





form {
	position: relative;
	width: 160px;
}
p.infoLabel {
	text-decoration: none;
	color: #FFECB2;
	height: 12px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	display: block;
}
option {
	font-size: 11px;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
}

.checkbox {
	margin-right: 8px;
	margin-left: 0px;
	padding-left: 0px;
	float: left;
}


p.check {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #f4f4f4;
	display: block;
	line-height: 8px;
}
.please {
	margin-bottom: 8px;
	font-size: 9px;
	margin-top: 0px;
	display: block;
	color: #30A0A5;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
}

select {
	font-size: 11px;
	display: block;
}


input.formInput {
	border: 1px solid #d6d9de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	font-weight: bold;
	color: #088C8E;
	width: 152px;
	padding: 3px;
}
input.formInput:hover {
	border: 1px solid #FBA953;
}
form #submit {
	margin-top: 7px;
	margin-bottom: 0px;
	color: #333;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 100%;
}
form #submit:hover {
	color: #00070F;
}


form h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	display: block;
	font-size: 22px;

}
form h3 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #333;

}
form h4 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;
}


.formBreak {
	display: block;
	height: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}
select.selectInput {
	border: 1px solid #d6d9de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	font-weight: bold;
	color: #088C8E;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	width: 159px;
}
select.selectInput:hover {
	border: 1px solid #FBA953;
}
textarea.message {
	border: 1px solid #d6d9de;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	font-weight: bold;
	color: #088C8E;
	padding: 3px;
	width: 159px;
}
textarea.message:hover {
	border: 1px solid #FBA953;
}
