.htmlform {
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	font-weight: normal; 
	text-decoration: none;
}


input.text {
	border: solid 1px black;
	width: 130px;
	height: 19px;
	background-color: white;
	padding: 0px;
}

input.longtext {
	border: solid 1px black;
	width: 330px;
	height: 19px;
	background-color: white;
	padding: 0px;
}


input.url {
	border: solid 1px black;
	width: 400px;
	height: 19px;
	background-color: white;
	padding: 0px;
}

input.checkbox {
	vertical-align: middle;
	text-align: left;
}


textarea {
	background-color: white; 
	border: solid 1px black;
}


select {
	background-color: white;
	border: solid 1px black;
	width: 111px;
	height: 19px;

}

select.url {
  background-color: white;
  border: solid 1px black;
  width: 400px;
  height: 19px;

}

