
/*#container {
	width:780px;
	margin:0 auto;
	position: relative;
}

#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;
}
#topnav {
	/*padding:10px 0px 12px;*/
	font-size:11px;
	line-height:23px;
	text-align:right;
	font-weight:bold;
	color:#a0a0a0;
	width:150px;
	/*background:url(../images/loginline.png);*/
}
#topnav2 {
	/*padding:10px 0px 12px;*/
	font-size:11px;
	line-height:23px;
	text-align:right;
	font-weight:bold;
	color:#a0a0a0;

}
#topnav a.signin {
	letter-spacing:3px;
	padding-bottom:6px;
	padding-left:24px;
	padding-right:16px;
	padding-top:6px;
	text-decoration:none;
	font-weight:bold;
	color:#a0a0a0;
	/*-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
	/**background:transparent url("images/signin-nav-bg-ie.png") no-repeat 0 0;*/
	*padding:4px 12px 6px;
}
#topnav a.signin:hover {
/*		background:#59B;
*background:transparent url("images/signin-nav-bg-hover-ie.png") no-repeat 0 0;*/
	color:#fff;
	*padding:4px 12px 6px;
}
#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/login_03.jpg);*/
	background-repeat:no-repeat;
	background-position:100% 50%;

}
#topnav a.menu-open {
	/*background:#ddeef6!important;*/
	background:#333;
	color:#333333!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_up_dark.png");*/
	color:#fff;
	font-family:Calibri;
	font-size:11px;
	font-weight:bold;
}

#signin_menu {
	display:none;
	background-color:#333;
	position: absolute;
	left:299px;
	z-index:100;
	border:1px solid #333;
	text-align:left;
	font-family:Calibri;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
#LoginContent{
	position: relative;
	z-index:300;

	}

.Inputtext {
	display:block;
	border:1px solid #4b4c4c;
	font-size:13px;
	margin:0 0 5px;
	padding:5px;
	width:100%;
	height:26px;
	background:#333;
	color:#FFF;
	font-family:Calibri;
}
.InputtextLogin {
	/*display:block;
	border:1px solid #4b4c4c;
	font-size:13px;
	width:220px;
	height:26px;
	background:#333;
	color:#FFF;
	font-family:Calibri;*/

	display:block;
	border:1px solid #4b4c4c;
	font-size:13px;
	padding:5px;
	width:220px;
	height:15px;
	background:#333;
	color:#FFF;
	font-family:Calibri;
}
.InputtextLabel {
	font-family:Calibri;
	font-size:13px;
	color:#FFF;
	padding-top:5px;
	padding-bottom:5px;
}
.InputtextLabel1 {
	font-family:Calibri;
	font-size:13px;
	color:#FFF;
	padding-bottom:15px;
}
#signin_menu p {
	margin:0;
}
#signin_menu a {
	color:#6AC;
}
#signin_menu label {
	font-weight:normal;
}

#signin_menu .remember {
	padding:10px 0;
	float:left;
	color:#FFF;
	font-family:Calibri;
	font-size:13px;
	font-weight:bold;
}
*+html .ie6 {width:235px; }
* html .ie6 { width:240px; }
.submit{
	padding:10px 0;

	float: right;}

#signin_menu p.forgot, #signin_menu p.complete {
	clear:both;
	margin:5px 0;
	font-family:Calibri;
	color:#a0a0a0;
}
#signin_menu p a {
	color:#a0a0a0;
	font-family:Calibri;
	font-size:12px;
	text-decoration:underline;
	line-height:20px;
}
#signin_submit {

	background: url('../images/login_03.jpg') repeat-x scroll 0 0;
	border: none;
	width:70px;
	height:20px;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
	background: url('../images/loginhover_19.jpg') repeat-x scroll 0 0;
	border: none;
	width:70px;
	height:20px;
	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;
}

