/**
  See for more information: http://www.hedgerwow.com/360/dhtml/css_stretched_box/demo.php
**/

.v-rounded{
  position:relative;
  z-index:2;
  margin:3px;
  zoom:1;
}

.v-rounded-bd{
  padding:12px;
  _height:40px;
  min-height:40px;
  zoom:1;
}

.v-rounded .bgnd{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  right:0;
  bottom:0;
  zoom:1;


}


.v-rounded .bgnd *{
  position:absolute;
  overflow:hidden;
  background-repeat:no-repeat;
  zoom:1;
}


.v-rounded .bgnd u.w{
  left:0;
  top:0;
  right:20px;
  height:20px;

}

.v-rounded .bgnd u.e{
  top:0;
  right:0;
  height:20px;
  width:20px;
  background-position:-980px 0;

}

.v-rounded .bgnd i.w{
  left:0;
  top:20px;
  right:20px;
  bottom:20px;
  background-repeat:repeat-y;
  background-position:-1000px 0;
}

.v-rounded .bgnd i.e{

  top:20px;
  right:0px;
  width:20px;
  bottom:20px;
  background-repeat:repeat-y;
  background-position:100% 0;
}



.v-rounded .bgnd b.w{
  left:0;

  bottom:0;
  right:20px;
  height:20px;
  background-position:0 100%;
}

.v-rounded .bgnd b.e{
  height:20px;

  bottom:0;
  right:0;
  width:20px;
  background-position:-980px 100%;
}

