.mw_form table {
	margin-top: -2px;
}

.mw_form .loading {
	display: none;
	position: absolute;
	background-image: url('../images/loading.gif');
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

.mw_form table {
	margin-bottom: 0;
}

.mw_form label {
	cursor: pointer;
}

.mw_form label.disabled {
	cursor: default;
}

.mw_input {
	padding: 2px 0;
}

.mw_input input,
.mw_input textarea {
	resize: none;
}

.mw_form textarea {
	height: 20em;
}