* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	word-break: break-all;
}
a {
	text-decoration: none
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(../images/frame/bg.gif);
	background-repeat: repeat-x
}
.bodydiv {
	margin: 200px auto 0;
	width: 520px;
	text-align: left;
	border: solid #86B9D6;
	border-width: 5px 1px 1px;
	background: #FFF;
}
h1 {
	font-size: 18px;
	margin: 1px 0 0;
	line-height: 50px;
	height: 50px;
	background: #E8F7FC;
	color: #5086A5;
	padding-left: 10px;
}
#menu {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#menu td {
	height: 30px;
	line-height: 30px;
	color: #999;
	border-bottom: 3px solid #EEE;
}
.current {
	font-weight: bold;
	color: #090 !important;
	border-bottom-color: #F90 !important;
}
.showtable {
	width: 100%;
	border: solid;
	border-color: #86B9D6 #B2C9D3 #B2C9D3;
	border-width: 3px 1px 1px;
	margin: 10px auto;
	background: #F5FCFF;
}
.showtable td {
	padding: 3px;
}
.showtable strong {
	color: #5086A5;
}
.datatable {
	width: 100%;
	margin: 10px auto 25px;
}
.datatable td {
	padding: 5px 0;
	border-bottom: 1px solid #EEE;
}
input {
	border: 1px solid #B2C9D3;
	padding: 5px;
	background: #F5FCFF;
}
.button {
	margin: 10px auto 20px;
	width: 100%;
}
.button td {
	text-align: center;
}
.button input, .button button {
	border: solid;
	border-color: #F90;
	border-width: 1px 1px 3px;
	padding: 5px 10px;
	color: #090;
	background: #FFFAF0;
	cursor: pointer;
}
#footer {
	font-size: 10px;
	line-height: 40px;
	background: #E8F7FC;
	text-align: center;
	height: 38px;
	overflow: hidden;
	color: #5086A5;
	margin-top: 20px;
}