/**
  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:60px;
  min-height:60px;
  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:40px;
  height:60px;
  
}

.v-rounded .bgnd u.e{
  top:0;
  right:0;
  height:60px;
  width:40px;
  background-position:-960px 0;
  
}

.v-rounded .bgnd i.w{
  left:0;
  top:60px;
  right:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:-1000px 0;
}

.v-rounded .bgnd i.e{
  
  top:60px;
  right:0px;
  width:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:100% 0;
}



.v-rounded .bgnd b.w{
  left:0;
 
  bottom:0;
  right:40px;
  height:40px;
  background-position:0 100%;
}

.v-rounded .bgnd b.e{
  height:40px;
  
  bottom:0;
  right:0;
  width:40px;
  background-position:-960px 100%;
}
