@charset "UTF-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px 0px 0px 18px;
	height:100%;
	font-weight:normal;
	/*
	background:url(../_imgs/bg.jpg) no-repeat;
	background-position: 18px 0px;
	*/
}

a{
	color:#fff;
	text-decoration:none;
}
#pageSearch{
	position:absolute;
	z-index:9;
	left:807px;
	top:27px;
	width:155px;
	height:25px;
	background:url(../_imgs/search_bg.gif) no-repeat center;
	background-position:0px 4px;
	line-height:25px;
}
#searchbox{
	vertical-align:top;
	margin-top:3px;
	margin-left:19px;
	width:93px;
	height:14px;
	line-height:14px;
	border:1px solid #CCCCCC;
	/*background:none;*/
	color:#999999;
	font-size:11px;
	padding-left:5px;
}
#pageStage{
	/*background:*/
	background:url(../_imgs/full_bg.jpg) no-repeat top center;
}
#linkBtn{
	position:absolute; z-index:9; left:570px; top:220px;
}
.img{
	margin:3px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.cursor{
	cursor:default;
}
