  * {
 
 padding: 0px; 
 font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif

}

    body {
     background-color: #eef3fa;
     margin: 0px;
     position: relative;
     z-index: 2;
    }

    #header {
        background-color: #fff;
        height: 120px;
        position: relative;
        z-index:4;
        opacity: 0.7;
        -webkit-box-shadow: #999 5px .5px 3px;
        box-shadow: #999 5px .5px 3px;
        margin: -20px 0 0 0;
        text-align:center;
    }
  
#maincontainer {
  
  margin: auto;

  width: 800px;
  background-color: white;
  z-index: 1;
  
}

#bannerphrase {
    width: 800px;
    position: relative;
    z-index: 2;
    margin: -115px 0 0 0;
        top: 0px;
        left: 0px;
    }


#header a {
 text-decoration:none;
}


#footer a{
    color: #b5b5b5;
    text-decoration:none;
    padding: 15px;

}

#footer {
    padding: 5px;
    margin: 0 0 0 50px;

}

#footer a:hover{
    text-decoration:underline;
}

 a.beefnethover:hover {
     position: relative;
   background-image: url('images/logo.png');
   z-index: 100;
 
   opacity: .5
}

 .borderme {
     border: 2px solid grey;

 }

 .borderight {
     border-right: 2px solid #eef3fa;

 }

 .buttonme {
     padding: 3px; 
     border: 1px solid grey; 
     background: rgb(181,169,162); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,169,162,1) 0%, rgba(7,6,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,169,162,1)), color-stop(100%,rgba(7,6,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(181,169,162,1) 0%,rgba(7,6,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(181,169,162,1) 0%,rgba(7,6,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(181,169,162,1) 0%,rgba(7,6,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(181,169,162,1) 0%,rgba(7,6,6,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5a9a2', endColorstr='#070606',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 0px solid black;


 }


a.buttonme:hover {



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b5149', endColorstr='#070606',GradientType=0 ); /* IE6-9 */

background: rgb(75,81,73); /* Old browsers */
background: -moz-linear-gradient(top, rgba(75,81,73,1) 0%, rgba(7,6,6,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(75,81,73,1)), color-stop(100%,rgba(7,6,6,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(75,81,73,1) 0%,rgba(7,6,6,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(75,81,73,1) 0%,rgba(7,6,6,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(75,81,73,1) 0%,rgba(7,6,6,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(75,81,73,1) 0%,rgba(7,6,6,1) 100%); /* W3C */



}

 #header a {
     color: white;
 }

 a {
     text-decoration: none;

 }

.buttons {
  display:inline-block;
  position: relative;
  height: 100px;
  margin: 20px 0 0 0;
  
  width: 200px;    
}

.buttons2 {
  display:inline-block;
  position: relative;
  height: 100px;
  margin: 20px 0 0 0;
  
  width: 200px;    
}


.button1 {
    margin: -30px 0 0 0;
}


#appone {
    font-size: 12px

}

#appone input {
    border: 1px solid black
    
}

#appone tr td{padding: 10px}

.bolded {
    font-weight: 900;
    color:green;

}

