@charset "UTF-8";
@media screen, projection
{ 
  
  html * { font-size: 100.01%; }
  body {
    background  : #444 url(../images/site/form_back_huge.jpg) no-repeat top center;  
    color       : #ddd;
    font-family : Verdana, Helvetica, Arial, sans-serif;
    font-size   : 75.00%;
    margin      : 0px;
    padding     : 0px;
  }
    
  #formbg {      
    width   : 960px;
    margin  : 0px auto;
    padding : 0px;
  }
  
  #formwrap {
    margin : 95px 40px 0 40px; 
  }
  
  h1.formhead {
    font-size : 1.4em;
    margin    : 15px 0 15px 0;
    padding   : 0 0 0 0;
    color     : #fff;
    clear     : both;
  }
  
  h2.formhead {
    font-size : 1.1em;
    margin    : 5px 0 15px 0;
    padding   : 0 0 0 0;
    color     : #fff;
    clear     : both;
  }  
  
  ul.form {
    list-style : none;
    margin     : 0 0 0 0;
    padding    : 0 0 0 0;
    clear      : both;
  }
  
  ul.form li {
    margin  : 0 0 0 0;
    padding : 0 0 5px 0;   
  }
  
  ul.form li label.caption {
    display : block;
    width   : 70px;
    float   : left;
  }
  
  input.iw {
    font-family: monospace;
    font-size:1.1em;
    width   : 760px;
    padding : 4px;
    border  : 2px solid #00A2FF;
    background-color:#eee;
    color:#666;
  }
  
  select.iw {
    font-family: monospace;
    font-size:1.1em;
    padding : 4px;
    border  : 2px solid #00A2FF;
    background-color:#eee;
    color:#666;
    float:left;
  }  
  
  ul.menu {    
    list-style : none;
    margin     : 0 0 0 0;
    padding    : 0 0 0 0;
    clear      : both;
    border-top : 1px solid #ccc;
    border-bottom : 1px solid #000;
    background : #000 url(../images/site/menu.jpg) repeat-x 50% 50%;
    height:24px;
  }
  
  ul.menu li {
    padding    : 5px;
    margin     : 0px 15px 0 0;
    float      : left;
    height     : 15px;
    
  }
  
  a { color: #01A1FF; background:transparent; font-weight: bold; text-decoration:none;}
  a:focus,
  a:hover,
  a:active { color: #fff; background-color: transparent; text-decoration:underline; }     
  
  ul.menu a { color: #01A1FF; background:transparent; font-weight: bold; text-decoration:none;}
  ul.menu a:focus,
  ul.menu a:hover,
  ul.menu a:active { color: #fff; background-color: transparent; text-decoration:underline; }   
    
  div.small {
    font-size  : 0.8em;
    margin     : 25px auto;
    padding    : 0px;
    color      : #111;    
    width      : 800px;
    text-align : center;
  }
  
  div.small a { color: #111; background:transparent; font-weight: bold; text-decoration:none;}
  div.small a:focus,
  div.small a:hover,
  div.small a:active { color: #fff; background-color: transparent; text-decoration:underline; }    
  
  #loader {
    width:30px;
    height:30px;
    float:left;
  }
  
  .loadingfield {
    background: url(../images/site/loading_dark.gif) no-repeat 50% 50%; 
  }
  
  small {
    font-size:0.8em;
  }
  

}