#wait {
	position: fixed;
	background: black url('../img/loading.gif') no-repeat center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	filter: alpha(opacity=50);
	opacity: .5;
}

#preload {
	background: rgba(0, 0, 0, 0.3) url('../img/loading.gif') no-repeat center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 999999;
	filter: alpha(opacity=50);
	opacity: .5;
}

.errors {
	color: #ff0000 !important;
}

input.errors,
textarea.errors,
select.errors {
	border: 1px solid #ff0000 !important;
}

.border-error {
	border: 1px solid #ff0000;
}

.pointer {
	cursor: pointer;
}

.tooltip {
	z-index: 99999;
}