.ver9 { font-family:verdana,sans-serif; font-size:9px; color:#666666; text-align:justify; line-height:12px; }
.ver10 { font-family:verdana,sans-serif; font-size:10px; color:#666666; text-align:justify; line-height:14px; }
.ver11 { font-family:verdana,sans-serif; font-size:11px; color:#666666; text-align:justify; line-height:16px; }
.ver12 { font-family:verdana,sans-serif; font-size:12px; color:#666666; text-align:justify; line-height:18px; }

.captcha_link {
  FONT-SIZE: 11px;
  COLOR: #003366;
  FONT-FAMILY: verdana,sans-serif;

}


form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 420px; 
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 120px; 
	padding: 0; 
	padding-top:4px;
	margin: 10px 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#submitbutton {
	width:75px;
	margin-left:135px;
}

#inputtext {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:10px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}