#c_form table {
	width: 420px;
	color: #666;
	border: none;
}
#c_form th {
	width: 120px;
	text-align: right;
}
#c_form td {
	padding: 7px;
	width: 300px;
}
#c_form td input,
#c_form textarea {
	border: 1px solid #aaa;
}
#c_form input#name,
#c_form input#mail,
#c_form textarea#txt {
	width: 300px;
}
#c_form textarea#txt {
	height: 150px;
	font-size: 12px;
}
#c_form input.num {
	width: 70px;
}
#c_form .btn {
	text-align: center;
	_padding-left: 40px;
}
#c_form .btn input{
}
.banner {margin-left: 10px;}
.number {margin-left: 80px;}