
        #ifa_dlg {
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;         
        }

        #ifa_dlg_ovl {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #CCCCCC;
          /* Both ways needed for setting opacity as IE is different */
          opacity:0.6;
          filter:alpha(opacity=60);
        }

        #ifa_dlg_layer {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          /* Both ways needed for setting opacity as IE is different */
          opacity:1;
          filter:alpha(opacity=100);
        }

        #ifa_dlg_border {
          position: absolute;
          top: 25%;
          left: 33%;
          width: 33%;
          background-color: #EEEEEE;
          border-color: blue;
          border-style: outset;
          border-width: 0.25em 0.25em 0.25em 0.25em;
          font-family: arial;
/*          font-size: 0.9em; */
          text-align: center;
        }

        #ifa_dlg_cpt {
          background-color: blue;
          color: white;
          text-align: left;
          font-weight: bold;
          line-height: 1.5em;
          white-space: nowrap;
          overflow: hidden;
        }

        #ifa_dlg_x {
          background-color: red;
          float: right;
          position: absolute;
          top: 0.1em;
          right: 0.1em;
          border: 1px solid black;
          line-height: 1em;
          top: 0.15em;
          right: 0.15em;
        }

        #ifa_dlg_x a {
          text-decoration: none;
          color: yellow;
        }

        #ifa_dlg_box {
          background-color: #EEEEEE;
          font-family: arial;
          font-size: 0.9em;
          padding: 1em;
          text-align: center;
        }

        #ifa_dlg_txt {
          margin: 1em;
        }

        .ifa_dlg_btn {
          margin: 0.5em;
          padding: 0 0.2em;
        }
        
        #ifa_prompt_day, #ifa_prompt_month {
          width: 2em;
        }
        
        #ifa_prompt_year {
          width: 4em;
        }


