/* [General] */


#orders-inc #order form {
	padding: 0.5em 0;
}

#orders-inc #order fieldset {
	padding: 0.5em;
	margin: 0.5em auto;
}

#orders-inc #order textarea {vertical-align: top;}

#orders-inc #order #error_message
, #orders-inc #order #success_message {
	display: block;
	margin: 0.6em inherit;
	padding: 0.8em 1ex;
	/*border: solid darkred 1px;*/
	background: #f1e6e5;
	color: #8c4440;
}
#orders-inc #order #success_message {
	background: #e2e8d4;
	color: #485422;
}

#orders-inc #order ul {
	padding-left: 2em;
	list-style: disc outside;
}

#orders-inc #order li {
	padding: 0;
	margin: 0 1em;
}

#orders-inc #order code {
	display: inline;
	font-family: "Courier Final Draft", monospace, serif;
}
#body form input.text
, #body form textarea
, #body form select {
	width: 20em;
}


/* [Order] */

#orders-inc #order dl {
	display: block;
	display: table;
	_display: auto;
}

#orders-inc #order dl p {
	line-height: 1.4em;
	display: table-row;
	_display: block;
}

#orders-inc #order dt {
	width: 10ex;
	text-align: right;
	display: table-cell;
	_display: inline;
	_zoom: 1.0;
}
#orders-inc #order dd {
	/*margin-left: 12ex;*/
	display: table-cell;
	_display: inline;
	_width: 18ex;
}

#orders-inc #order {
    width: 68%;
	float: left;
	height: auto;
}
#orders-inc #order .panel {
	margin-right: 0.5em;
}
#orders-inc #order .paragraphs {
	margin: 0.5em;
}


/* [Methods] */

#orders-inc #methods {
    width: 30%;
	float: right;
	height: auto;
}

#orders-inc #methods .paragraphs {
	margin: 0.5em;
}
