ul {
list-style:url(images/bullet.gif);
list-style-position:outside;
}

.boldText {
font-weight:bold;
}

.header {
font-weight:bold;
color: #990000;
}

.smallText {
	font-size:12px;
	}
	
#form form {
  margin: 0;
  padding: 0;
  font-size: 100%;
  width: 525px;
}

#form form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  color:#333333;
  font-size:11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  padding: 10px;
  margin: 0 0 0 0;
}
#form legend {
  font-size:11px;
  color:#333333;
  font-weight:bold;
}

#form form fieldset legend {
  font-weight: normal;
  color: #669933;
  margin: 0 0 0 0;
  padding: 0 5px;
}
#form label{
float: left;
width: 120px;
font-weight: bold;
}

#form input, textarea, select{
border: solid #535353 1px;
margin-bottom: 5px;
}

#form textarea{
width: 250px;
height: 150px;
}

#form .boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}
