﻿  .normal {font-size:10px;}  /* Set the size of 1em to 10px in all browsers */

  .extraWide {font-size:20px;}
  .wide {font-size:30px;}
  .narrow {font-size:40px;}
  .extraNarrow {font-size:60px;}
body
{
    padding:0 0 0 0;
    margin:0 0 0 0;
    background-repeat:repeat-y;
    position:absolute;
    height:100%;
    width:100%;
    top:0;
    left:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#background
{
    position:absolute;
    margin:0;
    padding:0;
    z-index:0;
    left:0;
    top:0;
    width:100%;
    height:99.4%;
    font-size:18px;
}
#footer
{
    height:20px;
    width: 100%;
}
#footleft
{
    height:20px;
    width:80%;
    float:left;
}
#footright
{
    height:20px;
    width:30%;
    float:right;
    font-size:20px;
    text-align:center;
    font-weight:500;
    -webkit-font-weight:500;
    -moz-font-weight:500;
    -o-font-weight:500;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 10px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    *border: 0;
    border-radius: 4px;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
}