.button {
  margin: 0;
  padding: 0;
  border: 0;
  width:  49px;
  height: 25px;
  background: url(http://www.laplandvideos.com/images/button.jpg) no-repeat;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.button:hover {
  margin: 0;
  padding: 0;
  border: 0;
  width:  49px;
  height: 25px;
  background: url(http://www.laplandvideos.com/images/button_mo.jpg) no-repeat;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.passwordInput
{
	border: 0;
	width: 173px;
	height: 25px;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #567e98;
}
.changeResolution
{
	font-family: arial, verdana;
	color: #212121;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.changeResolution:hover
{
	font-family: arial, verdana;
	color: #3E9ACB;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}