
body {
  margin: 0px;
  background-color: #eeeeee;
}

body, input, textarea {
  font-family: Verdana;
  font-size: 9pt;
}

div#center {
  width: 1000px;
  margin-left: auto; margin-right: auto;
}

div#head {
  margin-top: 10px;
  margin-bottom: 10px;
}

div#main {
  width: 715px;
  float: left;
/*  background: url(/img/bg1.gif) right bottom no-repeat; */
}

div#menu {
  width: 250px;
  float: right;
}

div.tool {
  margin-top: 10px;
}

div#foot {
  margin-top: 10px;
  margin-bottom: 10px;
}

fieldset {
  padding-left:10px;
}

.small {
  font-size: 8pt;
}

.grad {
  padding: 10px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dddddd'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* for webkit browsers */
/*  background: -moz-linear-gradient(top,  #ff0000,  #dddddd);  for firefox 3.6+ */ 
  background: -o-linear-gradient(top,  #f00,  #ddd); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f00,  #ddd); /* IE10+ */ 
  border: 1px solid #888888;
}

.red {
/*  color: red; */
  font-weight: bold;
}

a {
  color: #cc0000;
}