﻿/* **************************************************************** */
/* Left og right content areas on subpages                          */
/* **************************************************************** */ 

.left,
.right { float: left; width: 526px; }

.left { 
  width: 190px; 
  height: 441px;
  margin-top: 39px; 
  background: url(../img/bg-line-content-right.gif) repeat-y 100% 0%;
}

.right {
  height: 441px;
  margin-top: 39px;
}

#three-col-form .left { width: 298px; padding-left: 30px; padding-right:20px }
#three-col-form .right { width: 358px; }

.right .rightcontent { padding: 0 30px 0 30px; }

#block_1 .scrollContentWrapper {
  overflow:hidden;
  position:relative;
  float: left;
  height: 441px;
  _height: 401px;
}
    
#block_1 .scrollContent {
  position:absolute;
  top:0;
  left:0;
}

.scrollbar {
  position: absolute;
  top: 70px;
  right: 10px;
}

#block_1 .scrollContentWrapperForm {
  overflow:hidden;
  position:relative;
  height: 441px;
}
    
#block_1 .scrollContentForm {
  position:absolute;
  top:0;
  left:0;
}