﻿/*Modal Popup*/
.modalBackground {
	background-color:#888888;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.modalPopup {
	background-color:#ffffff;
	border: solid 2px #a9b6c6;
	padding:0px;
	width:620px;
	min-height:480px;
}

.modalPopupSmall {
	background-color:#ffffff;
	border: solid 2px #a9b6c6;
	padding:0px;
	width:250px;
	min-height:480px;
}
.modalPopuplarg {
	background-color:#ffffff;
	border: solid 2px #a9b6c6;
	padding:0px;
	width:850px;
	min-height:480px;
}

.modalPopupcode {
	background-color:#ffffff;
	border: solid 2px #a9b6c6;
	padding:0px;
	width:730px;
	min-height:520px;
}

#modalBackground
{
    background-color : gray;
    filter : alpha(opacity=70);
    opacity : 0.7;
    position : absolute;
    top : 0px;
    left : 0px;
    z-index: 10003;
}
#animationDialog
{
    z-index: 10004;
    position : absolute;
    border : solid 1px black;
    font-family : Arial;
    font-size : 8pt;
    font-weight : bold;
    line-height : 30px;
    padding: 12px 10px 10px 35px;
    background: #ffffae url(../../Images/loading.gif) no-repeat left center;
}