﻿.DivLogin
{
	text-align: center;
}
.DivLoginbutton
{
	padding-bottom: 4px;
	cursor: pointer;
	background: transparent url(Images/Structure/Button.jpg) no-repeat center center;
	width: 115px;
	height: 25px;
	border: none;
	margin-bottom: 2px;
	text-align: center;
	color: #FFFFFF;
}
.DivLoginbutton:hover
{
	background: transparent url(Images/Structure/ButtonHover.jpg) no-repeat center center;
	color: #FFFFFF;
}