

#bootstrap-override .btn-primary{
color: #FFF;
background-color: #428BCA;
border-color: #357EBD;
}

#bootstrap-override a.btn.btn-primary:active{
background-color: #2e3853;
border-color: #2e3853;
}

#bootstrap-override a.btn.btn-primary:hover{
background-color: #2e3853;
border-color: #2e3853;
}

#bootstrap-override a.btn.btn-primary:focus{
background-color: #2e3853;
border-color: #2e3853;
}

#bootstrap-override a.btn.btn-primary.active{
background-color: #2e3853;
border-color: #2e3853;
}

#ET_PIC {
    position: relative;
    z-index: 2;
}

.fixOverlayDiv {
    position:relative;
    vertical-align:middle;
     width:100%; 
    padding:10px;   
}

.OverlayText{
     background-color: #000;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 82%;
    height:100%;
    margin-left:15px;
}

#banner{
position:relative;
  background:green;
  padding:10px;
}
img{
vertical-align:top;
}
#bannerText{
position:absolute;
  top:20px;
  left:10px;
  background:red;
}

#zz {
background-image: url ('/images/et.png');
}


