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

#myrs-container {
	background: none;
}

#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: 153px;
	height: 38px;
	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);
}

#links {
	font-size: 1.2em;
}

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

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

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

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

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

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

/* Dev Mode */

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