body, a, input, option, select, table, tr, td
{
	font-family: arial;
	font-size: 8pt;
}
body {
	background-color: #e2eecd;
}
tr{vertical-align:top}
input.suggestion, select.suggestion, select.suggestion option
{
	width: 230px;
}

input.button
{
	width: 100px;
	cursor: hand;
}
td.highlight
{
	background-color: #DADADA;
}

div.SpellErrorText
{
border:solid 1px #080890;
 overflow:auto;
 height:60px;
 background-color:#ffffff;
 font-size:8pt;
 }
.SpellErrorText .mispeledword
{color:Red;font-weight:bold;}

