
      .popup {
        border: solid 1px #333;
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 				

        font-size: 12px;
        display: none;
        position: absolute;
        width: 400px;
        opacity : 1.0;
        z-index: 60;
		top:25%;
		left:25%;
		margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
		overflow:show;
		
      }

      .popuptitle {
        background: blue;
        color: white;
        font-weight: bold;
        height: 15px;
        padding: 5px;
      }
     
      .popupbody {
        background: #ddd;
        padding: 5px;
        text-align: center;
      }

      #popup { top:250px;left:250px; }