table.torder{ width: auto; height: auto; }
	table.torder td{ vertical-align: top; }
		table.torder td input{ width: 400px; font-size: 12px; }
		table.torder td textarea{ width: 400px; height: 100px; font-size: 12px; }
	table.torder td.button{ text-align: right; padding: 25px 0px 0px 0px;}
		table.torder td.button input{ width: auto; font-size: 18px; }

table.order-form{ width: 100%; height: auto; }
	table.order-form td{ padding-bottom: 10px; color: #333333; vertical-align: top; }

	table.order-form span.comment{ color: #999999; font-style: italic; }

	table.order-form input{ width: 100%; font: 13px Arial; color: #000000; }
	table.order-form input.file{ width: 100%; }
	table.order-form input.captcha{ width: 125px; }

	table.order-form select{ width: auto; font: 13px Arial; color: #000000; }

	table.order-form textarea{ width: 100%; height: 65px; font: 13px Arial; color: #000000; }
	table.order-form textarea.small{ height: 45px; }
