label.error {
	color: red;
}

.box-wait {
	padding-top: 30px;	
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,0.8);
	height: 100%;
	z-index: 99999;
}