/*main style*/
html, body {
  height: 100%;
}
body {
  background: #f8f9fe;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}
table{
 font-size: 13px;
}
#jsErr{
  padding-bottom:10px;
}
#jsErr table td#sysErrTable p, #jsErr table td.error_message p{
  color: red;
}