/* Sinclair - login.css */

html, body{
	background-color:#470c04;
	height:100%;
	padding:0;
	margin:0;
	color:#b4975a;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size:0.85em;
	line-height:1.2em;
	background-image:url(/img/background.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
#loginWrapper{
	width:934px;
	height:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
}
#login_banner{
	width:934px;
	height:252px;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/img/login/login_banner.gif);
	background-repeat:no-repeat;
}
#login_top_border{
	position:absolute;
	left:47px;
	top:251px;
	width:840px;
	height:1px;
	background-color:#2d291c;
}
#login_logo{
	position:absolute;
	top:179px;
	left:295px;
	width:123px;
	height:123px;
	background-image:url(/img/fade_logo.png);
	background-repeat:no-repeat;
}
#login_form{
	float:left;
	margin-left:422px;
	margin-top:268px;
	width:320px;
	height:auto;
}
#login_title{
	color:#a29061;
	margin-bottom:7px;
	font-weight:bold;
}
#country{
	border:none;
	background-color:#282924;
	color:#FFFFFF;
	float:right;
	font-size:1em;
	width:150px;
}
#year{
	border:none;
	background-color:#282924;
	color:#FFFFFF;
	float:right;
	font-size:1em;
	width:150px;
}
.submit_cell{
	width:268px;
	height:63px;
	background-image:url(/img/login/submit_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	position:relative;
}
#submit{
	/*background-color:#282924;*/
	width:51px;
	height:51px;
	position:relative;
	top:6px;
	left:194px;
}
.warning{
	color:#830201;
}
#error_area{
	margin-top:10px;
}
#login_btm_border{
	float:left;
	clear:both;
	margin-left:47px;
	margin-top:22px;
	width:840px;
	height:1px;
	background-color:#2d291c;
}
#login_footer{
	float:left;
	margin-left:422px;
	margin-top:12px;
	width:320px;
	height:auto;
	color:#434143;
	font-size:0.9em;
}
#login_footer a{
	color:#a29061;
	text-decoration:none;
}
#login_footer a:hover{
	text-decoration:underline;
}


/* IE6 settings */

*html #login_banner{
	position:relative;
}
*html #login_top_border{
	position:relative;
	top:-1px;
}
*html #login_logo{
	position:relative;
	top:-76px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/logo.png', sizingMethod='fixed');
}
*html #login_form{
	margin-top:-112px;
	margin-left:212px;
}
*html #login_btm_border{
	margin-left:23px;
}
*html #login_footer{
	margin-left:212px;
}
*html #submit{
	top:14px;
}