#order-form {
	Width: 30em;
	Overflow: visible;
}

#order-form table {
	Text-align: left;
	Width: 30em;
}

#order-form th {
	Text-align: right;
	Width: 10em;
}

#order-form td input {
	Width: 20em;
}

#order-form td textarea {
	Width: 20em;
	Height: 3em;
}

#order-form label input {
	Width: auto;
}

#order-form fieldset {
	Border: 1px solid #3586C8;
	Margin-bottom: 1em;
}
