body
{
  margin: 0px;
  padding: 0px;
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 11px;
  color: #000000;
  background-image: url(./img/back.jpg);
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

td
{
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 11px;
  color: #000000;
}

#menu
{
  /* border: 1px solid #CCCCCC; */
  position: absolute;
  top: 140px;
  left: 270px;
  width: 630px;
  height: 15px;
  text-align: right;
}

#content
{
  /* border: 1px solid #CCCCCC; */
  position: absolute;
  top: 160px;
  left: 330px;
  width: 420px;
  height: 445px;
}

#error
{
  color: #FF0000;
  /* border: 1px solid #CCCCCC; */
  position: absolute;
  top: 160px;
  left: 755px;
  width: 150px;
  height: 200px;
}

a
{
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 11px;
  color: #FF0000;
}

a.menu
{
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 12px;
  color: #000000;
  padding: 0px 5px;
}

a:hover
{
  text-decoration: none;
}


/* -------------------------------------------------------------------------- */
/* Form */

fieldset
{
  border: 0px;
}

legend
{
  font-weight: bold;
}

input , textarea, select
{
  font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
  font-size: 11px;
  margin: 2px;
  color: #000000;
  border: 1px solid #CCCCCC;
  padding-left: 2px;
  padding-right: 2px;
}

input.radio, input.checkbox
{
  border: 0px solid #FFFFFF;
  /*
  margin: 0px 5px;
  vertical-align: middle;
  */
}

select
{
  padding-left: 0px;
  padding-right: 0px;
}

input:hover, input:focus, select:hover , select:focus, textarea:hover, textarea:focus
{
 border: 1px solid #990000;
}

input.button
{
  border: 0px;
  background: url(./img/button.gif) repeat-x #FFFFFF;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  cursor: pointer;
}

input.button:hover
{
}
