.akform{
    font: normal 12px arial,helvetica,sans-serif;
    width: 960px;
    margin: 0 auto;
}

.akform h3{
    margin: 0 0 10px;
}

.akform .fields{
    padding: 10px 0;
}

.akform .field{
    padding: 8px 0px;
}

.akform .field .fieldInput{
    width: 425px;
}

.akform .field .fieldTick{
    background: url('images/tick.png') no-repeat right center;
}

.akform .field .fieldCross{
    background: url('images/cross.png') no-repeat right center;
}

.akform .field label{
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}

.akform input.textinput{
    width: 400px;
    padding: 3px;
}

.akform textarea{
    width: 42%;
    height: 200px;
    padding: 3px;
}

.akform span.mandatory{
    color: #a00;
}

.akform input.button{
    margin-top: 20px;
}

.akmap{
    font: normal 12px arial,helvetica,sans-serif;
    padding: 0px;

    margin: 0 auto 20px;
    width: 960px;
    height: 360px;
}

.akmap .googleMapPlaceholder{
    height: 100%;
}

.akform #confirm{
    padding: 40px;
    font-weight: bold;
    text-align: center;
}