#ja-usc-outter-wrapper  {
  height: 100%;
  width: 420px;
  margin: 0 0 0 -420px;
}

#ja-usc-outter {
  height: 450px;
  padding: 0;
  width: 420px;
  height: 100%;
  background: #fff;
  border: 5px solid #222;
  position: absolute;
}

#ja-usc-outter-wrapper:hover #ja-usc-outter {
}

#ja-usc-wrapper {
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  min-height: 100%; 
  height: 100%;
  z-index: 40;
}

#ja-usc-wrapper .left-side {
  float: left;
}
 
#ja-usc-wrapper .right-side {
  float: left;
}

/* Site Creater */
#ja-site-creater {
  position: absolute;
  top: 55% !important;
  height: auto;
  width: 30px;
}

a#ja-site-creater-link {
  display: block;
  -webkit-transform: rotate(90deg);	
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  text-decoration: none;
  font: normal bold 12px/30px Helvetica, Arial, sans-serif;
  white-space: nowrap;
  background: url(../images/stripe-bg.png) #222;
  color: #ccc;
  width: 130px;
  height: 30px;
  text-align: center;
  outline: none;
  margin-left: -51px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  letter-spacing: 2px;
  box-shadow: 0 -1px 1px rgba(0,0,0,.5);
}

a#ja-site-creater-link:hover {
  outline: none;
  color: #fff;
}

a#ja-site-creater-link:active,
a#ja-site-creater-link:focus {
  outline: none;
  color: #FFF;
}

/* Creater Chrome fix */
html[xmlns*=""]:root #ja-site-creater {
  margin-top: 25px;
}
/* //Creater Chrome fix */

/* Creater IE7 fix */
*:first-child+html a#ja-site-creater-link {
  writing-mode: tb-rl;
  height: 130px;
  width: 30px;
  margin: 0;
}
*:first-child+html a#ja-site-creater-link span {
   padding-top: 15spx;
   background-position: 117px 12px;
   display: block;
}
/* //Creater IE7 fix */

/* Creater IE8 fix */
@media \0screen {
  a#ja-site-creater-link {
    writing-mode: tb-rl;
    height: 130px;
    width: 30px;
    margin: 0;
  }
  a#ja-site-creater-link span{
    background-position: center 5px;
  }
  
  #ja-usc-wrapper .right-side {
    float: none !important;
    zoom: 1;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
  }
  #ja-site-creater {
    position: relative;
    top: 55% !important;
  }
 
}
/* //Creater IE8 fix */

/* overlay */
body.demo-builder-open #demo-overlay {
  opacity: 0.8;
  z-index: 30;
}

body.demo-builder-open #ja-usc-wrapper {
  z-index: 40;
}