* { margin: 0; padding: 0; border: 0; }
input { border: auto !important; }

body {

}

#Header {
	width: 100%; height: 43px;
	background: url('/images/liveexamples/bg_header.jpg') no-repeat;
	position: relative;
}

#Header h1 {
	position: absolute;
	top: 0px; left: 0px;
}

#Header h1 a {
	display: block;
	text-indent: -9000px;
	outline: none;
	width: 179px; height: 43px;
	background: url('/images/liveexamples/h1.jpg') no-repeat;
}

#Header p.Copyright {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

#Header a.CloseWindow {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	right: 8px;
	top: 6px;
}