




#logincontainer {
	font-size: 16px;
	margin-top: -43px;
	float:right;
	z-index: 300;
	width:150px;
	height: 32px;
	position: relative;
	padding-top: 2px;
	padding-right: 10px;
	border: 0px solid #000;
}

#logincontent {
	width:150px;
	min-height:auto;
	border: 0px solid #000;
}
#logincontent a:link, #logincontent a:visited, #logincontent a:Active {
	
	color:#27b;
	text-decoration:none;
}
#logincontent a:hover {
	text-decoration:underline;
}
a img {
	border-width:0;
}
#topnav {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}
#topnav a.signin {
	background:none;
	padding:0px;
	text-decoration:none;
	font-size: 16px;
	font-weight:normal;
	color:#333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:none;
	
}

#topnav a.signin:link, #topnav a.signin:Visited, #topnav a.signin:Active; {
	color:#333;
	background:none;
	*background:none;
	*padding:0px;
}

#topnav a.signin:hover {
	color:#ff9900;
	background:none;
	*background:none;
	*padding:0px;
}
#topnav a.signin, #topnav a.signin:hover {
	
	*background-position:0 3px!important;
}


a.signin {
	position:relative;
	margin-left:3px;
}

a.signin span {
	background-image:url("images/toggle_up_dark.gif");
	background-repeat:no-repeat;
	background-position:100% 50%;
	padding:0px 16px 0px 0;
	border: 0px solid black;	
}

#topnav a.menu-open {
	background:none!important;	
	outline:none;
}

#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_down_dark.gif");
	color:#f90;
}


#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:none;
	background-color:#e1ebed;
	position:absolute;
	width:210px;
	z-index:100;
	border:0px transparent;
	text-align:left;
	padding:12px;
	top: 28px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}
#signin_menu p {
	margin:0;
}
#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;
	font-size:12px;
	text-decoration:none;
}


#login_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('images/bg_btn_black.gif') repeat-x scroll 0 0;
	border:1px solid #39D;
	color:#fff;
	text-shadow:0 -1px 0 #39d;
	padding:4px 10px 5px;
	font-size:11px;
	margin:0 5px 0 0;
	font-weight:bold;
}

#login_submit::-moz-focus-inner {
padding:0;
border:0;
}

#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	cursor:pointer;
}





/****************TopProfile****************************/

#TopProfile {
	padding:10px 0px 12px;
	font-size:11px;
	line-height:23px;
	text-align:right;
}
#TopProfile a.signin {
	background:none;
	padding:0px;
	text-decoration:none;
	font-size: 16px;
	font-weight:normal;
	color:#333;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	*background:none;
	
}

#TopProfile a.signin:link, #TopProfile a.signin:Visited, #TopProfile a.signin:Active; {
	color:#333;
	background:none;
	*background:none;
	*padding:0px;
}

#TopProfile a.signin:hover {
	color:#ff9900;
	background:none;
	*background:none;
	*padding:0px;
}
#TopProfile a.signin, #TopProfile a.signin:hover {
	
	*background-position:0 3px!important;
}


#Profile_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:none;
	background-color:#e1ebed;
	position:absolute;
	width:210px;
	z-index:100;
	border:0px transparent;
	text-align:left;
	padding:12px;
	top: 28px; 
	right: 0px; 
	margin-top:5px;
	margin-right: 0px;
	*margin-right: -1px;
	color:#789;
	font-size:11px;
}

#Profile_menu input[type=text], #Profile_menu input[type=password] 
{
	display:block;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ACE;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:203px;
}

#Profile_menu p {
	margin:0;
}

#Profile_menu label {
	font-weight:normal;
}
#Profile_menu p.remember {
	padding:10px 0;
}
#Profile_menu p.forgot, #Profile_menu p.complete {
	clear:both;
	margin:5px 0;
}
#Profile_menu p a:link, #Profile_menu p a:Visited, #Profile_menu p a:Active {
	color:#27B!important;
	font-size:12px;
	text-decoration:none;
}

#Profile_menu p a:hover{
	color:#f90!important;
	font-size:12px;
	text-decoration:none;
}


/****************Tipsy****************************/


.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 ;
	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;
}




/****************added****************************/

.signin_welcome 
{
	font-size: 16px;
	font-weight:normal;
	color:#333;
}

