/************************************************************************************
*
* Remodal
*
/************************************************************************************/
.remodal {
	background-color: #cccccc;
	border: 20px solid #F7E56F;
	border-radius: 5px;
	padding: 10px;
	color: #000000;
}
.remodal h2 {
	color: #000000;
}
.remodal button.btn {
	background-color: #cccccc;
	color: #000000;
}
.remodal button.btn:hover {
	opacity: 0.8;
}
.remodal button.remodal-close,
.remodal button.remodal-close:hover {
	background: none;
	color: #000000;
}
.remodal button.remodal-close:hover {
	opacity: 0.5;
}
.remodal .modal-form label {
	text-align: left;
	display: block;
	margin-top: 5px;

}
.remodal .modal-form input[type="text"],
.remodal .modal-form input[type="number"],
.remodal .modal-form input[type="email"] {
	width: 100%;
}