﻿
#verkstadSok
{
    float: right;
    width: 180px;
}

#searchBox
{
    background-color: #f1eedf;
    border: solid 1px #666;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
    #searchBox input
    {
        font-size: 12px;
    }
    #searchBox .zipcode
    {
        width: 42px;
        padding: 2px;
        margin-top: 5px;
    }    
    #searchBox .button
    {
        width: 90px;
        position: relative;
        top: -4px !important;
        top: -1px;
    }       
#searchExplanation
{
    background: #990000;
    color: #fff;
    padding: 5px;
    border: solid 1px #666;
    font-weight: bold;
}    
#verkstadMap
{
    width: 100%;
    height: 400px;
}
#resultTable
{
    width: 100%;
    margin: 75px 0 25px 0;
}
    #resultTable tr.header td
    {
        font-weight: bold;
    }
    #resultTable td
    {
        padding: 5px;
        vertical-align: middle;
        border-bottom: solid 1px #666;        
    }
#verkstadForm
{
    width: 350px;
    margin-top: 30px;
    font-size: 12px;
}
    #verkstadForm .label
    {
        display: block;
        float: left;
        width: 190px;
        font-size: 12px;
    }
    #verkstadForm .input
    {
        float: right;
        display: block;
    }
    #verkstadForm .message
    {
        font-size: 12px;
        padding: 25px 0 25px 0;
    }
        #verkstadForm .message textarea
        {
            font-size: 12px;
            width: 340px;
            height: 50px;
            margin-top: 5px;
        }    
    #verkstadForm .validation
    {
        float: right;
        font-size: 12px;
        display: block;
        height: 30px;
        width: 200px;
    }
    #verkstadForm input, #verkstadForm select
    {
        width: 150px;
        font-size: 12px;
    }
    #verkstadForm .checkbox input
    {
        width: auto;    
    }
    #verkstadForm h3
    {
        font-size: 12px;
        font-weight: bold;
        margin: 10px 0 10px 0;
    }
    
#verkstadDetails
{
    height: 320px;
    margin: 30px 0 30px 0;
}    
    #verkstadDetails .row
    {
        border-bottom: solid 1px #ccc;    
        margin-bottom: 5px;
    }
        #verkstadDetails .label
        {
            display: block;
            float: left;
            width: 250px;
            font-weight: bold;
            padding: 0 10px 5px 0;
        }
        #verkstadDetails .input
        {
            display: block;      
            padding: 0 10px 5px 0;
            width: 160px;
            float: right;
        }
    #verkstadDetails h3
    {
        margin: 15px 0 10px 0;    
        font-size: 13px;
    }
    
#verkstadDetails .column1
{
    float: left;
    width: 420px;
}
#verkstadDetails .column2
{
    float: right;
    width: 420px;
}