
/* forms.css
----------------------------------------*/
form {
	display: inline;
}

fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}


input,
select,
textarea { font-size: 9pt; font-weight: normal; color: #666; border: 1px solid #666; background-color: #f3f3f3; }

.checkbox,
.radio { margin: 0; padding: 0; border-width: 0; background-color: transparent; }

input:hover, input:focus,
select:hover,
textarea:focus { color: #333; background-color: #fff; }

input.submit { cursor: pointer; }

