/*  
  Blue Popup Skin
  Author: Tj Holowaychuk
  Link: http://vision-media.ca
*/ 
/*#popups-overlay {
  background: #FFFFFF;
  opacity:0.9;
 
}
*/.popups-box {
/*  padding-left: 25px;
  padding-right: 25px;*/
  margin-left:100px;
  top: 50px;
  width: 90%;
  height:95%;
  border: none; 
  background:#fff;
  /*overflow: visible;*/
  z-index:1000;
   position: absolute; 
 /* z-index: 9; */ 

	
}       
.popups-title {
  position: absolute;
   top: -50px;
  left: -11px;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 100%;
font-size:0px;
 /* line-height: 75px; Chanaka commented*/
 /*  background: #666; url(images/sprites.png) 0 0 repeat-x;*/
}
 /*.title {
display:none;/*
  text-indent: 25px;
  text-shadow: #fff 1px 1px 1px;
  color: #437acf;
}*/
.popups-title .title {
  text-indent: 25px;
  text-shadow: #fff 1px 1px 1px;
  color: #437acf;
}


.popupsss-title .popups-close a { cursor: pointer;background-position: -32px -126px; margin:5px 10px 8px 55px;float: left; display:block;background:  url(http://beta.congenie.org/sites/all/themes/admire_grunge/cookies/hi-cookie-sprite.png) no-repeat 0 -126px;width:32px;height:32px;text-indent:-100000px}



.popups-title .popups-close a {

	position: absolute;
top: 40px;
right: -26px;
display: block;
width: 32px;
height: 32px;
text-indent: -9999999px;
z-index: 2000;
outline: none;

cursor: pointer;
background:  url(close_button.png) no-repeat;

	
	
 /* position: absolute;
  top: 4px;
  right: 7px;
  display: block;
  width: 48px;
  height: 48px;
  text-indent: -9999999px;
  z-index:2000;
  outline: none;
  cursor: pointer;
  background: transparent url(images/sprites.png) -577px -18px no-repeat;   */
}
.popups-title .popups-close a:hover {
 /* background-position: -577px -52px;*/
  background:  url(close_button.png) no-repeat;
}
.popups-title .popups-close a:active {
/*  background-position: -577px -35px;   */
  background:  url(close_button.png) no-repeat;
}    
.popups-body {
  padding: 0 25px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; 
}  
.popups-footer {
  position: absolute;
  bottom: -40px;
  left: -11px;
  width: 100%;
  height: 40px;
  opacity:0.0;
  background: #666; /* transparent url(images/sprites.png) 0 -110px no-repeat; */
}


