.remodal .remodal-header {
	margin: 1em 0;
}

.remodal .remodal-header p {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

.remodal .remodal-body {
	margin: 1em 0;
}

.remodal .remodal-body form table {
	width: 100%;
}

.remodal .remodal-body form table input,
.remodal .remodal-body form table select {
	width: 100%;
	padding: 4px 0 4px 4px;
}

.remodal .remodal-body form table input[readonly],
.remodal .remodal-body form table select[readonly] {
	background-color: #cccccc;
}

.remodal .remodal-footer {
	margin: 1em 0;
}