#msgarea
{
    z-index: 2510;
    display: none;
}
#owner_data
{
    min-height: 100px;
    background: palegoldenrod;
    border-radius: 6px;
    font-size: 12px
}

#owner_desc
{
    font-weight: bold;
    font-size: 19px;
    padding: 5px;
    margin-bottom: 10px;
}

#owner_mail
{
    z-index: 100;
    width: 147px;
    margin-left: 410px;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px dashed;
    cursor: pointer;
}

#owner_info
{
    margin: -44px 160px; max-width: 200px;
}

#owner_phones
{
    font-weight: bold;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 17px;
}

#rent_type_but {
    display: table;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center !important;
}

ul#rent_type_select {;
    margin-top: 15px;
    margin-left: 0;
    padding:0;

}

ul#rent_type_select li {
    list-style-type: none;
    display: inline;
}

ul#rent_type_select li a {
    margin-left: 3px;
    margin-right: 3px;
    display:block;
    float: left;
    padding: 5px;
}

ul#rent_type_select li a:hover {
    text-decoration: none;
    padding: 4px;
    background-color: #BBB;
    border: 1px #999 solid;
    color: #333;
    border-radius: 4px
}

ul#rent_type_select li a {
    padding: 4px;
    background-color: #fff;
    border:	1px solid #333;
    color: #6692AD;
    border-radius: 4px;
}

ul#rent_type_select li.rent_current a {
    padding: 4px;
    background-color:#6692AD;
    border:	1px solid #333;
    color:#fff;
    border-radius: 4px;
}

.profile_photo {
    width: 135px;
    height: 135px;
    border: 2px solid #9a9afb;
    border-radius: 5px;
    margin-left: 418px;
    margin-top: -25px
}