/*CSS*/
	 #new_header_leftcell img {
		margin: 20px 10px 0 10px;
		float: left;
		width: 320px;
		height: 48px;
	}
    table#page_header {
		border-bottom: 16px solid #348e90;
	}
	/*mobile styles*/
@media (max-width:499px) {
	#new_header_leftcell img {
    margin: 10px 10px 0 10px;
    float: left;
    width: 200px;
    height: 38px;
    }
}
#new_header_leftcell {
    *background: url(https://cdn.f5.com/websites/globalapm/logos/logo-vpn.png) no-repeat 10px 20px;
    }
#new_header_leftcell img {
    *width: 380px;
    *visibility: hidden; 
    }