/******************************/
/* styles for article display */
/******************************/
.floatRight {
	float: right;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.smallPrint {
	font-size: 90%;
	margin-top: 10px;
	float: left;
}
.base {
	clear: both;
/* 070503 cc - gave this div some height because ie gives height
   to even 0-height divs and this made things more even. */
	height: 10px;
}

/********************/
/* styles for forms */
/********************/
.requiredField {
	color: red;
}
.NOTrequiredField {
	color: black;
}
.buttonMore {
	float: right;
	color: #666666;
	background-color: white;
	border: 1px solid #666666;
}
.buttonLight {
	color: #666666;
	background-color: white;
	border: 1px solid #666666;
}
.buttonDark {
	color: black;
	background-color: #C0C0C0;
	border: 1px solid black;
	padding: .25em;
	width: 20%;
	text-align: center;
	float: left;
	margin-right: .5em;
}
textarea {
	/* the font-family needs to be set or else firefox
	   displays textarea text very small. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px black solid;
}
select {
	border: 1px dotted black;
}
.border1 {
	border: 1px solid black;
}
