#ContextHelpForm {width: 100%; position: fixed; bottom: 0; z-index: 99999;}
.contextHelpContainer {position: relative; height: 125px; -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.75); box-shadow: 0 2px 15px rgba(0, 0, 0, 0.75);}
.contextHelpPosition {position: absolute; bottom: 0; width: 100%; background-color: #f2f2f2;}
.contextHelp {width: 100%; height: 125px; border-collapse: collapse;}
  .contextHelpNorth {background: #ededed url('./css-images/table_col_header.gif') repeat-x top; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; height: 20px; padding: 0;}
  .contextHelpHeaderText {font-size: 14px; padding: 2px 5px;}
  .contextHelpHeaderImage {float: right; padding: 2px 5px;}
  .contextHelpWest {background-color: transparent; text-align: center; vertical-align: middle; padding: 0 20px; width: 64px; height: 80px;}
  .contextHelpEast {background-color: transparent; width: 100%; height: 80px; padding: 0 5px; position: relative;}
    .contextHelpWrapper {padding: 5px 0; height: 80px; overflow-y: scroll; font-size: 14px;}
    .contextHelpCaption {font-weight: bold; padding-bottom: 6px;}
    .contextHelpBody {}
.contextHelpMargin {margin-bottom: 128px;}