@import "base.css";
@import "framework.css";

/* ========================================================================== */

#container {
	/* background:url('/_css/images/intro_shadow.gif') repeat-y #ffffff; */
	background-color:#ffffff;
	position:relative;
	width:780px;
	text-align:left;
	margin:20px auto; }

	#header_hp {
		position:relative;
		height:361px;
		background-image:url('/_css/images/intro_hp_header_3.jpg');
		background-repeat:no-repeat; }
	#header {
		position:relative;
		height:111px;
		background-image: url('/_css/images/intro_header_3.jpg');
		background-repeat:no-repeat; }

	#logo { position:absolute; top:0px; left:0px; height:100px; width:243px; }

	#login {
		position:absolute; top:114px; left:40px;
		color:#CCCC66;
		text-align:center; }
	#login a {
		margin:0px 10px;
		color:#ffffff;
		font-weight:bold;
		text-decoration:none; }
	#login a:hover {
		text-decoration:underline; }
	#login input {
		border:1px solid #CCCC66;
		color:#999999;
		height:15px;
		width:155px;
		_width:160px;
		padding-left:5px;
		margin-bottom:5px; }

	#login .loginError {
		display:block;
		position:relative;
		border:1px solid #990000;
		background:#CC3333;
		font-weight:bold;
		color:#ffffff;
		margin:0px;
		padding:10px;
		line-height:20px;
		margin-top:15px; }

	#content {
		position:relative;
		width:740px;
		padding:20px; }

	#content h3 { font-size:16px; margin-bottom:0px; padding-bottom:0px; }

	#footer {
		position:relative;
		height:24px;
		margin-top:30px;
		background:url('/_css/images/intro_footer.gif') no-repeat; }

/* ========================================================================== */

.loginLabel { display:block; font-weight:bold; font-style:italic; text-align:left; color:#ffffff; }