.mb_row {
    background-color: #fafcf0;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    float:left;
}


.mb_head {
    width:700px;
    display:block;
    float:left;
}

.mb_time {
    width:15%;
    height: 30px;
    float:left;
    vertical-align: bottom;
    padding-top: 5px;
}

.mb_title, .mb_title input {
    border-left: solid 1px;
    width:84%;
    height: 30px;
    display:block;
    float:left;
    font-size: 18px;
    overflow: hidden;
    white-space:nowrap;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 0px;
    vertical-align: bottom;
}
.mb_left {
    clear:left;
    width:15%;
    height: 150px;
    float:left;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
.mb_left img {
    padding: 5px;

}
.mb_content {
    width:700px;
    height: 160px;
    display:block;
    float:left;
    border-top:solid 1px;

}

.mb_text {
    border-left: solid 1px;
    border-right: solid 1px;
    padding: 5px;
    width:70%;
    display:block;
    float:left;
    font-size: 16px;
    overflow: visible;
    min-height: 150px;
}
.mb_right {
    width:10%;
    float:left;
    display:block;
    padding:5px;
    min-height:200px;
    font-size:0.8em;
    text-align: center;
}

.mb_footer {
    float:left;
    display:block;
    width: 100%;
    border-top:solid 1px;
    background-color: #f2f4e9;
    padding-left:16%;
}

.mb_index_link  {
    padding: 10px;
    background-color: #F3F5F6;
    font-size: 2.5em;
    min-height: 100px;
    width:323px;
    text-decoration: none;
}
.mb_index_link a {
    text-decoration: none;
    color: #000;
}

.mb_links a {
    color:#8a934d;
    background-color: #f3f5f6;
    padding:5px;
    margin:2px;
    float:left;
    text-decoration: underline;
}
.mb_links a:hover {
    color:#8a934d;
    background-color: #e4e6e7;
    padding:5px;
    margin:2px;
    float:left;
    text-decoration: underline;
}
.mb_links {
    background-color: #f3f5f6;

    width:700px;
    float:left;
    margin-top:10px;
}

#counter {
    font-size: 0.9em;
}

.mb_user_message {
    clear:both;
    min-height: 15px;
    text-decoration: blink;
    color:black;
    font-size: 1.2em;
    padding:2px;
}

.mb_lang_image {
    float:right;
    margin-right:5px;
}
