#TB_window
{
  border                : none !important;
  padding-bottom        : 16px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;

  #TB_title
  {
    background-color : transparent !important;
    height           : 32px;
    border           : none;

    #TB_ajaxWindowTitle
    {
      color       : #222;
      font-size   : 18px;
      font-weight : bold;
      margin      : 0;
      padding     : 0;
      width       : 100%;
      text-align  : center;
    }
  }

  #TB_ImageOff
  {
    #TB_Image
    {
      border : none;
    }
  }

  #TB_closeWindow,
  #TB_closeAjaxWindow
  {
    background-color      : #ff6b6a;
    border                : 12px solid #ff6b6a;
    height                : 16px;
    line-height           : 100% !important;
    margin                : 0 !important;
    padding               : 6px 8px 6px 4px;
    position              : absolute;
    right                 : -20px;
    text-align            : center !important;
    top                   : -20px;
    width                 : 16px;
    -moz-border-radius    : 100%;
    -webkit-border-radius : 100%;
    border-radius         : 100%;
  }

  #TB_closeWindow
  {
    #TB_closeWindowButton
    {
      text-decoration : none;

      .tb-close-icon
      {
        margin : -6px 0 0 0;
        color  : #fff;
      }

      .tb-close-icon:hover:before
      {
        color : #222;
      }
    }
  }

  #TB_closeAjaxWindow
  {
    #TB_closeWindowButton
    {
      .tb-close-icon:hover:before
      {
        color : #222;
      }
    }
  }
}