#travel_planner {
    margin: 25px 0px 0px 0px; }

    #travel_planner h1 {
        font-size: 2em;
        margin-top: 20px; }

#journey_planner { border-top: 1px solid #09f;}

#journey {
    margin-top: 40px;
    float: left; }

    #journey label {
        font-size: 0.8em;
        font-weight: bold;
        margin-top: 25px; }

#genre_mood {
    float: left;
    margin: 100px 0px 0px 0px; }

    #genre_mood label {
        font-size: 0.8em;
        font-weight: bold;
    }

    #genre_mood a:link,
    #genre_mood a:visited,
    #genre_mood a:active {
        color: #fff;
        display: block;
        margin-top: 10px; }

    #genre_mood a:hover { 
        color: #0082ce;
        text-decoration: none; }

#artist_search input {
    width: 160px;
}

#journey_plus,
#journey_arrow {
    float: left;
    text-align: center;
    width: 175px; }

#journey_submit {
    float: left; }

#genre_mood { margin-right: 0px;}

#start input,
#end input,
#via input,
#genre_mood select {
    margin: 2px 0px; }

.input_street   { width: 200px; }
.input_town     { width: 120px; }
.input_postcode { width: 68px;  }
.input_country  { width: 205px; }

#home_submit {
    background: #000 url(../images/home_submit.png) no-repeat 0px 0px;
    border: 0px;
    cursor: pointer;
    height: 235px;
    width: 194px; }

#default_genre label { font-size: 12px; }

#set_default_genre {
    display: inline !important;
    margin: 0px !important;
    width: 10px !important; }
