label {
	display: inline;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}

#nav_login, #nav_signup{
	position: absolute;
	display: block;	
	z-index: 40;
	top: 15px;
	width: 192px;
	height: 55px;
	text-indent: -2000px;
	background: url(/img/tour/nav_login.png) no-repeat;
	background-position: 0 0;	
	}
#nav_login{
	left: 660px;
	width: 113px;	
	background-position: 28px 0;
	}
a#nav_login:hover{
	background-position: 28px -57px;
	}

#nav_signup{
	left: 772px;	
	background-position: right 0;
	}

/* ----- Header -----*/

#login{
	position: absolute;
	z-index: 500;
	top: 9px;
	right: 12px;
		
	padding: 5px;
	text-align: left;
	color: #fff;
	font-size: 12px;
	
	}

#login .btn{
	margin-top: 2px;
	}

#login input[type="checkbox"]{
	margin: 0 5px 0 0;
	}

input.linkButton{

	display: inline-block;
	padding: 2px;
	background: #616161 url(/img/background-top.png) repeat-x 0px -45px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: #0d5515 1px solid;

	width: 100px;
	padding: 2px 6px 4px 8px;
	#padding: 1px 6px 1px 8px;
	}

input.linkButton:hover{
	color: #fff;
	background-position: 0px -9px;
	}

.box input.sm{
	width: 100px;
	}

/* ----- Sidebar Content ----- */

#sidebar .box{
	position: relative;
	padding: 0px 5px 0px 5px;
	margin-bottom: 10px;
	font-size: 11px;	
	border: 1px solid #939393;
	background: #DADCDD;
	}

.box h2{
	font-size: 17px;
	margin: 2px 0 4px -3px;
	padding: 0px;
	border-bottom: 1px solid #616161;
	}

#sidebar #visitor-logo{
	text-align:center; 
	font-size: 18px; 
	font-weight:bold; 
	height: 25px;
	margin-bottom: 3px;
	background: transparent;
	color: #fff;
	}
	
a.signup{
	position: relative;
	display: block;
	width: 192px;
	height: 55px;
	text-indent: -9000px;
	margin: 7px auto;
	background: url(/img/tour/btn_signup_now.png) no-repeat 0 0;
	}
a:hover.signup{	background-position: bottom left;}
