/* CSS Document */
#CetelemPopupContainer
{
  position: relative;
}


#CetelemPopupBg
{
  position: absolute;
  top: 10px;
  left: 200px;
  width: 300px;
  height: 200px;
  background: gray;  
}

#CetelemPopup
{
  position: absolute;
  left: 190px;  
  width: 300px;
  height: 200px;
  border: 1px solid #333;  
  background: #ddd;
}

#CetelemPopupIn
{
  padding: 10px;
  text-align: center;
}

#CetelemPopup input
{
  margin: 65px 0 0 0;
}

#CetelemPopupClose
{
  float: right;
  padding: 2px 6px;
  background: #888;
  border: 1px solid #333;
  color: white;
  cursor: pointer;
}
