/*
	JXTC Popups

 Copyright (C)  2009  Monev Software LLC

 All Rights Reserved.

 THIS PROGRAM IS NOT FREE SOFTWARE

 You shall not modify, copy, duplicate, reproduce, sell, license or
 sublicense the Software, or transfer or convey the Software or
 any right in the Software to anyone else without the prior
 written consent of Monev Software LLC; provided that Licensee may make
 one copy of the Software for backup or archival purposes.

 Monev Software LLC
 www.joomlaxtc.com
*/

.jxtcpopup{
  position:absolute;
  float:left;
  top:0;
  left:0;
  margin:0px auto 0px auto;
  padding:5px;
  z-index:99999;
  border:8px solid #d1d1d1;
  background: #d1d1d1;
}

.jxtcinner{
  width:620px;
}

.jxtcpopupclose{
  position:absolute;
  margin:0;
  padding:4px 6px 0px 6px;
  font-size:14px;
  font-weight:bold;  
  color:#FFFFFF;
  top:-25px;
  right:60px;
  cursor:pointer;
  background: #d1d1d1;
}

.jxtcpopupdrag{
  position:absolute;
  margin:0;
  padding:4px 6px 0px 6px;
  font-size:14px;  
  color:#FFFFFF;
  top:-25px;
  right:0px;
  cursor:pointer;
  background: #d1d1d1;
}
