input.installer-button {
	font-size: 1.4em;
}

.plugins-overview {
	font-size: 1.1em;
}

.update-notification-enabled, 
	.name.update-notification-enabled, 
	.alternate .name.update-notification-enabled 
{
	background-image: url("update_enabled.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

.update-notification-disabled, 
	.name.update-notification-disabled, 
	.alternate .name.update-notification-disabled 
{
	background-image: url("update_disabled.gif");
	background-position: top left;
	background-repeat: repeat-y;
}

td.name {
	padding-left: 8px;
}

.ws_error {
	color: red;
	font-weight: bold;
}

.ws_warning {
	color: orange;
}

.ws_debug {
	color: gray;
}

.ws_installer_log {
	display:none;
	padding: 2px 2px 2px 2px;
	margin-bottom: 4px;
	margin-top: 2px;
}