@CHARSET "UTF-8";

.v-chrome {
	position:relative;
	z-index:2;
	zoom: 1;
}

.in-vchrome-box {
	zoom: 1;
	overflow: hidden;
}

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

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

.v-chrome .bgnd u.w{
  left:0;
  top:0;
  right:40px;
  height:60px;
}

.v-chrome .bgnd u.e {
	top:0;
	right:0;
	height:60px;
	width:40px;
	background-position: top right;
}

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

.v-chrome .bgnd i.e{
  top:60px;
  right:0px;
  width:40px;
  bottom:40px;
  background-repeat:repeat-y;
  background-position:100% 0;
}

.v-chrome .bgnd i {
	bottom:40px;
	left:0;
	right:0px;
	top:60px;
	background-image: none;
	border: solid;
	border-top-width: 0;
	border-bottom-width: 0;
}

.v-chrome .bgnd b.w {
	left:0;
	bottom:0;
	right:40px;
	height:40px;
	background-position:0 100%;
}

.v-chrome .bgnd b.e {
  	height:40px;
  	bottom:0;
  	right:0;
  	width:40px;
	background-position: bottom right;
}

.v-chrome-large-radius > .bgnd u.w {
	height:60px;
	right: 140px;	
}

.v-chrome-large-radius > .bgnd u.e {
	height:60px;
	width: 140px;
}

.v-chrome-large-radius > .bgnd b.w {
	height:80px;
	right:140px;
}

.v-chrome-large-radius > .bgnd b.e {
	height:80px;
	width:140px;
}

.v-chrome-large-radius > .bgnd i {
	bottom:80px;
	left:0;
	right:0px;
	top:60px;
	background-image: none;
	border: solid;
}

.v-chrome-small-radius > .bgnd u.w {
	height:20px;
	right: 40px;	
}

.v-chrome-small-radius > .bgnd u.e {
	height:20px;
	width: 40px;
}

.v-chrome-small-radius > .bgnd b.w {
	height:20px;
	right:40px;
}

.v-chrome-small-radius > .bgnd b.e {
	height:20px;
	width:40px;
}

.v-chrome-small-radius > .bgnd i {
	bottom:20px;
	left:0;
	right:0px;
	top:20px;
	background-image: none;
	border: solid;
}