/* CSS Document */

#testForm {
	font-size:1em;
}
#testForm fieldset {
  width:25em;  
  border:1px solid #999999; 
}
#testForm legend {
	color:#333333;
	background:inherit;
	line-height: 400%;
}
.red {
	color: #FF0000;
}

#testForm label {
  float:left; 
  width:10em; 
  line-height:1em;
  margin-right:0.1em; 
  text-align:right;
}
#testForm input, #testForm select, #testForm textarea {
  margin:0 0 0.5em 0.2em;
  width:11em;
  padding:0;

  font-family: Verdana, sans-serif;
  font-size:100%;
}
#testForm .noresize {
  width:auto; 
}
#testForm .submit {

  margin-left:10.1em;
}
