﻿

/*
/////////////////////////////////////////////////////////////////////////////
// SET YOUR IW LIBRARY CUSTOMISATIONS IN THIS FILE AND CALL BEFORE IW.INIT //
/////////////////////////////////////////////////////////////////////////////
*/




.IWValidateNotice, .IWValidateMsgText
{
  font-size: 14px;
}

.IWValidateData, .IWValidateDataC, .IWValidateDataL
{
  font-size: 12px;
}




/* IW.WINDOW CUSTOMISATIONS */

.IWWin
{
  color: #686364;
}

  .IWWin .IWWHead
  {
    height: 25px;
    border-bottom: none;
    background-color: rgb(0, 153, 0);
    line-height: normal;
  }

  .IWWin .IWWTitle
  {
    width: calc(100% - 104px);
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #ffffff;
  }

.IWWFooter
{
  border-top: none;
  padding-top: 3px;
  height: initial;
}

.IWWFootText
{
  padding-left: 20px;
}
  