@charset "utf-8";
/*form*/
form table{
	font-size:14px;
	line-height:18px;
	width:100%;
	background:#fff;
	border:6px solid #ccc;
}
form table th,
form table td{
	padding:6px 16px;
	border-bottom:1px dashed #ccc;
	vertical-align:middle;
}
form table td{
	font-size:12px;
}
form table td input,
form table td textarea{
	padding:2px;
	margin:4px;
	background:#f2f2f2;
	border:1px solid #ccc;
}
form table td select{
	padding:2px;
	background:#fff;
	border:1px solid #ccc;
}
form table tfoot th{
	text-align:center;
	padding:30px 0;
	background:#f2f2f2;
}
form table tfoot th input[type="submit"],
form table tfoot th input[type="reset"],
form table tfoot th input[type="button"]{
	border:1px solid #ccc;
	background:#3366cc;
	color:#fff;
	padding:4px 10px;
	text-align:center;
	font-size:14px;
	margin:0 10px;
	cursor:pointer;
}
form table td input[type="radio"],
form table td input[type="checkbox"]{
	border:none;
	background:#fff;
	padding:10px;
	vertical-align:middle;  
	line-height:1.4;  
}
form table td input.short{
	width:100px;
}
form table td input.middle{
	width:200px;
}
form table td input.long{
	width:400px;
}
form table td textarea.long{
	width:400px;
	height:200px;
}
form span{
	color:#0071be;
}