﻿html, body {
    height:100%;
}

body {
    background: #000;
    padding:0;
    margin:0; 
}

form {
    margin:0;
}

.container-small {
    margin-right:auto;
    margin-left:auto;
    width:740px;
}

.searchYourRide {
    font-family: 'Spartan', sans-serif;
    font-weight: 600;
    font-size: .8em;
    background-color: #FE0100;
    color: #fff;
    text-transform: uppercase;
    padding: 4px;
    white-space:nowrap;
}

    .searchYourRide:hover {
        text-decoration: none;
        color: #ccc;
    }

.topPageTitle {
    background-color:#e5e6e1;             
}

.topPageTitleText {
    font-weight: bold;
    font-size: 1.2em;
    padding:10px 0 8px 5px;
}