@CHARSET "UTF-8";
div.form{
	position: relative;
	width: 347px;
	height: 391px;
	background-image: url("../images/form.jpg");
	background-repeat: no-repeat;
}
input.inputform{
	position: absolute;
	top: 75px;
	left: 115px;
	width: 200px;
	color: black;
	font-size: 14px;
	font-family: Trebuchet MS;
	border: none;
}
#in1{top: 111px;}
#in2{top: 149px;}
#in3{top: 186px;}
.txtarea{
	position: relative;
	top: 225px;
	left: 115px;
	width: 200px;
	height: 105px;
	color: black;
	font-size: 14px;
	font-family: Trebuchet MS;
	overflow: auto;
	border: none;
}
.submit{
	position: absolute;
	width: 140px;
	left: 150px;
	top: 347px;
	height: 30px;
	border: none;
	background: none;
	cursor: pointer;
}
div.label{
	position: absolute;
	top: 75px;
	left: 10px;
	width: 80px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet MS;
	text-align: right;
}
#lbl2{top: 110px;}
#lbl3{top: 148px;}
#lbl4{top: 185px;}
#lbl5{top: 224px;}
.formtitle{
	position: relative;
	width: 320px;
	font-size: 18px;
	color: black;
	font-family: Trebuchet MS;
}
.formtext{
	position: relative;
	width: 310px;
	margin-left: 10px;
	font-size: 16px;
	color: #605d5c;
	font-family: Trebuchet MS;
	margin-top: 20px;
}
.formtext a{
	color: #6eb001;
	text-decoration: underline;
}
.formtext a:hover{
	text-decoration: none;
}
.resultform{
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 18px;
	color: black;
	font-family: Trebuchet MS;
}
.result{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: red;
	font-family: Trebuchet MS;
}
