#thePopupForm {
   display:none;
   position:fixed;
   top:120px;
   left:360px;
   width:500px;
   height:386px;
   background-color:#f8f8fc;
   margin:0px;
   padding:0px;
   border:1px solid #3b80c2;
   z-index:999;
}
#thePopupForm  div.header {
   position:relative;
   top:0px;
   left:0px;
   width:500px;
   height:24px;
   margin:0px;
   padding:0px;
   background-color:#3b80c2;
   cursor:move;
}
#thePopupForm  div.closer {
   position:absolute;
   top:0px;
   right:0px;
   width:24px;
   height:24px;
   margin:0px;
   padding:0px;
}
#thePopupForm  div.content {
   padding:10px 4px 10px 4px;
   border-top:1px solid #c8c8c8;
}