#small_signup {
	display:inline;
	float:none;
	line-height:23px;
	margin:25px 0 0;
	width:170px;
}
a.signin.menu-open span {
	/*background-image:url("../images/toggle_up_dark.png");*/
	color:#789;
}

#signin_menu {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	display:none;
	/*background-color:#ddeef6;*/
	background-color:#c4ccdf;
	position:absolute;
	width:210px;
	z-index:100;
	border:0;
	text-align:left;
	padding:12px;
	top: 24.5px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	font-size:12px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:5px;
	height:15px;
}
#signin_menu p {
	margin:0;
	clear:both;
}
#signin_menu a {
	/*color:#6AC;*/
}
#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_menu p a {
	/*color:#27B!important;*/
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	margin:0 5px 0 0;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}

#app_menu {
	display:none;
	/*background-color:#ddeef6;*/
	position:fixed;
	width:160px;
	z-index:1000;
	border:0;
	text-align:left;
	bottom:0px;
	left: 2%; 
	font-size:12px;
}

#app_menu p.appheader{
	color:white;
	font-weight:bold;
	background-color:#6d84b4;
	text-indent:10px;
	display:block;
	line-height:20px;
}

.appmenudv{
	border:1px solid black;
	background:#ffffff;
}

.tipsy {
	opacity:1;
	filter:alpha(opacity=100);
	background-repeat:no-repeat;
	padding:5px;
}
.tipsy-inner {
	line-height:1.5em;
	padding:3px 8px;
	max-width:200px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:normal;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	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;
}

.tipsy_south_right{
	background:url(../images/tipsy-south.gif) no-repeat 85% bottom;
}
