.mt-home-ortho {
	width: 400px;
}

/* Login Box */

#mt-login-box {
	float: right;
	width: 204px;
	position: relative;
	margin: 4px 0 0 8px;
	padding: 4px;
	background-color: #FC4B67;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	border: 1px solid #b6c2d3;
}

#mt-login-box h3 {
	margin: 0 0 6px 0;
	color: #fff;
}

#mt-login-box p {
	font-size: x-small;
}

#mt-login-box .text {
	width: 194px;
}

#mt-login-button, #mt-request-password-button, #mt-access-button, #mt-enter-extranet, #mt-reset-button {
	display: block;
	width: 200px;
	height: 24px;
	margin-top: 16px;
	padding-top: 5px;
	background: transparent	url("/img/extranet/mt-login-box-button.png") no-repeat;
	text-align: center;
	text-decoration: none !important;
	font-size: small;
	font-weight: bold;
}

#mt-enter-extranet {
	margin: 0 auto;
}

#mt-login-box ul {
	padding: 0;
	margin: 0 4px 6px 16px;
	font-size: x-small;
	list-style: none;
	list-style-image: url("/img/default/arrow_black.png");
}

#mt-login-box li {
	margin-bottom: 3px;
}

#mt-login-box ul a {
	color: black;
}

/* USER TABLE */

.users {
	width: 605px;
}

.users td {
	padding: 3px 3px 0 3px;
	border-bottom: 1px solid silver;
}

.active {
	color: #009900;
}

.pending {
	color: #678FC6;
}

.rejected {
	color: #df0632;
}

/*	SQUEEZEBOX */

#sbox-content {
	font-family: arial, helvetica, sans-serif;
}

#sbox-content h1 {
	margin-bottom: 12px;
	font-size: small;
	font-weight: bold;
}

#sbox-content h1.error {
	color: #B5001F !important;
}

#sbox-content h1.success {
	color: #669900 !important;
}

#sbox-content p {
	margin-bottom: 1.2em;
	font-size: small;
	line-height: 1.4em;
}

#sbox-content a {
	color: black;
}

#sbox-content ul {
	padding: 0;
	margin: 0 4px 6px 16px;
	font-size: small;
	list-style: square;
}

#sbox-content li {
	margin-left: 1em;
	line-height: 1.4em;
	color: #B5001F
}

#sbox-content li span {
	color: black;
}

#sbox-content .text {
	width: 300px;
}

#sbox-content .description {
	font-size: x-small;
}
