/*========================================================================*/
.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:50px;
	min-height:50px;
	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:6px;
}
.v-chrome .bgnd i {
	top:6px;
	bottom:1px;
	background-repeat:repeat-y;
	}
.v-chrome .bgnd b {
	bottom:0;
	height:1px;
}
.v-chrome .bgnd .w {
	left:0;
	right:6px;
}
.v-chrome .bgnd .e {
	right:0;
	width:6px;
}
/*-- Constants: Img Scale --*/
.v-chrome .bgnd u.w {
}
.v-chrome .bgnd u.e {
	background-position:-956px 0;
}
.v-chrome .bgnd i.w {
	background-position:-962px 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:-956px 100%;
}
/*========================================================================*/
.v-chrome-bd {
	color:#222;
	padding:0px 1px 2px 1px;
}
/*========================================================================*/
.v-chrome.box .bgnd * {
	background-image:url(../images/bg_box.png);
	_background-image:url(../images/bg_box.png);
}
.v-chrome.box .bgnd u {
	height:30px;
}
.v-chrome.box .bgnd i {
	top:30px;
	bottom:6px;
	}
.v-chrome.box .bgnd b {
	height:6px;
}
.v-chrome.box .bgnd u.e {
	background-position:-354px 0;
}
.v-chrome.box .bgnd i.w {
	background-position:-360px 0;
}
.v-chrome.box .bgnd b.e {
	background-position:-354px 100%;
}
/*========================================================================*/
.v-chrome.alert .bgnd * {
	background-image:url(../images/bg_box_alert.png);
	_background-image:url(../images/bg_box_alert.png);
}
.v-chrome.alert .bgnd u {
	height:30px;
}
.v-chrome.alert .bgnd i {
	top:30px;
	bottom:6px;
	}
.v-chrome.alert .bgnd b {
	height:6px;
}
.v-chrome.alert .bgnd u.e {
	background-position:-354px 0;
}
.v-chrome.alert .bgnd i.w {
	background-position:-360px 0;
}
.v-chrome.alert .bgnd b.e {
	background-position:-354px 100%;
}
.v-chrome.alert .navbox dt {
	color:#E20;
	}
.v-chrome.alert .navbox dd {
	color:#310;
	}
/*========================================================================*/
.bd {}
