#wrapper {
    padding: 30px 10px 10px 10px;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.margin-auto {
    margin: 0 auto;
}
img {
    vertical-align: middle;
}
a img {
    border: 0;
}
a.active {
    font-weight: bold;
}
.hide {
    display: none;
}
.detail {
    margin-bottom: 10px;
    margin-top: 10px;
}

img.button-size {
    max-height: 50px;
    max-width: 150px;
}
img.icon-size {
    max-height: 32px;
    max-width: 32px;
}
img.avatar-size {
    max-height: 100px;
    max-width: 100px;
}
img.smiley-size {
    max-height: 70px;
    max-width: 70px;
    vertical-align: middle
}


/* Forum & Guestbook */
    .Title {
        text-align: center;
    }
    .Title a {
        color: inherit !important;
        font-size: 18px;
        font-weight: bold;
    }
    .BoxBorder {
        border-collapse: separate;
        border-spacing: 1px;
    }
    .BoxBorder td {
        padding: 5px;
    }
    .FormError p {
        color: red;
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        margin: 4px 0;
    }


/* Motigo footer */
    .ad {
        margin: 60px 0 20px 0;
        width: 100%;
    }
    .ad .inner {
        background: #efefef;
        width: 350px;
        padding: 7px 5px 5px 5px;
        margin: 0px auto;
        border: 1px solid #ddd;
        width: 350px;
    }
    .ad .inner td {
        color: #222;
        font-size: 17px;
        padding-bottom: 5px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: normal;
        vertical-align: top;
        text-align: left;
    }
    .ad .inner td.logo {
        text-align: center;
    }
    
    #sidebar .ad  {
        clear: both;
        padding-top: 40px;
    }
    #sidebar .ad .inner {
        background: none;
        border: 0;
        text-align: left;
        width: 260px;
    }
    #sidebar .ad .inner table {
        width: auto;
    }
    #sidebar .ad .inner td {
        font-size: 15px;
    }
    #sidebar .ad .inner td.logo {
        text-align: center;
    }
    .site-information {
        margin-top: 20px;
        text-align: center;
    }
    .site-information a {
        color: #888 !important;
    }
    #sidebar .site-information {
        text-align: center;
        width: 100%;
    }


/* Message box */
    .message-box  {
        font-size: 12px;
        padding: 10px; 
        line-height: 16px;
        margin: 15px auto;
        border-radius: 4px;
        text-shadow: 0 1px 0 #fff; 
        
        background-color: #f2fae3;
        color: #659f13;
        border: 1px solid rgba(101,159,19,0.3);
        width: 600px;
    }
    .message-box h4 {
        line-height: 22px;
        margin: 0;
    }
    .message-box .trace {
        background: #cfcfcf;
        margin-top: 10px;
        padding: 10px;
    }
    
    .message-box.error {		
        background-color: #fff1f0;
        color: #d85030; 
        border: 1px solid rgba(216,80,48,0.3);
    }
    .message-box.warning {
        background-color: #fffceb;
        color: #e28327;
        border: 1px solid rgba(226,131,39,0.3);
    }
    .message-box.debug { 
        background-color: #ebf7fd;
        color: #2d7091;
        border: 1px solid rgba(45,112,145,0.3);
    }
    .message-box.debug .output {
        white-space: -moz-pre-wrap !important;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        white-space: pre-wrap;
        word-wrap: break-word;
    }
    .message-box.debug a {
        color: #204f66;
    }
