div.phone {
	width:auto;
	height:auto;
	background-color:#ffffff;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.85;
	position: inherit;
		}
		
div.address
  {
	width:auto;
	height:auto;
	background-color:#ffffff;
	/* for IE */
  filter:alpha(opacity=80);
	/* CSS3 standard */
  opacity:0.85;
	position: inherit;
  }

tr.d0 td {
	position: relative;
	height: auto;
	text-align: center;
	padding: 1%;
}
