
div#popup
   {
   width:               100%;
   height:              100%;
   display:             none;
   position:            absolute;
   top:                 0;
   left:                0;
   z-index:             1000;
   }


div#popup_frame
   {
   border-width:        2;
   border-color:        #0092d0;
   border-style:        solid;
   padding:             20px;
   background-color:    #ffffff;
   width:               600;
   }

div#popup_title
	{
	font-family:		Verdana;
	font-size:			16px;
    font-weight:        bold;
    color:              #000000;
	text-align:         left;
    margin-bottom:      20;
    color:              #0092d0;
    }

div#popup_copy
	{
    font-family:		Verdana;
	font-size:			12px;
    color:              #000000;
	text-align:         left;
    }

div#popup_close
	{
	font-family:		Verdana;
	font-size:			12px;
    color:              #000000;
	text-align:         right;
    margin-top:         20;
    }
