
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#backgroundPopup1 { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -110px;
    position: fixed;
    top: 20%;
    width: 210px;
    z-index: 2;
}
div.loader
{
    background: transparent url('img/loading.gif') no-repeat scroll 0 0;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.loader1
{
    background: transparent url('img/loading.gif') no-repeat scroll center center;
    height: 40px;
    width: auto;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 40%;
    position: absolute;
    margin-left: -10px;
    background-color: #ccc;
    border: 1px solid #357D8B;
    padding:30px 5px 0px 5px;
    color:#357D8B;
}
div.close {
    background: url("img/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}

.tbl td
{
 padding:5px;   
}

.tbl td .txt { width:170px; border:none; float:left; margin:0 15px 0 0; background:url(img/textBox_bg.jpg) 0 0 no-repeat; font-family:"Calibri", Arial, Verdana, sans-serif; font-size:14px; color:#333; padding:7px 5px; }
.tbl td .btn { width:70px; height:30px; text-align:center; padding:6px 0; border:none; background:url(img/login_button.jpg) 0 0 no-repeat; font-family:"Calibri", Arial, Verdana, sans-serif; font-size:14px; color:#fff; background:url(img/login_button.png) left top no-repeat; cursor:pointer; }
.tbl td .btn:hover { background:url(img/login_button.png) left bottom no-repeat; }
.tbl td .error { font-size:14px; font-weight:bold; color:#FF0000; display:block; line-height:25px; }
