* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	background: #eaeaea;
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #333333;
}
.container {
	width: 1080px;
	height: auto;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 10px;
	margin: auto;
	text-align: left;
}
.header {
	padding: 10px;
	text-align: center;
}
.main_title {
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	font-size: 20px;
	line-height: 20px;
}
.content {
	padding: 10px;
	min-height: 100px;
}
.footer {
	padding: 10px;
	text-align: right;
}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.input_container {
	height: 30px;
	float: center;
}
.field_container {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #cccccc;
	border-radius: 10px;
}
.field_container legend {
	padding: 0 5px 0 5px;
	font-size: 14px;
	font-weight: bold;
}

.table_list {
	width: 100%;
	border: 0;
}
.table_list td, .table_list th {
	padding: 2px;
}
.bg_h {
	background: #8d8b8b;
	color: #ffffff;
	text-align: center;
}
.bg_1 {
	background: #e3e2e2;
	text-align: center;
}
.bg_2 {
	background: #c0bfbf;
	text-align: center;
}
#list_container {
	text-align: center;
}

.input_container input {
	height: 20px;
	width: 200px;
}
.input_container ul {
	width: 200px;
	background: #f3f3f3;
	list-style: none;
}
.input_container ul li {
	padding: 2px;
}
.input_container ul li:hover {
	background: #eaeaea;
}
#sonde_list_id {
	position: relative;
	right: 100px;
	text-align: center;
	font-size: 20px;
	width: 120px;
}
#city_list_id {
	position: relative;
	text-align: center;
	font-size: 20px;
	width: 180px;
}
.font-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
