.loginBox input {
	border-width: 1px;
	border-style: solid;
}

input.button-narrow {
	width: 51px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

input.button-wide {
	width: 140px;
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
}

input.bn-white {
	background-image: url("../img/buttons/button-white-narrow.gif");
}

input.bn-sidebar {
	background-image: url("../img/buttons/button-sidebar-narrow.gif");
}

input.bw-sidebar {
	background-image: url("../img/buttons/button-sidebar-wide.gif");
}
