.loading-box {
   height:70px;
   text-align: center;
   background: #FFFFFF url('/img/load.gif') center no-repeat;
}

.popupbox {
    	/*width:355px; /* Popup width specified here */
        display: none;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
        border-spacing=0;
        padding: 0 0 0 0;
        margin-top: 10;
        margin-left: 10;
}

.popuptable {
        display: none;
	z-index: 99999;
}

.waittable {
        display: none;
	z-index: 99999;
}

.form_but{
	width:90px;
	height:32px;
	background:url(/img/popup_but1.gif) no-repeat;
	border:0;
	cursor:pointer;
	font-size:19px;
        color: #666;
}


#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: absolute; left: 0; top: 0;
	/*width: 100%; height: 100%;*/
	opacity: 0.5;
	z-index: 9999;
}

#popuptext p{
   color: #666;
   font-size: 16px;
   font-family: Tahoma, sans-serif;
   padding-left:7px;
   padding-bottom:7px;
   padding-right:7px;
   padding-top:0;   
}

#close_btn{
   padding: 0; 	
   display: block;  
   text-indent: -9999px;  
   background-image: url(/img/popup_close.gif);  
   background-repeat: no-repeat;  
   width: 51;  
   height: 32px;
   cursor:pointer;
}

#close_cross{
   padding: 0; 	
   display: block;	 
   text-indent: -9998px;  
   background-image: url(/img/popup_cross.png);  
   background-repeat: no-repeat;  
   width: 12px;  
   height: 21px;
   cursor:pointer;
}


#popup_sect_22{
	background-color:#fff;
}


#popup_sect_12 img {
   position: relative;
   height:21px;
   padding:0;
   margin:0;
   top: 10px;
   left: 10px; 
}
	
#ofrateform {
   display: none;  
}

