h2, .business h2{
  color: #5f5f5f;
  margin: 15px 0 5px 0;
}

.content .left{
  float: left;
  width: 300px;

}

.left p{
  margin: 10px 0 10px 0;
}

.content .button{
  float: right;
  margin: 10px 0 0 0px;
}

.left .button.back{
  margin-right: 10px;
}

.content .right{
  width: 540px;
  float:right;
  clear:right;
}

.content .right p{
  line-height: 20px;
  margin-bottom: 10px;
}

.left > div{
  width: 240px;
  float:left;
}


.right > .field, .right > .actions{
  width:100%;
}

.right > div{
  overflow:hidden;
  clear:both;
}


#invoice-form, #invoice-contact-form{
  display:none;
  width:240px;
  float: left;
  margin-right: 30px;
}

.scrolled-background{
  height:400px;
  width: 213px;
}

.bottom_register {
  width: 230px;
  float: right;
  margin-top: 190px;
}

.bottom_register .right-span {
  float: right;
  line-height: 50px;
}

.bottom_register .right-span a {
  margin-left: 5px;
}

.horizontal-split{
  height: 30px;
  width: 100%;
  background: url(/images/redline_horizontal.png) center center no-repeat;
  background-size: 100% 1px;
}


.business .horizontal-split {
    background-image: url(/images/line_horizontal_blue.png);
}

.left .scrolled p{
  margin: 0;
}

h1.business_admin {
    font-size: 12px;
}