/*UPC Business theme*/

#login-form .box-inner {
    text-align: center;
}

#toplogo {
    height: 40px;
}

#topnav {
	height: 46px;
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	background: #D0D0D0;
	background: -moz-linear-gradient(top, #D0D0D0 0%, #A0A0A0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D0D0D0), color-stop(100%,#A0A0A0));
	background: -o-linear-gradient(top, #D0D0D0 0%, #A0A0A0 100%);
	background: -ms-linear-gradient(top, #D0D0D0 0%, #A0A0A0 100%);
	background: linear-gradient(top, #D0D0D0 0%, #A0A0A0 100%);
}

#taskbar a.button-selected {
	color: #fff;
	background-color: #0071BC;
	text-shadow: 0px 1px 1px black;
}

#taskbar a span.button-inner {
 background:url(images/buttons.png) -1000px 0 no-repeat
}

#taskbar a {
    color: #000;
    text-shadow: 0px 1px 1px white;
}

#taskbar a.button-selected {
	color: #fff;
	background-color: #0071BC;
	text-shadow: 0px 1px 1px black;
}

