#topnav {
	padding: 0;
	text-align: right;
}

#topnav a.signin {
	position: relative;
	display: inline-block;
	margin-left: 3px;
	padding: 6px 4px 6px 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #fff;
	background: #338bae url(../i/bg-bunew.png) repeat-x;
	border-bottom: 1px solid #444;
	border-radius: 2px;
	box-shadow: 0 1px 3px #999;
}

#topnav a.signin:hover {
	background-color: #489dbe;
}

a.signin span {
	padding-right: 16px;
	background: url("../i/toggle_down_light.png") no-repeat 100% 48%;
}

#topnav a.menu-open {
	color: #fff !important;
	outline: none;
	background: #26718f !important;
}

#small_signup {
	display: inline;
	float: none;
	line-height: 14px;
	margin: 25px 0 0;
	width: 170px;
}

a.signin.menu-open span {
	color: #fff;
	background-image: url("../i/toggle_up_dark.png");
}

#signin_menu {
	display: none;
	position: absolute;
	width: 210px;
	z-index: 4000;
	border: 1px transparent;
	text-align: left;
	padding: 12px;
	top: 18px; 
	right: 173px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
	background-color: #fff;
	border: solid 1px #26718f;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

#signin_menu input[type=text],
#signin_menu input[type=password] {
	display: block;
	font-size: 13px;
	margin: 0 0 5px;
	padding: 5px;
	width: 203px;
	border: 1px solid #a6d8ec;
	border-radius: 2px;
}

#signin_menu p {
	margin: 0;
}

#signin_menu label {
	font-weight:normal;
}

#signin_menu p.remember {
	padding: 10px 0;
}

#signin_menu p.forgot,
#signin_menu p.complete {
	clear: both;
	margin: 5px 0;
}

#signin_submit {
	margin: 0 5px 0 0;
	padding: 4px 10px 5px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #39d;
	color: #fff;
	border: 0;
	border-radius: 2px;
	background: #26718f;
}

#signin_submit:hover,
#signin_submit:focus {
	cursor: pointer;
}

.tipsy-inner {
	padding:10px 15px;
	line-height:1.5em;
	font-weight:bold;
}
.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	padding:8px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	border-radius:2px;
	background-color:#000;
	color:white;
	text-align:left;
}
.tipsy-north {
	background-image:url(images/tipsy-north.gif);
	background-position:top center;
}
.tipsy-south {
	background-image:url(images/tipsy-south.gif);
	background-position:bottom center;
}
.tipsy-east {
	background-image:url(images/tipsy-east.gif);
	background-position:right center;
}
.tipsy-west {
	background-image:url(images/tipsy-west.gif);
	background-position:left center;
}
