body {
	background-color:#E6E6E6;
	margin:10px;
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#000;
}
#frame {
	width:330px;
	height:450px;
}
#formframe {
	width:290px;
	height:390px;
	text-align:justify;
}
input {
	float:right;
}
select {
	float:right;
}
.formline {
	width:290px;
	height:20px;
	margin-bottom:5px;
}
.formarea {
	width:290px;
	height:38px;
	margin-bottom:5px;
}
.text {
	width:142px;
	height:18px;
	background-color:#ffffff;
	border:1px solid;
}
.textarea {
	float:right;
	width:142px;
	height:36px;
	background-color:#ffffff;
	border:1px solid;
}
.heading {
	font-family:Arial;
	font-size:13px;
	padding:0 0 10px 0;
	font-weight:bold;
	color:#000000;
}
