@charset "utf-8";
.errorField {
	background-image: url(../img/contact/fieldError.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;
}
.required {
	font-size: 14px;
	color: #FF0000;
}
.inputForm {
	border: 0;
	background-color: transparent;
	height: 25px;
	width: 250px;
}
.backgroundInputForm {
	background-image: url(../images/input.gif);
	margin-top: 5px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 3px;
	padding-left: 5px;
	text-align: left;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* not for IE/Mac \*/

* html textarea {
	background-attachment: fixed;
}
#tip {
	position: absolute;
	top: 227px;
	background-color: #000000;
	z-index: 2;
	width: 234px;
	height: 74px;
	right: 459px;
	background-image: url(../img/contact/tipArrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #92D050;
	font-style: italic;
	font-size: 0.9em;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	visibility: hidden;
}
#fill {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/contact/backRepeat.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#sendForm {
	margin-left: 128px;
	margin-right: 129px;
}
#sendForm label {
	font-size: 0.9em;
	color: #333333;
}
#txt {
	background-image: url(../images/msg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 94px;
	width: 420px;
	padding-top: 5px;
	padding-left: 5px;
	overflow: auto;
	margin-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#fields {
	margin-left: 25px;
}
#footer {
	background-image: url(../img/contact/foot.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 90px;
}
#backButton {
	background-repeat: repeat;
	height: 69px;
	width: 100%;
	padding-top: 30px;
	background-position: left top;
}
#backButton a {
	font-size: 0.9em;
	color: #00ADEF;
	margin-left: 20px;
	position: relative;
	top: -15%;
}
#submit {
	height: 40px;
	width: 123px;
}
#thanks {
	background-repeat: no-repeat;
	background-position: left top;
	font-style: italic;
	text-indent: 100px;
	font-size: 0.9em;
	line-height: 80px;
	color: #000000;
	margin-top: 100px;
	text-align: center;
	float: left;
}
#ok {
	color: #00ADEF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
.bg-blue {
	background-color: #ECF5FC;
}
