@charset "utf-8";
/* CSS Document */

h1 {
	line-height: 200px;
	height: 200px;
	background: url("../images/banner_fruit.jpg") no-repeat top center;
	text-indent: -10000pt;
	border-bottom: solid 1px #ffffff; 
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

body #login h2 {
	display: block;
	color: #fff;
	line-height: 30px;
	border-bottom: none;
	text-transform: uppercase;
	font-size: 14pt;
	margin: 0px 30px 8px;
}

#login p {
	padding-left: 480px;
}

#login fieldset {
	float: none;
	position: absolute;
	top: 0px;
	left: 700px;
	width: 206px;
	z-index: 10;
}

#login .loginBackground {
	width: 206px;
	height: 157px;
	background: #000;
	opacity: 0.5;
}

#login fieldset p {
	margin-top: 7px;
	padding: 0px 30px;
	float: none;
}

#login input {
	top: -5px;
}

#login button {
	margin-top: 16px;
	float: right;
	margin-right: 30px;
}