
table.verifycode td {
  padding: 10px;
  border: 0px;
}

table.verifycode input {
	border: 3px solid black;
  background-color: white;
	width: 150px;
  height: 34px;
	text-align: center;
	font-family: "Courier New", monospace;
  font-weight: bold;
  font-size: 25pt;
  padding: 0px;
}
