.akform{
	background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #333333;
    float: right;
    font: 12px arial,helvetica,sans-serif;
    padding: 20px;
    text-align: left;
    width: 450px;
}

.akform h3{
    margin: 0 0 10px;
    color: #a00;
	font-size:20px;
}

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

.akform .field{
    padding: 5px 10px;
}

.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: 420px;
    padding: 3px;
}

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

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

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

.akmap{
    font: normal 12px arial,helvetica,sans-serif;
    color: #333;
    padding: 20px;
    background: #eee;
    border: 1px solid #ccc;

    margin: 0 auto 20px;
    width: 900px;
    height: 400px;
}

.akmap .googleMapPlaceholder{
    background: #ddd;
    border: 1px solid #ccc;
    height: 100%;
}

.akform #confirm{
    background: #efe;
    padding: 40px;
    border: 1px solid #060;
    color: #060;
    font-weight: bold;
    text-align: center;
}