body
{
    margin: 0px;
}
#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}

#modalProgress
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px; left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40); -moz-opacity:0.4; opacity: 0.4;
    width: 100%; height: 100%; background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px; left: 0px;
}
.modalContainer
{
    position: absolute;
    width: 296px;
	left: 25%;
    top: 50%;
    z-index: 750;
}
.modal
{
    background-color: white;
    border: solid 2px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 300px;
    padding: 0px;
}

.progressmodal
{
    background-color: white;
    border: solid 2px black; position: relative;
    top: -150px;
    left: -150px;
    z-index: 1000;
    width: 300px;
    height: 100px;
    padding: 0px;	
}

.modalTop
{
    width: 300px;
    background-color: #a1c5e9;
    padding: 2px;
    /*color: #ffffff;*/
	color: Red;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 0px;
	text-align:center;
}

input.bigcheck {
    height: 30px;
    width: 30px;
}
.fValidator-msg {
	color: #c00;
	font-weight:bold;
	padding: 5px;
	width:200px;
	visibility:visible;
	font-family:"Arial Black";
	font-size: smaller;
}

.errMssg {
	color: #c00;
	font-weight:bold;
	font-family:"Arial Black";
	font-size: smaller;	
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}