body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-repeat: repeat-x;
	background-image: url('../images/body_bg.png');
	font-family: Lucida Grande, Helvetica, Arial, sans-serif;
	text-shadow: 1px 1px 1px #fff;
}

a{
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px #fff;
}

a:hover{
	color: #000;
}

img{
	border: 0;
}

h2 {
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

#header{
	padding: 0;
	width: 900px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 0px solid pink;
}

	#logo{
		background-position: top center;
		background-repeat: no-repeat; 
/*		background-image: url('../images/hp_tracker_logo.png'); */
		margin-top: 15px;
	}

	/* Float to the left
	#contact{
		position: absolute;
		z-index: 100;
		top: 84px;
		left: 0;
		width: 175px;
		height: 20px;
		text-align: center;
	}
	*/

	#contact{
		position: absolute;
		z-index: 100;
		top: 10px;
		right: 0;
		width: 175px;
		height: 20px;
		text-align: center;
	}
		#contact a{
			padding: 3px;
			display: block;
			font-size: 12px;
			font-weight: bold;
		}
		#contact a:hover{
			padding: 2px 2px 3px 2px;
			/*background-color: #600;
			border-top: 1px solid #111;
			border-right: 1px solid #111;
			border-left: 1px solid #111;*/
		}

#login{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 70px 0px;
	width: 1048px;
	height: 200px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
/*	background-image: url('../images/login.jpg');*/
/*	border: 1px solid blue;*/
}
	#login table{
		width: 300px;
		margin: 20px auto 0 auto;
		/*border: 1px solid green;*/
	}
	#login input{
		height: 18px;
		border: 1px solid #999;
		padding: 5px;
		font-size: 12px;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
	}
	input#arrow {
		height: 31px;
		border: none;
	}
	
	.label {
		width: 100px;
	}

#login_box {
	background-color: #cecece;
	margin: auto;
	width: 330px;
	border: 1px solid #999;
	padding: 10px;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
}

#signup{
	width: 300px;
	height: 200px;
	padding: 20px;
	text-align: center;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
/*	background-color: #ccff99; */
	background-color: #ff9999;
/*	background-image: url('../images/signup.jpg');*/
	border:  1px solid #990000;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
}




