@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	background-color:#333;
	font-family:verdana, geneva, arial, helvetica, sans-serif;
	height:100%;
	width:100%;
	text-align:center;
	background-image:url('../images/bg.png');
}
img {
	border:none;
}
label {
	font-weight:bold;
	font-size:12px;
	color:#000;
}
a:link, a:visited, a:active {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
input[type=text] {
	width:160px;
}
.watermark {
	color: #999 !important;
}
.slide-panel {
	position: absolute;
	z-index: 25;
}
.bottom {
	bottom: 0;
}
.top {
	top: 0;
}
.content {
	margin: auto;
	z-index: 10;
	overflow: hidden;
	text-align: left;
	background-color:#ffcc06;
	height: 1px;
	margin-top:-1px;
	width: 360px;
	color: #000;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.slide-button {
	margin: auto;
	position: relative;
	width: 150px;
	z-index: 20;
	cursor: pointer;
	height: 33px;
	padding-top: 2px;
	text-align: center;
	color:#000;
	font-weight:bold;
	font-size:11px;
	background-image:url('../images/panelbutton.png');
}
.slide-button:hover {
	color: #9f9d8e;
}