.fieldset 
{
  width:400px;
}

.fieldset img
{
	max-height:none;
	max-width:none;
}

.fieldset label 
{
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em;
}

.fieldset .textfield
{
margin:3px;
height:15px;
width:175px;
}

.fieldset .textarea, .input, .select
{
margin:3px;
width:200px;
}

.fieldset .legend {

}

.fieldset div.comments {
  float: right;
  width: 100px;
  height: auto;
  margin: 2px 2px 2px 2px;
  padding: 5px;
  border: 1px solid #666666;
  background-color:#C9DDE4;
  color:#000000;
  font-size:9px;
}

.fieldset div h4 {
  background-image: url(/images/question.gif);
  background-repeat: no-repeat;
  background-position: top left;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #666666;
  color: #666666;
  font-size:10px;
}



