/* when changes are made in css, they are only loaded uppon refresh.
paste a copy of changes in this css file and temporarily include css
in header.
Since it is a new CSS, all new changes are loaded without refresh
*/

div#maincontentarea
{
   float: right;
   margin-top: 2px;
   width: 770px;
   background: url(/images/layout/main_content_center.jpg) repeat-y;
}

div#leftbar
{
   width: 190px;
   float: right;
}

div#leftbar form {
margin-top: 0px;
margin-bottom: 0px;
}


div#leftbar input
{
  width: 160px;
  margin-left: 15px;
  border: 1px solid #808080;
}

div#leftbar hr
{
  height: 1px;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  border-left: 0px solid #FFFFFF;
  width: 175px;
  margin-left: 9px !important;
  margin-left: 4px ;
}

