

#header h1{
    color: #fff;
    font-weight: normal;
}

.akform{
    font: normal 12px arial,helvetica,sans-serif;
    text-align: left;
    width: 400px;
}

.akform h1{
	margin-bottom:5px;
}

.akform h3{
    color: #a00;
}

.akform .fields{
}

.akform .field{
}

.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;
}

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

.akform textarea{
    width: 100%;
    height: 100px;
}

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

.akform input.button{
}

.akmap{
    font: normal 12px arial,helvetica,sans-serif;
    color: #333;
    width: 900px;
    height: 400px;
}

.akmap .googleMapPlaceholder{
    height: 100%;
}

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