img {
    -ms-interpolation-mode: bicubic;
}
img {
    max-width: 300px;
    height: auto;
}
* html body img {
    width: expression(this.width >= this.height ? "300px" : "auto");
    height: expression(this.width <= this.height ? "auto" : "300px");
}

a.tpcBtn{
    display:block;
    border:1px solid #999;
    padding:0.8em 0.4em;
    border-radius:3px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #cbcaca), color-stop(0.00, #f2f2f2));
    background: -webkit-linear-gradient(#f2f2f2, #cbcaca);
    background: linear-gradient(#f2f2f2, #cbcaca);
    text-shadow:1px 1px 1px #e8e8e8;
}

.tx9 { font-size: 69%    !important; } /*renders 9px */