#loginForm label{
	display:block;
	border:none;
}
#loginForm{
		background:rgb(51,51,51);
}
#loginForm legend
{
	color: #fff;
	background: rgb(51,51,51);
	border: 1px solid white;
	padding: 2px 6px
}

#login{

	text-align:left;
	width:200px;
	margin:100px auto;
}
#adminPanel{
	background-image:url('../images/bg.png');
	margin-top:0px;
	width:800px;
	height:100px;
}

a{
	text-decoration:none;
	color:white;
}
a:hover{
	text-decoration:none;
	color:yellow;
}
