
#content {
	width:520px;
	min-height:500px;
}
a:link, a:visited {
	color:#27b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}
#menu a.signin {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
}
#menu a.signin:hover {
	text-decoration:underline;
}
#menu a.signin, #menu a.signin:hover {
	*background-position:0 3px!important;
}

a.signin {
	position:relative;
	margin-left:3px;
}
a.signin span {
	background-image:url("images/toggle_down_light.png");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:4px 16px 6px 0;
}
#menu a.menu-open {
	background:#0d1535!important;
	color:#666!important;
	outline:none;
}
#small_signup {
	display:block;
	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-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	display:block;
	background-color:#0d1535;
	/* filter: alpha(opacity=90);
	-moz-opacity: .9;
	 KhtmlOpacity: .9;
	 opacity: .9; */
	position:absolute;
	width:410px;
	height:95px;
	z-index:100;
	border:1px #0d1535 solid;
	text-align:left;
	padding-left:5px;
	top: 28px; 
	right: -10px; 
	color:#fff;
	font-size:11px;
	margin-right:10px;
}
#email_left{
	width:300px;
}
#signin_menu input[type=text], #signin_menu input[type=password] {
	border:1px solid #CCCCCC;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:180px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}
#signin_menu p.username {
	width:200px;
	height:45px;
	position:absolute;
	right:195px;
	top:10px;
}
#signin_menu p.password {
	width:200px;
	height:45px;
	position:absolute;
	right:0px;
	top:10px;
}
#signin_menu p.remember {
	width:180px;
	height:15px;
	padding-left:0px;
	padding-top:7px;
	position:absolute;
	right:205px;
	top:60px;
}
#signin_menu p.btn {
	width:200px;
	height:25px;
	position:absolute;
	right:-80px;
	top:55px;
}
#signin_menu p.forgotted {
	width:170px;
	height:25px;
	position:absolute;
	right:100px;
	top:65px;
}
#signin_menu p.forgot, signin_menu p.complete {
	clear:both;
	margin:5px 0;
}
#signin_menu p a {
	color:#fff!important;
}	

.btnLogin {
	background-image:url("images/btnLogin.png");
	background-repeat:no-repeat;
	background-color:transparent;
	width:117px;	
	display:block;
	height:39px;
	cursor:pointer;
	padding:0;
	border:0;
}
.btnLogin:hover {
	background-position:0 -39px;
}

.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;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-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;
}
