/* @group userForm */
.userForm {
	position: relative;
}
.userForm .leftUpperCorner, .userForm .leftLowerCorner, .userForm .rightUpperCorner, .userForm .rightLowerCorner {
	background-image: url(/_img/corners/wrapper.png);
	background-repeat: no-repeat;
	height: 9px;
	position: absolute;
	width: 9px;
}
.userForm .leftUpperCorner {
	background-position: 0 0;
	left: 0;
	top: 0;
}
.userForm .leftLowerCorner {
	background-position: 0 -9px;
	left: 0;
	bottom: 0;
}
.userForm .rightUpperCorner {
	background-position: -9px 0;
	right: 0;
	top: 0;
}
.userForm .rightLowerCorner {
	background-position: -9px -9px;
	bottom: 0;
	right: 0;
}
.userForm .formContent, .reportMessage .message {
	border: 1px solid #dce5ed;
	padding: 10px;
}
.userForm .info {
	color: #6f808b;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 10px;
}
.reportMessage .info {
	color: #6f808b;
	float: none;
	font-size: 12px;
	line-height: 14px;
}
.userForm fieldset {
	padding: 5px;
}
.userForm .mandatoryFields {
	background: #f0fae4;
}
.userForm .mandatoryFields.midasContacts {
	background: #DDE4EA;
}
.userForm .mandatoryFields.midas {
	background: #FFEEEA;
}
.userForm legend {
	display: none;
}
.userForm li {
	display: inline;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}
.userForm li.empty {
	height: 57px;
}
.userForm .cLeft {
	clear: left;
}
.userForm .w5 {
	width: 5%;
}
.userForm .w17 {
	width: 17%;
}
.userForm .w22 {
	width: 22%;
}
.userForm .w25 {
	width: 25%;
}
.userForm .w30 {
	width: 30%;
}
.userForm .w33 {
	width: 33%;
}
.userForm .w35 {
	width: 35%;
}
.userForm .w38 {
	width: 38%;
}
.userForm .w41 {
	width: 41%;
}
.userForm .w45 {
	width: 45%;
}
.userForm .w50 {
	width: 50%;
}
.userForm .w66 {
	width: 66%;
}
.userForm .w75 {
	width: 75%;
}
.userForm .w100 {
	width: 100%;
}
.userForm p {
	margin: 0 17px 0 5px;
	padding: 0 0 9px;
}
.userForm p.select, .userForm p.multiple {
	margin-right: 5px;
}
.userForm p.multiple input {
	width: 46%;
}
.userForm p.multiple select {
	width: 47%;
}
.userForm p.submit {
	float: right;
	margin-top: 18px;
}
.userForm p.checkbox {
	padding: 0;
}
.userForm p label {
	color: #6b7c87;
	display: block;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 2px;
}
.userForm .label {
	color: #709F36 !important;
	font-size: 10px !important;
}
.userForm p .mandatory {
	color: #2f3a42;
	font-size: 12px;
	font-weight: bold;
}
.userForm p input, .userForm p textarea, .userForm p select  {
	border: 1px solid #dce5ed;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 14px;
	padding: 5px;
	width: 100%;
}
.userForm p select.days {
	overflow: hidden;
	width: 32%;
}
.userForm p select.months {
	overflow: hidden;
	width: 32%;
}
.userForm p select.years {
	overflow: hidden;
	width: 31%;
}
.userForm p input:focus, .userForm p textarea:focus, .userForm p select:focus {
	border: 1px solid #a1bed4;
}
.userForm p textarea {
	height: 150px;
}
.userForm p.checkbox label {
	line-height: 21px;
}
.userForm p.checkbox input {
	float: left;
	width: auto;
	border: none;
}
.userForm p .legend {
	color: #87c040;
	display: block;
	font-size: 11px;
	font-style: italic;
	margin: 2px 0 0;
}
.userForm p #searchBtn {
	background-position: 0 -72px;
	float: left;
	height: 21px;
	margin-top: 21px;
	width: 21px;
}
.userForm p.warning {
	clear: left !important;
	color: #6B7C87 !important;
	float: right !important;
	font-size: 10px !important;
}
.userForm .actions {
	padding-top: 5px;
}
.userForm .actions p {
	clear: left;
	margin: 5px 10px 0 0;
}
.userForm .actions p a {
	float: right;
}
/* @end */

