#order_form {
	margin-left: 20px;
}

label {
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	font-weight: bold;
}
.submit input {
	margin-left: 4.5em;
}
input {
	color: #7C7BA3;
	background: #EBF0D9;
	border: 1px solid #739669
}

textarea {
	color: #7C7BA3;
	background: #EBF0D9;
	border: 1px solid #739669
}

.submit input {
	color: #7C7BA3;
	font-weight: bold;
    font-size: 15px;
	padding: 4px;
	background-image: url(../im/legendbk.jpg);
	background-repeat: repeat-x;
	border: 1px outset #739669
}
fieldset {
	border: 1px solid #739669;
	width: 35em
}
legend {
	font-weight: bold;
    font-size: 18px;
	color: #7C7BA3;
	border: 1px solid #739669;
	padding: 5px;
	background-image: url(../im/legendbk.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	margin-left: 8px;
}
