@charset "utf-8";
/* CSS Document */

.formular {
	height: 250px;
	width: 455px;
	margin: 20px 0px 0px 0px;
	position: absolute;
}
.formularinput1 {
	height: 35px;
	width: 170px;
	margin: 0px 0px 0px 0px;
	position: absolute;
}
.formularinput2 {
	height: 35px;
	width: 170px;
	margin: 42px 0px 0px 0px;
	position: absolute;
}
.formularinput3 {
	height: 35px;
	width: 170px;
	margin: 84px 0px 0px 0px;
	position: absolute;
}
.formularinputtext {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 35px;
	width: 170px;
	text-align: left;
	border: 0px;
	text-indent: 8px;
	background-color: #ebebeb;
	padding: 0;
}


.formulararea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 116px;
	width: 275px;
	margin: 0px 0px 0px 177px;
	text-align: left;
	position: absolute;
	background-color: #ebebeb;
}
.formularareatext {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 116px;
	text-align: left;
	width: 275px;
	overflow: auto;
	max-width: 275px;
	max-height: 190px;
	border: 0px;
	text-indent: 8px;
	line-height: 20px;
	padding: 3px 0px 0px 5px;
	background-color: #ebebeb;
}


.formularbutton {
	height: 40px;
	width: 170px;
	margin: 127px 0px 0px 1px;
	position: absolute;
	padding: 0;
}
.formularbuttontext {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 40px;
	width: 170px;
	text-align: left;
	padding: 0px 0px 8.5px 22px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	background-image: url(../pics/button.png);
	border-width: 0px 0px 0px 0px;
	background-color: #fff;
}
.formularbuttontext:hover {
	opacity: 0.75;
	cursor: pointer;
}

.echomessage {
	top: 50%;
	left: 50%;
	width: 280px;
	height: 50px;
	position: absolute;
	margin-top: -25px;
	margin-left: -140px;
	background-image: url(../pics/echomessage.jpg);
}
.echomessage_not {
	top: 50%;
	left: 50%;
	width: 620px;
	height: 50px;
	position: absolute;
	margin-top: -25px;
	margin-left: -310px;
	background-image: url(../pics/echomessage_not.jpg);
}

a:link {
	border: 0;
	padding: 0;
}
a:hover {
	border: 0;
	padding: 0;
}
