﻿body, input, select {
    font-family: Verdana;
    font-size: 1.0em;
}

.StatusMessage {
    color: Red;
    font-size: 2.0em;
    font-weight: bold;
}


/* Lock Screen-related CSS Classes */
.LockOff {
	visibility: hidden;
	display: none;
	position: absolute;
	top: -100px;
	left: -100px;
}
.LockBackground {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: visible;
	display: block;
	width: 105%;
	height: 105%;
	background-color: #cdcdcd;
	z-index: 999;
	filter: alpha(opacity=35);
	opacity:0.15;
	padding-top: 20%;
}
.LockPane {
	z-index: 1000;
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 25%;
	visibility: visible;
	display: block;
	text-align: center;
	width: 100%;
}
.LockPane div {
	width: 20%;
	

	background-image:url(../Images/ajax-loader arrow.gif) ;
	background-position:left center ;
	background-repeat:no-repeat;
	color: #fff;
	font-size: large;
	background-color:#cdcdcd;
	padding: 9px;
	margin-left: auto;
	margin-right: auto;
	

}