#loginOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #262626;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: .6;
	-moz-opacity: .5;
	display:none;
	z-index:100000;
}
#loginFormOverlay {
	background:#FFFFFF none repeat scroll 0 0;
	border:3px solid #CCCCCC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: -2px 5px 5px #333;
	-moz-box-shadow: -2px 5px 5px #333;
	box-shadow: -2px 5px 5px #333;
	color:#333333;
	left:35%;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	position:absolute;
	top:100px;
	width:370px;
	z-index:100001;
}
.headertxt {
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
}
#formButtonDiv {
	float:right;
	left:3px;
	background: #FFFFFF;
}
#searchButton {
	font-size: .7em;
	font-weight: bolder;
	color: #013a75;
	text-align: center;
	background-color: #deebff;
	border: 1px solid #A5ACB2;
	cursor: pointer;
	padding: 1px;
}
#loginLogo {
	position: relative;
	float: left;
}
#loginTitle {
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	position: relative;
	padding: 0 11px 0 0;
	line-height: 47px;
	vertical-align: bottom;
	color: #117DC3;
}
#loginMessage {
	background: white none repeat scroll 0 0;
	color: #FF751A;
	font-size: 13px;
	height: 13px;
	left: 5px;
	position: relative;
	text-align: left;
	width: 100%;
	clear: both;
	border-top: 1px #999 solid;
	padding: 15px 0 1px 0;
	margin-top: 5px;
}
#loginCloseButton {
	z-index: 509;
	position: absolute;
	padding: 1px;
	display: block;
	background: url(/images/icons/close.png) no-repeat left top;
	top: -10px;
	right: -15px;
	width: 31px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;
}
#loginAdditionalLinks {
	display: block;
	text-align: left;
	}
#loginAdditionalLinks ul { margin: 0; padding: 0; list-style-type: none; }
#loginAdditionalLinks ul li {
	margin: 0;
	background: url(/images/icons/minibullet.gif) no-repeat left 50%;
	padding-left: 15px;
}
#loginAdditionalLinks ul li a { font-size: 90%; text-decoration: none;}
#loginAdditionalLinks ul li a:hover { text-decoration: underline;}
#anonMenu {
	display:inline;
}
#authenticatedMenu {
	display:none;
}
#loginButtonDiv {
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
}

#loginForm {
	padding: 0 0px 0 30px;
}

#loginForm table
{
text-align: right;
}

#loginForm input
{ border: 1px solid #999; width: 180px; margin-left: 10px; }

/* blue button style*/
a.bbutton {
	background-image:url(../images/blue_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	cursor:pointer;
	display:inline-block;
	margin:0;
	padding:0 10px 0 0;
	text-decoration:none;
}
a.bbutton span {
	background-image:url(../images/blue_left.gif);
	background-repeat:no-repeat;
	border:0 none;
	color: #FFFFFF;
	cursor:pointer;
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	line-height:32px;
	margin:0;
	padding:0 10px 0 12px;
	text-decoration:none;
}
