.import-form {
	margin: 0 auto;
	padding: 14px;
}

.import-form h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
}

.import-form p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 20px;
	border-bottom: 1px solid #B9DFB9;
	padding-bottom: 10px;
}

.import-form label {
	display: block;
	font-weight: bold;
	text-align: right;
	width: 150px;
	float: left;
}

.import-form label .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 150px;
}

.import-form .field {
	font-size: 12px;
	border: 1px solid #B9DFB9;
	width: 320px;
	margin: 2px 0 10px 20px;
}

.import-form button {
	margin: 0 auto;
	padding: 3px;
	width: 150px;
}

.import-form .field-info {
	margin-left: -22px;
	float: left;
	margin-top: 7px;
}

.ext-webkit .x-small-editor .x-form-text {
	font: normal 11px arial, tahoma, helvetica, sans-serif !important;
}

.ext-webkit .x-small-editor .x-form-field {
}

.x-action-col-icon {
	padding-right: 5px;
}

.x-grid3-row-body {
	padding: 0 5px;
}

#requests ol {
	margin-left: 20px;
}

.enabled {
	background-color: transparent;
}

.disabled {
	display: none;
}

.harvested {
	color: #999;
}

.backtolist {
	background: url('../images/arrow_left.png') no-repeat 0 0 !important;
}

#mon h2 {
	margin: 10px 0 10px 0;
	font-size: 1.6em;
}

.formText .x-plain-body {
	padding: 5px;
}

.text-right {
	text-align: right;
}

.exportXLS {
	background: url('../images/table-excel.png') no-repeat 0 0 !important;
}

.leftarrow {
	background-image: url(../images/arrow_large_left.png) !important;
}

.center {
	margin: 0 auto;
}

#mon-report-form {
	margin-top: 20px;
}

.mon-item-ok {
	width: 16px;
	height: 16px;
	background: url('../images/accept.png') no-repeat 0 0 !important;
	float: left;
	margin-right: 5px;
}