.label {
  text-align:right;
}

.submit_button {
  text-align:center;
}

.image_box img {
  width:100%;
}

.image_contact {
  float:right;
}

.portfolio_fotos {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.portfolio_fotos img {
    margin-left: 6px;
    border: 0px solid #4a4a4a;
    /* for IE */
    filter:alpha(opacity=80);
    /* CSS3 standard */
    opacity:0.8;
    width: 180px;
}

.keksy_fotos {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.apartments_fotos {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.portfolio_fotos img:hover {
cursor:pointer;
    /* for IE */
    filter:alpha(opacity=100);
    /* CSS3 standard */
    opacity: 1;
}

.apartment_fotos_table {
margin-left:auto;
margin-right:auto;
}

#photo_gallery {
border: solid 5px #4a4a4a;
display: none; 
z-index: 11;
} 

.button_delete { 
border: none;
margin-top: 10px;
width: 32px;
height: 30px;
background: url(../images/delete.png) no-repeat;
cursor:pointer;
margin-left:20px;
}

#name {
  color: #9eab05;
  text-decoration: none;
}
