form.nf
{
	margin:20px;
}
form.nf h2
{
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
	color:#333;
	line-height:200%;
}
form.nf p
{
	margin:10px 0;
	line-height:21px;
}
form.nf .f-label
{
	float:left;
	width:150px;
	margin-right:10px;
	text-align:right;
}
form.nf .f-check
{
	margin-left:160px;
}
form.nf span.hint
{
	display:block;
	margin-left:160px;
	color:#666;
	line-height:150%;
}
form.nf span.warning
{
	color:#c00;
}
form.nf span.hidden
{
	display:none;
}
form.nf span.visible
{
	visibility:hidden;
}
form.nf p.act
{
	margin-left:160px;
}
form.nf p.note
{
	margin-left:160px;
}
form.nf p.act .f-button
{
	padding:2px 15px;
}
form.nf hr
{
	margin:0 120px 0 160px;
}
form.nf .bound
{
	*zoom:1;
}
form.nf .bound:after
{
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	clear:both;
}
form.nf .bound ul
{
	float:left;
}
form.nf .bound li
{
	position:relative;
	width:420px;
	line-height:21px;
}
form.nf .bound li .privacy
{
	position:absolute;
	top:0;
	left:192px;
	*left:197px;
}
form.nf .bound p.edit
{
	clear:both;
	margin:0 0 0 160px;
}
form.nf .bound li .f-check
{
	margin-left:0;
}
form.nf .bound li .f-check input
{
	margin-right:.5em;
}
form.nf .captcha-img
{
	margin:10px 0 0 160px;
}
form.nf .captcha-refresh
{
	margin-left:8px;
}
form.lf
{
	margin-bottom:30px;
}
form.lf p
{
	line-height:24px;
}
form.lf p a
{
	font-size:14px;
}
form.lf .f-text
{
	width:244px;
	height:18px;
	font-size:14px;
	line-height:18px;
}
form.lf .f-check
{
	font-size:14px;
}
form.lf select
{
	height:22px;
	font-size:14px;
}
form.lf .f-label
{
	font-size:14px;
}
form.lf span.hint
{
	font-size:12px;
}
form.lf p.act .f-button,.lb .f-button
{
	height:24px;
	padding:0 20px;
	font-size:14px;
	line-height:20px;
}
form.lf p.act a
{
	font-weight:bold;
}
.lf p.email-tip
{
	position:relative;
}