#logincontainer {
	width:780px;
	margin:0 auto;
	position: relative;
}

#content {
	/*width:520px;*/
	/*min-height:500px;*/
}
a img {
	border-width:0;
}
#topnav {
	
	
}
.login {
color:#4a4a4a !IMPORTANT;
font-family:Arial, Helvetica, sans-serif; 	
}
.login .user {
	background:#f4f4f4 url(../images/user.png) no-repeat
}
.login .password {
	background:#f4f4f4 url(../images/password.png) no-repeat
}


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


#signin_menu {
border-radius: 2px;
display: none;
background-color: #5a5c5e;
position: absolute;
width: 254px;
z-index: 100;
border: 1px transparent;
text-align: left;
padding: 12px;
/*left: 167px;*/
top: 168.5px;
margin-top: 5px;
margin-right: 0px;
margin-left: -60px;
color: #fff;
font-size: 11px;
}

.loginarrow {
position: absolute;
margin: -30px 0px 0px 105px;
}


#signin_menu input[type=text], #signin_menu input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
line-height: 0px;
letter-spacing: 0px;
padding: 8px 26px 8px 46px;
font-size: 14px;
color: #8e8d8d;
width: 180px;
margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: inset 2px 2px 4px #f1f1f1;
border: 1px solid #d8d8d8;
height: 17px;

}
#login #signin .button{
width: 254px !IMPORTANT;
height: 34px !IMPORTANT;
border-radius: 3px !IMPORTANT;
margin: 0px 0px 0px 0px;
}
#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:#fff!important;
}
#signin_submit {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:#39d url('images/bg-btn-blue.png') 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;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background-position:0 -5px;
	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;
	-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;
}

#signin_menu .header {
	width: 255px;
height: 30px;
margin-bottom: 10px;
display: block;
	background: -moz-linear-gradient(top, rgba(227,235,241,1) 0%, rgba(187,205,220,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,235,241,1)), color-stop(99%,rgba(187,205,220,1)));
background: -webkit-linear-gradient(top, rgba(227,235,241,1) 0%,rgba(187,205,220,1) 99%);
background: -o-linear-gradient(top, rgba(227,235,241,1) 0%,rgba(187,205,220,1) 99%);
background: -ms-linear-gradient(top, rgba(227,235,241,1) 0%,rgba(187,205,220,1) 99%);
background: linear-gradient(to bottom, rgba(227,235,241,1) 0%,rgba(187,205,220,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3ebf1', endColorstr='#bbcddc',GradientType=0 );
}
input:-webkit-autofill {
background-color: #39F !important;
}
#signin_menu .header .text{	
color: #4a4a4a;
padding: 0px;
margin: 14px 0px 0px 5px;
height: 21px;
line-height: 0px;
font-weight: bold;
}
#signin_menu .header .close{	
color: #4a4a4a;
padding: 0px;
margin: 12px 0px 0px 5px;
height: 21px;
line-height: 0px;
}
.formbody input.text{
	background: #f1f1f1;
}

