#galeria a img {
    border:none;
    /* Centering thumbnail */
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    right: 0px;
    left: 0px;
}

#galeria div.thumbnail {
    height:100px;
    width:100px;
    margin:8px;
    float:left;
    text-align:center;
    position:relative;
}

div.center {text-align: center; overflow: hidden; width: 713px;}
div.center div.img_title {text-align: center; margin: 10px;}
div.center div, div.center p, div.center table, div.center form {
    text-align: left; margin-left: auto; margin-right: auto;
}

.message {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    border-style:solid;
    border-width:1px;
    margin:50px 15px 2px;
    padding:5px 0.6em;
    background-color:#FFFFE0;
    border-color:#E6DB55;
}

.error {
    background-color:#FFEBE8;
    border-color:#CC0000;
}

