/* Centre content */
* html body {
	text-align: center;
}

* html #content-wrapper {
	text-align: left;
}

/* Fix system message appearance */
* html #system-message {
	margin-left: 0;
	width: auto;
	background-position: -10px 0;
}

* html #system-message-shadow {
	margin-left: 0;
	width: auto;
	background-position: -10px 0;
}

/* Fix login box colours */
* html #login-box th {
	color: #ffffff;
}

/* Get rid of Top Tip background/shadow */
* html #tips-box {
	background-image: none;
	background: #fff6c9;
	margin-left: 0;
	width: auto;
}

* html #tips-shadow {
	display: none;
}

/* Fix help list positioning */
* html .help-section-list li {
	width: 180px;
}

/* Left column width */
* html #column-left {
	width: 424px;
}

/* Login form input width */
* html #login-form input.text-input {
	width: 320px;
	margin-bottom: 4px;
}