﻿a.siteLogo img
{
    border: red solid 1px;   
    margin-top: 10px;
    margin-bottom: 18px;
}    
a.siteLogo img
{
    border: red solid 1px;   
    margin-top: 10px;
    margin-bottom: 20px;
    
    background-image: none !important;
    /*important - path is relative to page not stylesheet*/
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='image', src='repository/site/title.png');

}    

