@charset "utf-8";
.formFieldName {
	font-size: 11px;
	color: #8C9091;
	text-align: right;
}

.formfield {
	background: none;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height:17px;
	font-size: 11px;
	color: #333333;	
}
.inputfield {
	background-image: url(../images/form/form_bg01.gif);
	background-repeat: no-repeat;
	padding-left:4px;
	padding-right:4px;
}
.inputfield2 {
	
	padding-left:4px;
	height:64px;
	padding-right:4px;
	
	font-family: Arial, sans-serif;
	
}
#form01{
	padding-top:80px;
	display:none;


}
