﻿/* forms */
ol.forms { float: left; list-style: none; width: 100%; }
ol.forms li {
	clear: both;
	float: left;
	margin: 0 0 10px;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	margin: 4px 10px 0 0;
	width: 90px;
	text-align:right;
}

ol.forms input[type=text], ol.forms textarea {
	font: inherit;
	padding: 2px;
	width: 300px;
}

ol.forms textarea { height: 150px; }
ol.forms li.grouping label { margin: 0; width: auto; }
ol.forms li.grouping { margin-bottom: 0; }
ol.forms li.grouping ul { list-style: none; margin-left: 134px; }
ol.forms li.grouping ul label {
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	width: auto;
}
ol.forms li.grouping ul input { width: auto; }
ol.forms li.buttons { float: none; margin-left: 160px; width: auto; }
ol.forms li.buttons input { width: 80px;}