@charset "UTF-8";

body{
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/bkg.gif) repeat;
	text-align:center;
}

#holder{
	margin:0 auto 0 auto;
	text-align:left;
}

#logo{
	margin:27px 0 0 36px;
}

#center{
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/centerBkg.png) repeat-x;
	height:335px;
	margin-top:60px;
	padding:14px 0 0;
}

#contentHolder{
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/contentBkg.gif) repeat-x;
	height:303px;
	margin:0 8px;
	padding:50px 0 0 66px;
	text-align:center;
}

#content{
	width:816px;
	margin:0 auto;
	text-align:left;
}

#remember{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:lighter;
	letter-spacing:1px;
	color:#FFF;
	font-size:9px;
	margin:-10px 0 0 295px;
	padding:0 0 10px;
}
#remBox {
    margin:2px 4px;
}

p.label_checkbox_pair {
clear: both;
float: none;
position: relative;
width:87px;
}

p.label_checkbox_pair input {
left: 70px;
position: absolute;
top: -6px;
height:13px;
width:13px;
}

p.label_checkbox_pair label {
display: block;
width: 200px;
}

#login{
	float:left;
	margin:-2px 0 0 0;
	width:383px;
}

#pass{
	clear:both;
	float:left;
	margin:8px 0;
	width:383px;
}

.fieldHolder{
	width:374px;
	float:left;
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/txtFieldCenter.png) repeat-x top;
	height:31px;
}

.field{
	background:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#7f8082;
	border:0;
	outline:0;
	margin:0;
	padding:0;
	width:374px;
	padding:8px 0 2px 0;
}
/* END LOGIN FIELDS */




.leftSide{
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/txtFieldLeft.png) no-repeat;
	width:6px;
	height:31px;
	float:left;
}
.rightSide{
	background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/txtFieldRight.png) no-repeat;
	width:3px;
	height:31px;
	float:left;
}

#signInBtn{
	clear:both;
	float:left;	
	margin:-1px 0 0 0;
	width:386px;
}

#forgot{
	clear:both;
	float:left;
	margin:10px 0 0 4px;
	width:199px;
}

#new{
	clear:both;
	float:left;
	margin:44px 0 0 4px;
	width:243px;
}

#left{
	clear:both;
	float:left;
	width:383px;
}

#right{
	float:left;	
	margin:-44px 0 0 48px;
	height:289px;
	width:383px;
	
}

/* FOOTER */
#footer{
	background-image:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/footer/bkg-footer.png);
	background-repeat:repeat-x;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	min-width:960px;
	height:38px;
	padding-top:6px;
	z-index:900;
}

#footerLinks {
	font-family: Helvetica, Arial, sans-serif;
	background-repeat:repeat-x;
	display:block;
	height:45px;
	padding-top:13px;
	padding-left: 20px;
	padding-right: 20px;
	float:right;
	font-size: 12px;
}

#allThat {
	margin-top:14px;
	margin-left:45px;
}

.left {
	float:left;	
}

#footerLinks a {
	color: #12B6EA;
	text-decoration: none;
}
#footerLinks a:hover {
	text-decoration: underline;
}
.footerPiping {
	margin-right: 9px;
	margin-left: 9px;
	margin-top: 1px;
	vertical-align:text-top;
}
/* END FOOTER */

.user-login-button{
  width:386px;
  height:34px;
  border:none;
  text-indent:-9999px;
  cursor:pointer;
}
.login-initial {
  background:url(http://www.getlockerzinvite.net/signIn.png) no-repeat 0 0;
}
.login-initial:hover{
  background:url(http://www.getlockerzinvite.net/signInOver.png) no-repeat 0 0 !important;
}
.login-wrong-email {
  background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/wrongEmail.png) no-repeat 0 0;
}
.login-wrong-combo {
  background:url(http://media.lockerz.com/sites/default/themes/sky/assets/img/login/wrongCombo.png) no-repeat 0 0;
}