/* Forms */
.vocation	{
	margin-left:50px;
}

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 2px;
	padding: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	float:left;
	display: block;
	font-size: 8pt;
	padding-top:4px;
	padding-right: 20px;
	width:150px;
	text-align:right;
	color:#362712;
}
#OrderAddForm{
  width:30%;
  float:left;
  clear:none;
  text-align:left;
  margin-bottom:10px;
}
#OrderQuantity{
  width:50px;
}
.input.checkbox label, textarea label {
	text-align:left;
	width:400px;
}

.input.checkbox input {
	margin-left:40px;
	margin-top:4px;
	background-color:#d6c6a6;
}

div.input.checkbox {
	margin-top:10px;
}

input, textarea, select {
	font-size: 8pt;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	width: 255px;
	background-color:#d6c6a6;
	border:1px solid #a48f74;
}

textarea {
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 350px;
	height:150px;
	float:none;
}

input[type=text] {
	width: 255px;
	height:18px;
}
select {
	clear: both;
	vertical-align: text-bottom;
	height:20px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	margin:5px 15px 15px 130px;
	clear: both;
	color: #900;
	font-weight: bold;
	border:1px solid #ab0e0e;
	background-color:#f7f3e7;
	width:50%;
	padding:8px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 8px;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
