#transformedObject {

    /* IE8+ - must be on one line, unfortunately */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8191520442889918, M12=0.573576436351046, M21=-0.573576436351046, M22=0.8191520442889918, SizingMethod='auto expand')";

    /* IE6 and 7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=0.8191520442889918,
        M12=0.573576436351046,
        M21=-0.573576436351046,
        M22=0.8191520442889918,
        SizingMethod='auto expand');


    /*
     * To make the transform-origin be the middle of
     * the object.    Note: These numbers
     * are approximations.  For more accurate results,
     * use Internet Explorer with this tool.
     */
    margin-left: -5px;
    margin-top: -22px;

}