.logo3n {
    
    margin-top:  10px;

     background: url('../images/nmbm_logo3.png');
  background-repeat: no-repeat;
  background-size: 400px 200px;
   

}

.logo3_old {
    width: 100%; height: 50px;
    margin-top:  10px;

    background: url('../images/nmbm_logo2.png') top left no-repeat;

}

.logo3 {
    background: url('../images/nmbm_logo3.png') top left no-repeat;
    background-size: 250px ;
    height: 50px;
    margin-top:  10px;
   
 
}


.nav_mainmenu_layout3 {
            font-size: 11px;
            font-weight: bold;
            text-align: left;
            line-height: 11px;
            color: #fff;
            width: 160px;
            display:block;
 }

 .nav_mainmenu_layout3 a {
                padding: 11px;
                display: block;
                color: #fff;
                text-align: center;
                text-decoration: none;
               background-color: rgb(196, 28, 36);
                margin-bottom: 10px;
 }


 .nav_mainmenu_layout3 a:hover {
                    padding: 11px;
                    display: block;
                    color: #fff;
                    text-align: center;
                    text-decoration: none;
                    background: #D44E55;
 }

 .button_red_layout3 {
     border:0; padding:5px 15px; text-align:center; background-color: rgb(196, 28, 36); color:#fff; font-size:12px; cursor:pointer;
}


.button_red_layout3:hover {
    border: 1px solid #999;
    color: #000;
}



#button_red_layout3a {
    border: inherit;
    color: inherit;
}

#button_red_layout3a:hover {
    border: 10px solid #999;
    color: #000;
}

.header_layout2 {
     margin-left: 10px;
     margin-right: 10px;
}

.loginfrm_layout2 {
    text-align:center; background:#f1f1f1; padding:15px;
     margin-left: 10px;
     margin-right: 10px;
}

.textbox {
            background: white;
            border: 1px double #DDD;
            border-radius: 5px;
            box-shadow: 0 0 5px #333;
            /* color: #666; */
            color: black;
            outline: none;
            height: 25px;
            width: 200px;
        }
        
.textbox_signfm {
            background: white;
            border: 1px double #DDD;
            border-radius: 5px;
            box-shadow: 0 0 5px #333;
            /* color: #666; */
            color: black;
            outline: none;
            height: 25px;
            width: 355px;
        }


.textarea {
            background: white;
            border: 1px double #DDD;
            border-radius: 5px;
            box-shadow: 0 0 5px #333;
            /* color: #666; */
            color: black;
        }

.select {
            background: white;
            border: 1px double #DDD;
            border-radius: 5px;
            box-shadow: 0 0 5px #333;
            height: 25px;
        }

.redselect {
  background: white;
}

.footer3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    margin-bottom: 2px;
}

body, img {
    image-rendering: -webkit-optimize-contrast;
}