/* Forms
*******************************************************/
fieldset {
	border: 0;
	margin: 0 12px 1em 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}
form ul {
	list-style: none;
}
fieldset h2,
fieldset h3,
fieldset h4 {
	margin: 15px 0 !important;
}

.typography label {
	width: 15em;
}

.typography .middleColumn {
	margin-left: 15em;
}

.typography .nolabel .middleColumn {
	margin-left: 0;
}

.typography ul li {
	/* list-style: none; */
}

.typography ul li label {
	display: inline;
}

.typography .Actions {
	margin: 0 12px 1em 12px;
}

div.tab .field .middleColumn {
	clear: none !important;
	margin: 0 !important;
	width: auto;
}

input.text, .calendardate input, .simpleimage input, textarea, select {
	padding: 4px;
	background-color: #eee;
	color: #333;
	border: 0;
}
input.text {
	height: 1.4em;
}


select {
	width: auto;
	height: auto;
}

input.action {
	background: #fff;
	color: #333;
	border: 1px solid #000;
	padding: 6px;
	font-weight: bold;
}
#SearchForm_BestPracticesSearchForm_action_results {
	background: #FE0000;
	color: #fff;
	border: 0;
	padding: 5px;
	font-weight: bold;
position: relative;
bottom: 25px;
left: 135px;
}
#Form_PostBestPracticeForm_action_doPost {
width: 150px;
}

input:focus span, textarea:focus span {
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}

