#bottom_bar {
	position: fixed;
	bottom: 0 !important;
	min-height: 50px;
	width: 100%;
	background: url('/img/bottom_bar.png') repeat-x rgb(73, 131, 33);
	z-index: 1000;
}

#nat_rel, #reg_tod{
	font-size: 14pt;
	font-weight: 700;
	margin-top: 5px;
	position: relative;
}
#nat_rel{left: -40px;}
#minicon{
	left: -25px;
	position: relative;
	top: 10px;
	width: 60px;
}
#clock{
	background-image: url('/img/clock.png');
	background-repeat: repeat-x;
	position: relative;
	top: -30px;
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}
#clock #numbers{
	color: red;
	font-size: 26pt;
	left: 6px;
	position: relative;
	top: 11px;
	min-width: 38px;
	width: 38px;
	max-width: 38px;
}
#clock #days{
	font-size: 15pt;
	position: relative;
	top: 10px;
	text-align: center;
}
#clock #left{
	position: relative;
	left: 3px;
}
#clock_wrap {
	height: 1px;
}

#help {
	float: right;
	position: relative;
	right: -30px;
}
#help a{
	text-align: center;
}
.help_button {
    background-color: #1f3c67;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid blue;
	color: #fff !important;
    display: block;
    font-size: 13px;
	font-weight: 500;
	margin-top: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
	padding: 0 3px;
	behavior: url('/css/PIE.htc');
}

.help_button:hover {
	background-color: blue;
}
#UserHomeForm a{
	font-size: 90%;
}
#home-ribbon {
	border: 2px solid #498321;
	color: #fff;
	margin-top: 5px;
	padding: 0 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius : 5px;
	behavior: url("/css/PIE.htc");

}
#home-ribbon a {
	color: #fff;
}