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

.v-chrome-bd{
	padding:10px;
	_height:200px;
	min-height:200px;
	zoom:1;}

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

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

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

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

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

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

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

.v-chrome .bgnd b.e{
	height:20px;  
	bottom:0;
	right:0;
	width:20px;
	background-position:-3980px 100%;}

/* styling */

.v-chrome {
	/*background-color:#ccc;*/
	margin:0 auto;
	width:890px;}

.v-chrome-bd{
	padding:15px 15px 1px;}

.v-chrome .bgnd *{
	background-image:url(../img/chrome.png);
	_background-image:url(../img/chrome.gif);}