/**
 *
 * jQuery plugin: Popup 1.0
 *
 * Copyright (c) 2008 Yves Bresson
 * www.ybresson.com
 *
 * Default styles
 *
 */

#popup {
  display: none;
  position: fixed;
  width: auto;
  _position: absolute; /* hack for internet explorer 6 */  
  z-index: 20;  
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000; 
  z-index: 10;
}

#popup_title {
  font-weight: bold;
  color: #484848;
  background: #e6e6e6;
  font-size: 11px;
  padding: 0px 20px;
  line-height: 30px;
}

#popup_close {
  width: 18px;
  height: 18px;
  background: url(../img/tpl/logout.gif);
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
}

#popup_continue {
  width: 45px;
  height: 45px;
  background: url(../img/tpl/continue.gif);
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

#popup .img_center
{
	padding:  0px;
	width: 800px;
	height: 600px;
}

#popup .img_center td {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	height: 100%;
}
#popup_message {
  padding: 20px;
  background: #ffffff;
  font-size: 11px;
  /*min-height: 120px;*/
}

#popup .footer_left {
	width: 10px;
	height: 10px;
	background: url(../img/tpl/popup_bottom_left.gif);			
}

#popup .footer_bottom {
	height: 10px;
	background: url(../img/tpl/popup_bottom.gif) repeat-x;			
}

#popup .footer_right {
	width: 10px;
	height: 10px;
	background: url(../img/tpl/popup_bottom_right.gif);			
}