﻿#simplemodal-overlay {
    background-color: #000;
   
  }
  
 /*  #simplemodal-container{
    height: 400px;
    width: 500px;
    background-color: #e6d2b7;
    border: 15px solid #fff;
    color:Black;
    line-height:normal;
    padding: 5px 50px  5px 50px;
    overflow:auto;
    overflow-x:hidden;
  } */
  
  
  .simplemodal-data {
    
    color:Black;
   
  }
  
  #modal h1 
  {
      display:block;
      font-size:18px;
      margin-bottom:9px;
      margin-top:0px;
      padding:0;
  }
 

  
  #simplemodal-data br 
  {
      margin-top:10px;
      margin-bottom:10px;
  }
  
  #modalCloseImg 
  {
      
  }
  
  
   
  
  label.fields 
  {
      display:inline-block;
      text-align:right;
      position:relative;
      height:20px;
      width:120px;
      font-size:16px;
      font-weight:bold;
      margin-top:10px;
  }
  
  label span 
  {
     background-color:Red;
     
     margin-left:6px;
  }
  
  input.text 
  {
      width:200px;
     display:inline-block;
     
  }
  
  input.small 
  {
      width:100px;
  }
  
  input.button 
  {
  }
  
  label.error 
  {
      color:white;
      background-color:red;
      padding-left:5px;
      padding-right:5px;
      margin-left:4px;
  }

 a.button
    {      
        padding:5px;
        line-height:30px;
        text-align:center;
        background-color:#FFF;
        border: solid 5px #c5c5c5;
        color: #000;
        margin-left:5px;
        margin-right:10px;
        
      
    }
    a.button:hover
    {
        color:black;
    }
    /*
    .button a:active, button a:link, .button a:visited, .button a:hover 
    {
        color: #fff;
    }
    
    a.button:hover 
    {
        border: solid 5px #000;
    }*/
    
    #fixform 
    {
        color:Red;
        padding-right:5px;
      }
      
      #countertext 
      {
          color:Green;
          font-weight:bold;
      }
      #counter 
      { color:Green;
          font-weight:bold;
          padding-right:30px;
      }
      
      .badboy, input.error, select.error
      {
          border:solid 1px red;
      }
      
  
   a.nobox, a.nobox:hover, a.nobox:link, a.nobox:visited, a.nobox:active 
  {
      color:red;
      text-decoration:underline;
  }