/*---------------------------------*/
/*------------- POPUP -------------*/
/*---------------------------------*/
#add-property h2{ background:  url('/media/img/icons/property.png') no-repeat 10px center; }
#add-property .content form p{
    width: 50%;
    box-sizing: border-box;
    float:left;
    margin: 5px 0px;
}
#add-property  > .content > form > p:nth-of-type(2n){ clear: left; }
#add-property form label{
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}
#add-property form input[type=text], #add-property form select{
    width: 90%;
    padding: 3px 8px;
}
#add-property .action{
    margin-top: 10px;
    font-size: 16px;
}