@CHARSET "UTF-8";

#validation_tooltip {
    display: none;
    position: fixed;
    background-color: red;
    border: 1px solid #C00000;
    padding: 5px;
    padding-left: 30px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    z-index: 10000;
	background-image: url('../../images/base/error16.png');
	background-repeat: no-repeat;
	background-position: 5px 4px;
}

.error_text {
    display: none;
}

.error_border {
	border: 2px solid red !important;
}


#notification_overlay {
	cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
    z-index: 10001;
	display: none;
    opacity: 0.5;
    filter: alpha(opacity = 50);
	background-color: white;
}

#notification_window_error {
	background-image: url('../../images/base/error.png');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	cursor: pointer;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
    width: 200px;
    height: 45px;
    z-index: 10002;
    background-color: red;
    border: 1px solid #C00000;
    padding: 15px;
	padding-left: 70px;
    color: white;
	display: none;
    font-weight: bolder;
	font-size: 14px;
}

