/* some form styles */

fieldset {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
	border: 1px solid #bfbab0;
	background-color: #f2efe9;
	position: relative;
}

fieldset.downplayed {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
	position: static;
}

legend {
	padding: 0;
	font-weight: bold;
	font-size: 125%;
}

legend span {
	position: absolute;
	margin-top: 0.5em;
	left: 0.74em;
	top: 0;
}

fieldset .fieldset_inner {
	padding: 2em 1em 0 1em;
	margin: 1em 0;
}


fieldset ol, ol.fields, .fields {
	list-style: none;
	margin: 0;
	padding: 0;
}

.fields li {
	padding-bottom: 0.5em;
}

fieldset.actions, .actions {
	border: none;
	background-color: transparent;
	text-align: center;
	margin: 1em 0;
}

fieldset .actions {
	margin-bottom: 1em;
}

label {
	display: block;
	font-weight: bold;
}


input.text, textarea {
	font-family: Arial, 'DejaVu Sans', Tahoma, sans-serif;
	font-size: 1.2em;
	color: #666;
	border: 1px inset #707070;
	width: 21em;
	padding: 2px;
}

textarea {
	height: 3em;
}

textarea.tall {
	height: 9em;
}

input.text:focus, textarea:focus {
	color: #000;
	border: 1px inset #900;
	background: #ffd;
}




.choices fieldset {
	border: none;
	margin-top: 0;
}

.choices legend {
	font-size: 1em;
	color: #000;
}

.choices legend span {
	left: 0;
	margin: 0;
}

.choices ol {
	margin: 0;
	padding: 0;
	padding-top: 1.25em;
}

.choices li {
	padding-bottom: 0;
}

.choices label {
	display: inline;
}


.field p {
	font-weight: normal;
}



.qty input.text {
	width: 3em;
	font-weight: bold;
	text-align: center;
	font-size: 130%;
}


.two_cols .col1, .two_cols .col2 {
	float: left;
	width: 49%;
}


.field_help {
	font-weight: normal;
}