body{ text-align:center; margin:auto; font-family:tahoma; font-size:11px; color:#333333}

#main{ height:auto; width:773px; background:#ffffff; text-align:center}
a{ text-decoration:none; color:#333333}
a:hover{ text-decoration:underline; color:#6FD56D}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float:left;
	width: 110px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form fieldset {
width:320px;

  border-color: #000;
  border-width: 1px;
  border-color:#65D063;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}
form submit,reset { 
	float:none;
	display: inline; 
	margin:0;
	padding:0;
}

#link{ color:#C9C9DE;}
#link a{color:#C9C9DE;}