body{
	margin: 5px;
	font-family: 'Arimo', sans-serif;
	font-size: 11pt;
}

input {
  font-family: 'Arimo', sans-serif;
  font-size: 15pt;
}

table
{
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  border: 0px;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.box{
	height: 30px;
	margin: 5px;
	border-radius: 1px;
	background-color: #444;
	color: #fff;
	text-align: center;
}

.textbox{
	height: 18px;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 1px;
	color: #fff;
	text-align: center;
	background-color: #444;
}

.alphabox{
	height: 50px;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 1px;
	color: #fff;
	text-align: center;
	background-color: #ffffff;
}

.alpha_dropbox{
	height: 50px;
	margin-top: 11px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 1px;
	color: #fff;
	text-align: center;
	background-color: #ababab;
}

.textbox_top{
	margin-top: 28px;
	height: 18px;
	border-radius: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	background-color: #444;
}

.gk_input{
	height: 20px;
	margin-top: 2px;
	text-align: center;
}
