@charset "utf-8";
input[type=text] {
  border: 2px solid #4CAF50;
  border-radius: 4px;
}
input[type=text]:focus {
  background-color: #fcf8e8;
}

.button {
	border-radius: 4px;
	margin: 5px;
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
#govde {
	margin: auto;
	height: 800px;
	width: 1500px;
	clear: both;
	left: auto;
	right: auto;
	float: auto;
}
#govde #govde_l {
	clear: both;
	float: left;
	height: 778px;
	width: 280px;
	position: absolute;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#govde #govde_l table tr td a {

	text-decoration: none;
	font-size: 24px;
}
#govde #govde_l table tr td a:hover {
	text-decoration: underline;	
}
#govde #govde_r {
	clear: both;
	float: right;
	height: 778px;
	width: 1179px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
}
