.custom-button {
	background: #639011 !important;
	font-weight: 600;
}

.custom-button,
.custom-button:HOVER,
.custom-button:ACTIVE,
.custom-button:FOCUS,
.custom-button:ACTIVE:FOCUS {
	color:#FFFFFF;
	border-radius:10px;
	width: 210px;
}

.custom-button:HOVER,
.custom-button:ACTIVE,
.custom-button:FOCUS {
	cursor: pointer;
	background:#496268 !important;
}

.custom-label {
	font-weight: 300;
}

.custom-label-required {
	color: red;
}


.custom-input-file {
}

.custom-input-file,
.custom-input-textarea,
.custom-input-select-optgroup,
.custom-input-select,
.custom-input-date,
.custom-input-number,
.custom-input-pwd,
.custom-input-text {
	padding: 3px;
}