/* CSS Document */
#langEngImage ,#navLangEn,#language > a[lang$="en"]{
	display:none;
}

#content table.form tr td p, #content table.form tr td div, #content table.form tr td ul {
    text-align: justify;
	text-justify: inter-ideograph; 	
}

@media screen and (max-width: 620px){
	
    #logo a img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(branding-small.gif) no-repeat;
  width: 264px; 
  height: 65px; 
  padding-left: 264px; 
    }
  
  
  #brand-hk {
  	position: absolute;
  	top: 0px;
  	right: 0px;
	text-align:right;
	width: 40%;
  }	
  #brand-hk a img{
	  width: 100%;

  }	  
  
}

	
