﻿body
        {
            margin: 0;
            padding: 0;
            font-family: Arial;
        }
        .modal1
        {
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 999999;
        opacity: 0.8;
        filter: alpha(opacity=90);
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
        }
      .center {
    z-index: 999999;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color:black;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
        .center img {
            height: 100%;
            width: 100%;
        }
     
       
  
