/* 
Advanced css for browsers that support it.
*/

body,td,th,p
{
  line-height:1.5em;
}

.formElement {
  border:1px solid #333333;
  
}
input,select
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 1em;
}
/*
* for images that are left aligned within a block of text
* (included here to prevent bug in netscape 4)
*/
.wrapLeftImg {
  margin-left:0px;
  margin-right:10px;
  margin-bottom:10px;
}

