/* User Panel */
#wrapper-inner{
  position:relative;
}
a, a:hover, a:visited, a:active{
   border:none;
}
input{
  outline:none;
}
.clearfix{
  clear:both;
}
#jf_bottom_pannel{
  height:10px;
  position: relative;
 /* background:url(../images/jf_close_bg.png) repeat-x;*/
  text-align:center;
  width: 1000px;
  left:50%;
  margin-left: -500px;
  top: 130px;
}

a#toggleOpen,a#toggleOpen:visited,#toggleOpenDisable{
  display:block;
  background: transparent url(../images/jf_close.png) no-repeat 0 0;
  width:119px;
  height:30px;
  margin:0 auto;
  position: relative;
  left 50%;
}
.closeTop{
  background: url(../images/jf_close.png) no-repeat 0 0 !important;
}
.openTop{
  background: url(../images/jf_open.png) no-repeat 0 0 !important;
}
a#toggleOpen:hover{
}
/* toggle effect*/
#jf_middle_pannel{
  top: 100px;
  width: 1000px;
  background:url(../images/jf_content.png) repeat;
  position: relative;
  z-index: 99999;
  overflow:auto;

  height: 80%;
  min-height: 500px;
}

#jf_middle_pannel_content{
  color:#000;
  overflow:hidden;
  padding-left:20px;
  padding-top:5px;
}
/* SUFIJO #jf_middle_pannel */
#personalizado { background:none; background-color: transparent;}