@charset "UTF-8";

.LB-white-content {
    background-color:#eee;
}

#gauth-widget {
    padding:0px;
    border:0px none;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
}

.signInWrapper {
	margin-top: 35px;
	margin-bottom: 30px;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.signInFrameBottom {
	background: url(images/signin-bg-bottom.png) no-repeat left bottom;
}

.signInFrameTop {
	width: 950px;
	background: url(images/signin-bg-top.png) no-repeat left top;
}

.signInFrameMiddle {
	position: relative;
	background: url(images/signin-bg-middle.png) repeat-y left top;
}

.signInButton {
	width: 125px;
	height: 40px;
	background: url(images/signin-button-bg.png) no-repeat 0 0;
	border: none;
	font: bold 13px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	cursor: pointer;
	text-shadow: #fff 0 1px 0;
	position: relative;
	left: 80px;
}

.signInButton:hover {
	background-position: 0 -40px;
}

.signInButton:active {
	background-position: 0 -80px;
}

.signInBox {
    position: relative;
    padding: 70px 90px 55px;
    width: 280px;
    _width: 460px;
}

.signInTitle, .createAccountTitle {
	font-size: 20px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
	margin-bottom: 15px;
}

.signInTitle {
	background: url(images/signin-icon.png) no-repeat -4px -3px;
	padding-left: 42px;
	line-height: 34px;
}

.signInFieldLabel, .signInRememberMe {
	font-size: 14px;
	font-weight: bold;
	color: #5f5e5f;
	text-shadow: #fff 0 1px 0;
	line-height: 25px;
}

.signInRememberMe {
	margin-bottom: 30px;
}

input.signIn {
	width: 270px;
	height: 22px;
	_height: 28px;
	font-size: 14px;
	border: 1px solid #a7a7a7;
	padding-top: 6px;
	padding-left: 4px;
	background: #fff url(images/search-field-bg.png) repeat-x;
	margin-bottom: 15px;
	border-radius:3px;
}

.signInNotes {
	margin-top: 30px;
	font: 12px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	position: relative;
	width: 400px;
	margin-left: -57px;
}

.createAccountBox {
	position: absolute;
	width: 340px;
	_width: 480px;
	right: 0;
	top: 0;
	padding: 70px;
	text-align: center;
}

.createAccountButton {
	display: block;
	background: url(images/create-account-button-bg.png) no-repeat;
	width: 330px;
	height: 50px;
	_height: 85px;
	font: bold 18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #000;
	text-shadow: #fff 0 1px 0;
	text-decoration: none;
	padding-top: 28px;
	margin-top: 45px;
	margin-bottom: 45px;
}

.createAccountButton:hover {
	background-position: 0 -100px;
	color: #000;
	text-decoration: none;
}

.createAccountButton:active {
	background-position: 0 -200px;
}

.createAccountNotes {
	font-size: 13px;
	line-height: 20px;
	text-shadow: #fff 0 1px 0;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}



