
#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
	z-index: 90;
}

.invalid {
	border: #BE4C54 solid 2px;
}
