.propertyTypeTitle{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.propertyTypePageContainer{
        text-align: center;
}

.propertyTypeIconsContainer{
    display:inline-block;

}

.propertyType{
    float: left;
    width: 165px;
    margin: 10px;
}

.propertyIcon{
    cursor: pointer;
    background-image: url(../images/icons/property_types.png);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    clear:both;
    width: 152px;
    height: 150px;
}

.propertyText{
    text-align: center;
    font-size: 20px;
}

#iconHouse{
    background-repeat: no-repeat;
}

#iconFlat{
    background-position: -154px;
    background-repeat: no-repeat;
}

#iconBungalow{
    background-position: -310px;
    background-repeat: no-repeat;
}

#iconOther{
    background-position: -462px;
    background-repeat: no-repeat;
}

#iconStorage{
    background-image: url(../images/icons/storage.png);
    background-repeat: no-repeat;
}


.movingForm{
    display:inline-block;
    margin-top: 10px;
}

.movingForm heading{

}

.movingForm h2{
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.movingForm .leftCol{
    float: left;
}

.movingForm .rightCol{
    margin-left: 50px; 
    float: left;
    width: 400px;
    overflow: hidden;
}

.movingForm .movingFormLabel{
    float:left;   
    text-align: left;
    margin-top: 4px;
    clear: left;
}

.movingForm .leftCol .movingFormLabel{
    margin-right: 5px;
    width: 80px;
}


.movingForm .rightCol .movingFormLabel{
    margin-right: 15px;
    width: 170px;
}

.movingForm .rightCol .inputBoxContainer{
    float:left;
    text-align: left;

}

.movingForm .rightCol .inputBox{
    display: inline-block;

}

.movingForm input{
    float:left;
    height: 20px;
    margin-bottom: 5px;
    margin-right: 0px;


}

.movingForm #movingFromArea{
    width: 150px
}

.movingForm .movingFromRadioTitle{
    font-size: 15px;
    float: left;
    color: #FFFFFF;
    margin: 7px;
}



.movingFormIncDecControlContainer{
    width: 70px;

}

.movingFormIncDecControlContainer .quantityControl{
    margin: 0px 0px 0px 0px;
    background-color: #303030;
    
}

.semiTransparentBlack{
    display:none;
    width: 152px;
    height: 150px;
    background-image: url(../images/semi_transparent.png);
}

.propertyFormErrorMsg{
    color: #FF0000;
    text-align: center;
}

#movingFromParking{

    margin-left: 0px;
}

#movingFromLiftAccess{

    margin-left: 0px;
}