﻿#FB_budgetLinkDiv{
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
  height: 175px;
  overflow: hidden;
  z-index: 999;
  text-align: left;
  }
  #FB_budgetLink{
    position: absolute;
    right: 13px;
    top: 13px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fff;
    border: solid 1px #000;
    width: 150px;
    height: 150px;
    padding: 5px;
    z-index: 1;
    filter: alpha(opacity=1); /* internet explorer */
    -khtml-opacity: 1;      /* khtml, old safari */
    -moz-opacity: 1;       /* mozilla, netscape */
    opacity: 1;           /* fx, safari, opera */
    }
    #FB_budgetLink img{
      width: 150px;
      height: 150px;
      border: 0;
      }
  #FB_bbCloser{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url('/Images/BudgetBadge/btn_close_x.png') 0 0 no-repeat;
    cursor: pointer;
    z-index: 2;
    }


#FB_budgetLinkDiv.FB_budgetLink_minimized{
  width: 42px;
  height: 42px;
  }
#FB_budgetLinkDiv.FB_budgetLink_minimized #FB_budgetLink{
  display: none;
  }
.FB_budgetLink_minimized #FB_bbCloser{
  background-position: 0 -42px;
  }
