/*========================================================================*/
.v-chrome .bgnd * {
	background-image:url(../images/bg_cont.png);
	_background-image:url(../images/bg_cont.gif);
}
/*========================================================================*/
.v-chrome {
	position:relative;
	z-index:2;
	margin:3px;
	zoom:1;
}
.v-chrome-bd {
	padding:0px;
	_height:100px;
	min-height:100px;
	zoom:1;
}
.v-chrome .bgnd, .v-chrome .bgnd * {
	position:absolute;
	zoom:1;
}
.v-chrome .bgnd {
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.v-chrome .bgnd * {
	overflow:hidden;
	background-repeat:no-repeat;
}
/*-- Constants: Position --*/
.v-chrome .bgnd u {
	top:0;
	height:10px;
}
.v-chrome .bgnd i {
	top:10px;
	bottom:60px;
	background-repeat:repeat-y;
	}
.v-chrome .bgnd b {
	bottom:0;
	height:60px;
}
.v-chrome .bgnd .w {
	left:0;
	right:10px;
}
.v-chrome .bgnd .e {
	right:0;
	width:10px;
}
/*-- Constants: Img Scale --*/
.v-chrome .bgnd u.w {
}
.v-chrome .bgnd u.e {
	background-position:-1000px 0;
}
.v-chrome .bgnd i.w {
	background-position:-1010px 0;
}
.v-chrome .bgnd i.e {
	background-position:100% 0;
}
.v-chrome .bgnd b.w {
	background-position:0 100%;
}
.v-chrome .bgnd b.e {
	background-position:-1000px 100%;
}
/*========================================================================*/
.v-chrome-bd {
	color:#222;
	padding:6px 6px 6px 6px;
}
/*========================================================================*/
.v-chrome.inner .bgnd * {
	background-image:url(../images/bg_inner.png);
	_background-image:url(../images/bg_inner.gif);
}
.v-chrome.inner .bgnd u {
	height:30px;
}
.v-chrome.inner .bgnd i {
	top:30px;
	bottom:15px;
	}
.v-chrome.inner .bgnd b {
	height:15px;
}
/*========================================================================*/
.v-chrome.box .bgnd * {
	background-image:url(../images/bg_box.png);
	_background-image:url(../images/bg_box.gif);
}
.v-chrome.box .bgnd u {
	height:30px;
}
.v-chrome.box .bgnd i {
	top:30px;
	bottom:15px;
	}
.v-chrome.box .bgnd b {
	height:15px;
}
/*========================================================================*/
