#ajaxcontainer td
{
  font-family:Arial, Verdana, "Trebuchet MS";
  font-size:11px;
  color:#000;
}

#ajaxcontainer input
{
  font-family:Arial, Verdana, "Trebuchet MS";
  font-size:11px;
  color:#000;
  width:200px;
}


#ajaxcontainer select
{
  font-family:Arial, Verdana, "Trebuchet MS";
  font-size:11px;
  color:#000;
}

#ajaxcontainer textarea
{
  font-family:Arial, Verdana, "Trebuchet MS";
  font-size:11px;
  color:#000;
  width:220px;
  height:150px;
}

#ajaxcontainer .button-submit,
#ajaxcontainer .button-send,
#ajaxcontainer .button-reset
{
  width:80px
}

#ajaxcontainer .checkbox,
#ajaxcontainer .radiobutton
{
  border:none;
  width:20px
}

