/* CSS Document */

form {
	display:inline;
}

input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 19px;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


.input_025 {
	width: 25px;
}

.input_040 {
	width: 40px;
}

.input_050 {
	width: 50px;
}

.input_075 {
	width: 75px;
}

.input_100 {
	width: 100px;
}

.input_125 {
	width: 125px;
}

.input_150 {
	width: 150px;
}

.input_200 {
	width: 200px;
}

.input_150_nh {
	width: 150px;
	height: 100px;
}

.input_200_nh {
	width: 200px;
	height: 100px;
}

.newsinput{
	width: 100px;
}

.newsinput200{
	width: 200px;
}
