.uniForm
{
	background: #EFF3E2;
	color: #000000;
}
.uniForm fieldset h3
{
	background: #187193;
	border-radius: 4px;
	color: #FFFFFF;
	khtml-border-radius: 4px;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	webkit-border-radius: 4px;
}
.uniForm legend
{
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 0;
}
.uniForm .ctrlHolder.focused label
{
	color: #FFFFFF;
}
.uniForm .ctrlHolder.focused.error label
{
	color: #000000;
}
.uniForm .ctrlHolder
{
	border-bottom: 1px solid #232323;
	padding: 1em;
}
.uniForm .ctrlHolder.focused
{
	background: #96B343;
}
.uniForm .buttonHolder
{
	background: #187193;
	border-radius: 4px;
	color: #ffffff;
	khtml-border-radius: 4px;
	margin: 1.5em 0 0 0;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	padding: 1.5em;
	text-align: right;
	webkit-border-radius: 4px;
}
.uniForm .buttonHolder .primaryAction
{
	background: #59a20e;
	border: 1px solid #232323;
	border-radius: 4px;
	box-shadow: 1px 1px 0 #232323;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	khtml-border-radius: 4px;
	line-height: 1;
	moz-border-radius: 4px;
	moz-box-shadow: 1px 1px 0 #232323;
	o-border-radius: 4px;
	padding: 10px 22px;
	text-shadow: -1px -1px 0 rgba(0,0,0,.25);
	webkit-border-radius: 4px;
	webkit-box-shadow: 1px 1px 0 #232323;
}
.uniForm .buttonHolder .primaryAction:active
{
	position: relative;
	top: 1px;
}
.uniForm .secondaryAction
{
	text-align: left;
}
.uniForm button.secondaryAction
{
	background: transparent;
	border: none;
	color: #FFFFFF;
	margin: 1.25em 0 0 0;
	padding: 0;
}
.uniForm .inlineLabels label em,
 .uniForm .inlineLabels .label em
{
	font-style: normal;
	font-weight: bold;
}
.uniForm label small
{
	color: #777;
	font-size: .75em;
}
.uniForm .textInput,
 .uniForm textarea
{
	background: #FFFFFF;
	border: 1px solid #187193;
	border-radius: 4px;
  color: #000000; 
	khtml-border-radius: 4px;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	padding: 4px 2px;
	webkit-border-radius: 4px;
}
.uniForm textarea
{
	height: 12em;
}
.uniForm .textInput:focused,
 .uniForm textarea:focused
{
	border: 3px solid #187193;
}
.uniForm .ctrlHolder.error textarea,
 .uniForm .ctrlHolder.error .textInput
{
	border: 1px solid #c20f2e;
}
.uniForm .ctrlHolder.focused.error textarea,
 .uniForm .ctrlHolder.focused.error .textInput
{
	border: 3px solid #c20f2e;
}
.uniForm .ctrlHolder.focused textarea,
 .uniForm .ctrlHolder.focused .textInput
{
	border: 3px solid #187193;
}
.uniForm .ctrlHolder .textInput:focus,
 .uniForm .ctrlHolder textarea:focus
{
	outline: none;
}
.uniForm .formHint
{
	color: #777;
	font-size: .85em;
}
.uniForm .inlineLabels .formHint
{
	padding-top: .5em;
}
.uniForm .ctrlHolder.focused .formHint
{
	color: #fff;
}
.uniForm #errorMsg
{
	background: #c20f2e;
	border: 1px solid #232323;
	border-radius: 4px;
	color: #fff;
	khtml-border-radius: 4px;
	margin: 0 0 1.5em 0;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	padding: 0 1.5em;
	webkit-border-radius: 4px;
}
.uniForm #errorMsg ol
{
	margin: 0 0 1.5em 0;
	padding: 0;
}
.uniForm #errorMsg ol li
{
	background: #a20d27;
	border-radius: 4px;
	font-size: .85em;
	khtml-border-radius: 4px;
	margin: 0 0 3px 1.5em;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	padding: 7px;
	position: relative;
	webkit-border-radius: 4px;
}
.uniForm .ctrlHolder.error,
 .uniForm .ctrlHolder.focused.error
{
	background: #FFDFDF;
	border: 1px solid #c20f2e;
	border-radius: 4px;
	color: #000000;
	khtml-border-radius: 4px;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	webkit-border-radius: 4px;
}
.uniForm .ctrlHolder.error input.error,
 .uniForm .ctrlHolder.error select.error,
 .uniForm .ctrlHolder.error textarea.error
{
	background: #ffbfbf;
	color: #af4c4c;
	margin: 0 0 6px 0;
	padding: 4px;
}
.uniForm .ctrlHolder.error .formHint
{
	color: #000000;
}
.uniForm #okMsg
{
	background: #59a20e;
	border: 1px solid #232323;
	border-radius: 4px;
	color: #fff;
	khtml-border-radius: 4px;
	margin: 0 0 1.5em 0;
	moz-border-radius: 4px;
	o-border-radius: 4px;
	padding: 0 1.5em;
	text-align: center;
	webkit-border-radius: 4px;
}
.uniForm #OKMsg p
{
	margin: 0;
}
.uniForm .col
{
	margin-bottom: 1.5em;
}
.uniForm .col.first
{
	clear: none;
	float: left;
	width: 49%;
}
.uniForm .col.last
{
	clear: none;
	float: right;
	margin-right: 0;
	width: 49%;
}
