@charset "utf-8";
#logout {
	height: 20px;
	float: left;
	width: 77px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;

}
#edit {
	height: 20px;
	float: left;
	width: 78px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#loginarea {
	height: 50px;
	width: auto;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-repeat: repeat;
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


div.buttonlog {
	width:auto;
	top:0px;
	left: 0px;
	height: 20px;
}
div.buttonlog  a  {
	display:block;
	text-align:center;
	height: 17px;
	padding-top: 3px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	background-image: url(../images/login_butbg.png);
	background-repeat: repeat-x;
	text-decoration: none;
}
div.buttonlog  a:link {
	color: #FFFFFF;
	text-decoration:none;
}
div.buttonlog  a:hover {
	color:#FFFFFF;
	text-decoration: none;
	background-image: url(../images/login_butbg1.png);
}
div.buttonlog  a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
