#parent_popup 
{
  background: #5e5e5e;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
#popup 
{
  color: #000000;	
  background: #ffffff;
  height: 230px;
  width: 680px;
  padding: 20px;
  position: fixed;
  top: 25%;
  left: 30%;
  z-index: 100;
}
p
{
	margin: 0px;
}