@charset "utf-8";
/* CSS Document by Neo */
* {
	margin:0;
	padding:0;
}
html {
	overflow-x:hidden;
}
body {
	border:1px solid #000;
	background:url("Pic/pageBg.gif") #000 no-repeat 1003px center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
h1 a{
	display:block;
	height:110px;
	background:url("Pic/logo.gif") no-repeat 20px 25px;
	text-indent:-9999px;
}
h3,h4 {
	display:none;
}

img {
	border:none;
}
em,i {
	font-style:normal;
}
a {
	color:#5c5c5e;
	text-decoration:none;
}
a:hover {
	color:red;
}
input.textfiled {
	border:1px solid #858585;
}
input.bt {
	background-color:transparent;
	background:url("Pic/buttonBg.gif") repeat-x;
	color:#FFF;
	border:none;
}
label {
	display:block;
}
hr {
	height:20px;
	visibility:hidden;
}
