#dnnheader .logo img {
    height: 90px !important;
}
input#EmailAddress {
height: 37px;
width:100%;
-webkit-border-radius: 25px 0 0 25px;
-moz-border-radius: 25px 0 0 25px;
-ms-border-radius: 25px 0 0 25px;
-o-border-radius: 25px 0 0 25px;
border-radius: 25px 0 0 25px;
background: #dcdcdc;
padding:0 5px;
border: 1px solid #ccc;
font-size: 14px;
}

#emailsub-btn {
background: url("/portals/25/Images/Subscribe/submit.jpg") no-repeat;
height: 37px;
width: 84px;
cursor: pointer;
border: 0px;
}

/* FAQ's */
.dnnFAQs .dnnLabel {
width:105px;
margin-right:0px;
}


@media only screen and (max-width: 1000px) {
    body {
        background-color: #fff !important;
    }
}

#Body {
 background: white;
}

#siteHeadouter {
 background: white !important;
-webkit-box-shadow: none;
box-shadow: none;
}

@media handheld, only screen and (max-width: 767px){
#dnnheader {
    background: #ffffff !important ;
    margin-bottom: 20px;
}
}

@media handheld, only screen and (max-width: 1000px){
#dnnheader {
    background: #ffffff !important ;
    margin-bottom: 20px;
}
}




