body{
	padding-top: 0px;
	padding-bottom: 40px;
}

.form-signin {
  border: 3px #f2f2f2 dotted;
  border-top: none;
  max-width: 300px;
  padding: 19px 29px 29px;
  margin: 0 auto 20px;
  background-color: #fcfcfc;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
font-size: 16px;
height: auto;
margin-bottom: 15px;
padding: 7px 9px;
}

.divide{
	
}

a#move_up {
    position: fixed;
    top: 0;
    width: 7%;
    height: 100%;
    display: none;
    text-align: center;
    font: bold 12px Verdana, sans-serif;
    text-decoration: none;
    color: #7a7b76;
    padding-top: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    left: 0;
}
 
a#move_up:hover {
    color: #000;
    background: #e8e8ed;
    opacity: 0.8; 
    filter: alpha(opacity=80);
}

#menu{
  position: fixed;
  border:1px solid #555;
  border-right:none;
  box-shadow: 1px 1px 1px #ccc;
  top: 60px;
  right:0px;
}

.store li:nth-child(4) {
	margin-left: 80px;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}