input[type=text].readonly,
input[type=radio].readonly,
input[type=checkbox].readonly,
select.readonly,
textarea.readonly{
	background: #CCC;
	border: solid 1px #898989;
}

.ejsFormOnError{
	border: solid 1px red !important;
}

.ejs_ajax_loader{
	background: white;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;

	z-index: 10500;

	opacity: 0.6;
	filter: alpha(opacity=60);
}

.ejs_ajax_loader.custom2{
	width: auto;
	height: auto;

	padding: 10px;
	bottom: 0;
	left: 0;
	margin: 20px;
}
