body {
  margin : 0;
  padding : 5px;
  width : 100%;
  font-family : "Segoe UI", sans-serif;
}
span.spell_warning_am {
  background-image : url(../../img/standard/wave.gif);
  background-position : left bottom;
  background-repeat : repeat-x;
  color : #CC0000;
  border-left : 1px solid transparent;
}
div.shadow {
  padding : 3px 0 0 3px;
  border-width : 1px;
  border-style : solid;
  background-image : url(../../img/standard/box.png);
  background-repeat : no-repeat;
  background-color : #ffffff;
}
div.scheck_main {
  border-collapse: collapse;
  border-style: solid;
  border-width: 1px;
  margin: auto;
  overflow: hidden;
  padding: 5px;
  width : 100%;
}
div.scheck_inner {
  padding : 3px 0 0 3px;
  border-width : 1px;
  border-style : solid;
  background-image : url(../../img/standard/box.png);
  background-repeat : no-repeat;
  background-color : #ffffff;
  overflow : hidden;
  width : 100%;
}
div.scheck_inner .am_smail_spellcheck_plain {
  border-collapse: collapse;
  width : 100%;
  padding : 5px;
  background-color : #ffffff;
  font-family: monospace;
  font-size: 0.8125em;
  overflow : auto;
}
table.am6 td.am6 {
  padding-bottom : 3px;
}
div.scheck_inner .am_smail_spellcheck_html {
  padding : 11px 13px;
  background-color : #ffffff;
  overflow : auto;
  width : 100%;
}
.am_smail_spellcheck_html div.content {
  border : none;
  background-color : transparent;
}
div#tool_icons {
  padding : 3px 0 0 3px;
  height : 30px;
  background-color : F0F0F0;
  border-bottom: 1px solid #999999;
}
span#loading {
  float : right;
  width : 30px;
  margin-top : 0;
}
span#update {
  float : left;
  width : 30px;
  margin-top : 0;
}
span#close {
  float : right;
  margin : 0 5px;
}
div#tool_icons:after {
  content:'';
  display:block;
  clear:both;
  height:0.01px;
}
div#tool_icons {
  *zoom: 1;
}

