html {
    min-height: 100%;
}
body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif ;
    width:100vw;
    }

.header {      
     text-align: left;
     width: 100%;
     background-color: #F7F7F7;
     float: left;
     padding-top: 10px;
     padding-bottom: 10px;
     }


.logo {
    text-align: center;
    margin-bottom: 30px;
}

#logo {
    height: 100px;
}
.search {
    margin-top: 100px;
}

.search table {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.searchtextbox {
    width:100%;
    height: 30px;
}

.searchtextbox {
    width:100%;
    height: 30px;
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 0px;
    box-shadow: 0px 0px 1px rgba(66,66,66,.75);
}
.searchtextbox:focus {
    outline:none;
}

.searchbutton {
    cursor : pointer;
    padding:3px 10px;
    background: #619BF9;
    color: white;
    height: 30px;
    width:50px;
    border-width: 0;
    vertical-align: top;
    font-size: 13pt;
}
.btn_Enabled {
    cursor: pointer;
    background: -moz-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3775dd),color-stop (100%,#3455c1));
    background: -webkit-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -o-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: -ms-linear-gradient(top,#3775dd 0,#3455c1 100%);
    background: linear-gradient(to bottom,#3775dd 0,#3455c1 100%);
    background-color: #3261c3;
    /* background-color: transparent\9;*/
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(92,195,244,0.8);
    box-shadow: inset 0 1px 3px 0 rgba(92,195,244,0.8);
    /*position: absolute;
    top: 0;
    left: 0; */
    color: white;
    height: 25px;
    border: 1px solid #053496;
    font-family: Arial,sans-serif;
    font-size: 17px;
    }

.footer {
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif ;
    background-color: #F7F7F7;
    width:100%;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: 0;
    float: left;
    position: fixed;
    }

.content{
    background-color: #FFFFFF;
    text-align: center;
    margin-left: 60px;
    float: left;
    position: absolute;
    top:50%;
}


