/* CSS Document */
form.big {
	width:992px;
	padding:3px;
	border: solid 1px #000000;
	}

form.tiny {
	height:15px;
	display:inline;
	}

/* label for inputs */
label.col1 {
	color:#ff3399;
    display: block;
    width: 85px;
    float: left;
	clear:left;
    margin: 0px 5px 0px 3px;
    text-align: right;
	}

div.col2 {
	width:200px;
	float:left;
	}

input {
	height:15px;	/* + border=22px */
	font-size:8pt;
	padding-left:3px;
	background-color:#eeeeee;
	border:solid 1px #222222;	/* dk-gray */
	border-left:none;
	border-top:none;
	}

input.tiny {
	width:10px;
	border:none;
	}

input.rad {
	background:none;
	border:none;
	}

input.chk {
	background:none;
	border:none;
	}

select.catslct { width:150px; }

select {
	height:20px;	/* includes border */
	font-size:10pt;
	color:black;
	background-color:#eeeeee;
	}
