@charset "utf-8";
#subForm {
	border:1px dashed #CCC;
	font-size:12px;
	padding:10px 15px 0 15px;
	margin-bottom:10px;
}
#subForm img {
	border:1px solid #CCC;
}
#subForm ul {
	margin:0;
	padding:0;
}
#subForm ul li {
	list-style:none;
	margin-bottom:10px;
	text-align:left;
	clear:both;
}
#subForm p.fieldNote {
	margin:0 0 0 267px;
	font-style:italic;
}
#subForm ul li.cNote {
	text-align:center;
	font-weight:bold;
}
#subForm ul li label {
	width:260px;
	float:left;
	text-align:right;
	margin-right:7px;
}
#subForm ul li textarea {
	width:280px;
	height:140px;
}
#subForm ul li input[type=text] {
	width:260px;
}
#subForm ul li input[type=file] {
	width:240px;
}
#subForm ul li input.captcha {
	width:100px;
}
