form {
  font-family: Verdana; 
  font-size: 96%;
}

form input.text, input.required, select {
  width: 310px;
  padding: 0;
  margin: 5px; 
  border:1px solid #ddd
}

form textarea {
  width: 480px;
}

form label {
  width: 170px; 
  float: left; 
}

form p { 
  clear: both; 
}

.submit { 
  margin-left: 12em;
}

.topmenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 234px;
border-bottom-width: 0;
}

.topmenu li a{
background: white url(/images/topback.gif) repeat-x bottom left;
font: bold 12px;
color: white;
display: block;
padding: 2px 0px 2px 8px;
text-decoration: none;
}

* html .topmenu li a{ /*IE only. Actual menu width minus left padding of A element (8px) */
width: 172px;
}

.topmenu li a:visited, .topmenu li a:active{
color: white;
}

.topmenu li a:hover{
background-image: url(/images/topback2.gif);
}
