h1 {
	display:none;
}

/* header line */
#header {
	padding:35px 0;
}

#header img {
	margin-left:10px;
}

#header ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	margin:10px;
}

#header ul li {
	display:inline;
	padding-left:25px;
}

#header ul li a {
	color:#E5E5E5;
	font-weight:bold;
	text-shadow:0 1px 0 #08090B;
}

#header ul li a:hover, .active {
	color:#FFF !important;
}

/* login part */
#preview {
	height:160px;
}

#previewtext {
	display:inline-block;
	float:left;
	margin:12px 5px;
	height:105px;
	width:670px;
	color:#E5E5E5;
	line-height:21px;
	background:#585A66;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	behavior:url('images/ie-css3.htc');
}

#login {
	display:inline-block;
	float:right;
	margin:12px 5px;
	height:125px;
	color:#E5E5E5;
	line-height:10px;
	background:#585A66;
	padding:5px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	behavior:url('images/ie-css3.htc');
}

#loginlink {
	font-size:0.95em;
	float:right;
}

#loginlink:hover {
	color:#FFF;
}

#login label {
	margin:4px 0;
	padding:0px;
}

#login label span {
	display:inline-block;
	width:80px;
}

#login label input {
	width:150px;
	padding:8px;
	outline:0;
	border:0;
	background:#585A66 url('../form_bg.png');
	margin:0px;
	color:#E5E5E5;
}
#cselect {
	width:150px !important;
	padding:5px 8px;
	outline:0;
	border:0;
	height:22px;
	background:#585A66 url('../form_bg.png') no-repeat;
	color:#E5E5E5;
}
#login label select {
	width:100%;
	outline:0;
	border:0;
	background:#585A66;
	color:#E5E5E5;
}

#login label input:hover, #login label input:focus, #cselect:hover {
	box-shadow:rgba(0, 0, 0, 0.2) 0 0 10px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 0 10px;
}

.formsub {
	float:right;
	border:0;
	outline:0;
	background:transparent;
	color:#BBB;
	font-size:0.95em;
	padding:0;
	margin-top:-2px;
	cursor:pointer;
}

/* footer */
#footer {
	background:#585A66;
}

#footer .seperator {
	background:#494949;
	margin:20px 0 10px 0;
}

#fcontent {
	color:#BBB;
	width:1000px;
	margin:auto;
	padding:30px 5px;
}

#fcontent ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}

#fcontent ul li {
	display:inline;
	padding-left:25px;
	font-size:0.9em;
}

#fcontent ul li a {
	color:#BBB;
	font-weight:bold;
}

#fcontent ul li a:hover, .active {
	color:#FFF;
}

#copyright {
	font-size:0.9em;
}

label {
	display:block;
}

#register {
	width:500px;
	float:left;
}
#register label, #register div {
	margin-bottom:10px;
}
#register label input {
	width:250px;
}
#register label select {
	width:263px;
}
#register div img {
	vertical-align:bottom;
}
#register span {
	width:170px;
	display:inline-block;
}

.textfield {
	border:#CCCCCC 1px solid;
	background:#FFFFFF;
	box-shadow:rgba(0,0,0, 0.2) 0px 0px 8px;
	-moz-box-shadow:rgba(0,0,0, 0.3) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0, 0.15) 0px 0px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	outline:0px;
	padding:6px;
}

.textfield:hover, .textfield:focus {
	border-color:#BBBBBB; 
	box-shadow:rgba(0,0,0, 0.2) 0px 0px 8px;
	-webkit-box-shadow:rgba(0,0,0, 0.2) 0px 0px 8px;
}

.formsubmit {
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	padding:5px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-box-shadow:rgba(0,0,0, 0.1) 0px 0px 5px;
	margin-left:335px;
	margin-top:10px;
}

#previewtext ul a {
	color:#DDD;
}