/*input.b1 
{  
  height: 70px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  margin:10px ;
  width: 200px;
  padding: .7em 1.5em;
  border: 1px solid rgb(80,32,0);
  outline: none;
  background: rgb(43,44,124) linear-gradient(rgb(52,129,184), rgb(26,87,132) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
  
} */
/*#BtnOk:hover {
  background: rgb(26,87,132) linear-gradient(rgb(43,44,124), rgb(52,129,184) 80%);
}
#BtnOk:active {
  background: rgb(43,44,124) linear-gradient(rgb(52,129,184) 20%, rgb(43,44,124));
  box-shadow:
   0 2px rgb(43,44,124),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  --transform: translate(0, 4px);
}*/
/*h3
{ float:   inherit;
    color:Blue;
      }*/

select {
    font-family: Times New Roman, Times, serif;
    position: relative;
    font-size: 16px;
    color: Blue;
    background:#ffffff;
    text-align: left;

    margin-top: 4px;    
}


    select:hover {
        font-family: Times New Roman, Times, serif;
        color: #777;
        background: #f5f5f5 98% no-repeat;
        text-align: left;
    }

    

div.wrapper {
    position: relative;
    background: red;
    height: 100px;
}

div.currency {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

span {
    color: Black;
    font-family: Times New Roman, Times, serif;
    font-style: normal;
    font-weight: bold;
    margin-top: 4px;
}

input {
    font-family: Times New Roman, Times, serif;
    margin-top: 4px;
    border: 0;
    border-radius: 5px;
    background: #4676D7;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    width: 100px;
}

div {
    /*font-style: italic;*/
}

table{
    margin:10px;
}

td, th,tr { /* table cells */
    padding: 10px;
    text-align:center;
}

/*select  {
   font-size: 16px;
   border: 2px solid #ccc;
   background: #fff;
   list-style-type: none;
   padding: 10px;
   margin: 0;
   width: 100%;
   z-index: 100;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    top: 0px;
    left: 0px;
}*/


/*.rb
{
    
    }
.lb
{
    width: 200px;
    padding-top: 35px;
    }
.mid
    { margin-left:20%;

        }
.main
{*/
  /*margin-left:100%;
 /**/   /*display:table;

    width: 400px;
    text-align: center;
    display:table;
    
    }
 .container2
 {  
     width:50px;
     }
 .container  
 {
  display: table-row;
  border-spacing:15px; 
  
  padding: 10px; 
    }
   
.po
{  
  display:table-cell;
  width:50px;
  color:Blue;
  float:left;
  text-align:center;
  font-size:17px;
   
   }
  
.month
{
 float:left;
 width: 200px;
 display:table-cell;
 text-align:center;
    }
.year
{  
 float:left;
 width:100px;
 display:table-cell;
    }*/
   
 /*#form1
 { 
  width: 800px;
     }
  .HyperLink
  { 
    text-align:center;
    margin-left:50%;
         }  */
      
