form, fieldset {
	margin: 0;
	padding: 0;
}
fieldset { border: 1px solid #000; }

legend {
	padding: 0;
	color: #000;
}
/*(body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }*/
/*#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
    background: url(../images/bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
(h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
*/
div.error { display: none; }
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
    display: block;
    font-size: 10px;
	font-style: italic;
	margin: 0px 0px 5px;
	width: 220px;
}
/*
input {	border: 1px solid black; }
input.checkbox { border: none }
*/
input:focus, textarea:focus, select:focus { border: 1px dotted black; }
input.error, textarea.error, select.error  { border: 1px dotted red; }