body {
	background: url(../../images/layouts/auth/myrs-body-bg.jpg) top left no-repeat #333;
}

#myrs-container {
	background: none;
	min-width: 0;
}

#myrs-header,
#myrs-torso {
	width: 400px;
	margin: 0 auto;
}

#myrs-logo {
	background: url(../../images/layouts/auth/myrs-logo-bg.png) top left no-repeat;
	width: 154px;
	height: 63px;
	margin-left: 20px;
}

* html #myrs-logo {
	background: url(../../images/layouts/auth/myrs-logo-bg.gif) top left no-repeat;
}

#myrs-logo a {
	padding-top: 38px;
}

#myrs-torso {
	padding: 0;
	margin-top: 0;
	position: relative;
	z-index: 999;
}

#myrs-page {
	margin-top: 0;
}

#myrs-main {
	background: #fff;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,1);
}

#myrs-inactivity {
	background: #ab4000;
	padding: 10px;
	margin-bottom: 1em;
}

#myrs-inactivity p {
	color: #fff;
	text-shadow: 0 1px 0 #333;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#myrs-links {
	font-size: 1.2em;
}

#myrs-links div {
	margin-left: 10px;
	margin-right: 10px;
}

* html #myrs-links div {
	margin-left: 5px;
	margin-right: 5px;
}

#myrs-links img {
	vertical-align: text-bottom;
	margin-right: 0.5em;
}

#myrs-links a {
	color: #0069ab;
	text-decoration: none;
}

#myrs-links a:hover {
	background: #e5f2f8;
}

#myrs-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: none;
}

/* Dev Mode */

#myrs-dev {
	margin-top: 2em;
}
