* {
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: auto;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	text-align: left;
}

#flash {
	z-index: -1;
}

#panel {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	padding: 20px;
	background-color: #FFF;
	border: 1px solid #666;
	text-align: left;
	z-index: 2;
}

#content {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 500px;
}

#navi {
	position: absolute;
	top: 40px;
	left: 600px;
	width: 200px;
	list-style: none;
}

#navi a {
	display: block;
	height: 23px;
	text-align: right;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 21px;
	background-color: #fafafa;
	border-bottom: 1px solid #999;
	padding-right: 10px;
}

#navi a:hover {
	color: #333;
	background-color: #f3f3f3;
	cursor: pointer;
}



h1 {
	font: small-caps 24px/30px Georgia, "Times New Roman", Times, serif;
}

p {
	font: 11px/14px Arial, Helvetica, Geneva, sans-serif;
	padding: 5px 5px 5px 0;
}

/* @group Form */

form {
	padding-top: 10px;
}

label {
	color: #666;
	width: 50px;
	font-size: 11px;
	padding: 5px;
	text-align: left;
	border: 0px solid #CCC;
}

input, textarea {
	border: 1px solid #999;
	background: #FFF;
	color: #666;
	margin: 0px 0px 5px 5px;
	padding: 3px;
}

.route_input {
	border: 1px solid #999;
}

label, #input[type=checkbox], input[type=radio], input[type=image], .input_button {
	cursor: pointer;
}

input:focus, textarea:focus {
	border-bottom: 1px solid #666;
	background: #FFF;
	color: #333;
}

.input_button {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 5px 2px;
	vertical-align: top;
}

button:hover {
	color: #000;
	background-color: #EEE;
}

/* @end */