#timetravel
{
  /*font-size: 75%;  JJS edit 2/4/07*/
  font-family: verdana,tahoma,sans-serif;
  background-color:#f2f7d9;
  padding:0em 1em;
  border: 1px solid black;
  width: 420px;
  margin: 2em 0 2em 0;
}
#timetravel h4
{
  font-size: 100%;
  font-weight: bold;
}
#timetravelcontainer {background-color:#f2f7d9;}
#timetravelcontainer label,select
{
/* font size for select must be the same as for label, so that 
   margin in ems is the same, and label therefore lines up.
   Sure we should be able to work round this, but mkh css not up to it */
  margin: 0.2em;
  /*line-height:1.6em;*/
  padding: 0;
}
#timetravelcontainer label
{
  float:left;
  width:10em;
  text-align: right;
}
#timetravelcontainer select
{
  width: 4em;
}
#timetravelcontainer input
{
  /*float:left;*/
  line-height:1.6em;
  /* Hard to position the button on the right, as relative text sizes (ems) are
  honored differently by IE and FF (suspect select box width to be fault)
  position:relative;
  top: -2.7em; 
  left: 23em; */
}
.rowend
{
  clear: left;
}
#ttprocessing
{
  clear:left;
  display:none;
}
.tttitle
{display:none;}
#driveresult
{
  margin: 0.2em;
  clear: left;
  font-weight: bold;
  color: #a0c230;
}
#ttsubmitbtn {
margin:8px 0 0 135px;
}