﻿  .modals { position: fixed; top: 0; left: 0; background-color:White; z-index: 99; opacity: 0.90; filter: alpha(opacity=90); -moz-opacity: 0.8; min-height: 100%; width: 100%; }
   .center{    z-index: 1000;    margin: 200px auto;    padding: 10px;    width: 190px;    background-color: White;    border-radius: 10px;    filter: alpha(opacity=100);    opacity: 1;    -moz-opacity: 1; }
 .text{position:relative;top:6px;font-weight:bolder}