form.quickform{
	position:relative;
	width:213px;
	margin-left:15px;
	background:#e5e5e7 url(quickform_bg.gif) left bottom no-repeat;
	padding-bottom:10px;
}
form.quickform label{
	color:#656869;
	width:213px;
	display:block;
	text-align:center;
	font:normal 18px "Times New Roman";
	margin-bottom:10px;
}
.text_bg{
	position:relative;
	margin-bottom:10px;
	left:16px;
	padding:0px;
	width:180px;
	height:26px;
	background:url(text_bg.gif) left top no-repeat;
}
.textarea_bg{
	position:relative;
	margin-bottom:10px;
	left:16px;
	padding:0px;
	width:180px;
	height:106px;
	background:url(textarea_bg.gif) left top no-repeat;
}
form.quickform input.txt{
	margin-top:4px;
	margin-left:5px;
	color:#a1a1a2;
	font:normal 14px Tahoma;
	width:170px;
	border:0px;
	background:#f5f5f6;
}
form.quickform textarea{
	margin-top:5px;
	margin-left:5px;
	font:normal 14px Tahoma;
	width:170px;
	height:96px;
	overflow:hidden;
	background:#efeff0;
	border:0px;
	color:#a1a1a2;
}
form.quickform input.btn{
	width:108px;
	height:22px;
	background:url(btn_submit.gif) left top no-repeat;
	color:#fff;
	border:0px;
	margin-left:52px;
	font: bold 12px Tahoma;
	cursor:pointer;
}
