#functions	{
	position: fixed;
	background-color: #ff9239;
	display: block;
	width: 160px;
	height: 30px;
	margin: 0 10px 50px 0;
	top: 0px;
	right: 10px;
	color: #fff;
	z-index: 100;
	overflow: hidden;
	text-align: left;
	padding: 10px;
	line-height: 14px;
	font-size: 11px;
	font-family: Georgia, Times, sans-serif;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;  	
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;

}
#functions a {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	
}
#functions a, a:link, a: visited {
	color: #303030;
	text-decoration: none;
	
}
#functions a:hover {
	color: #303030;
	text-decoration: underline;
	
}

#memberwelcome	{
		margin: 10px 0 0 300px;
	width: 310px;
	display: block;
	background-color: #303030;
	padding: 10px 20px 10px 20px;
	-moz-border-radius-topleft: 15px;
  	-moz-border-radius-bottomleft: 15px;
  	-moz-border-radius-bottomright: 15px; 
  	 
  	-webkit-border-top-left-radius: 15px;
  	-webkit-border-bottom-left-radius: 15px;
  	-webkit-border-bottom-right-radius: 15px; 	
  	font-family: Georgia, Times, serif;
  	font-size: 14px;
  	color: #ccc;
  	position: absolute;
}
#logincontainer	{
	position: fixed;
	background-color: #303030;
	display: block;
	width: 250px;
	top: 50%;
	right: 50%;
	margin: -100px -115px 0 0;
	color: #fff;
	z-index: 100;
	overflow: hidden;
	text-align: left;
	padding: 10px;
	line-height: 14px;
	font-size: 11px;
	font-family: Georgia, Times, sans-serif;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;  	
  	-webkit-border-bottom-right-radius: 5px;
  	-webkit-border-bottom-left-radius: 5px;
 }
