.dialog {
	position:relative;
	margin:0px auto;
	float:left;
	/*	min-width:70px;
	max-width:70px; /* based on image dimensions - not quite consistent with drip styles yet */
/*	width:auto !important;
*/	width:70px;
	color:#fff;
	margin-left:10px; /* default, width of left corner */
	margin-right:2px;/*	margin-bottom:15px;*/
}
.Icon_CE { width:40px !important; }
.Icon_ER { width:100px !important; }
.Icon_LF { width:80px !important; }
.Icon_VA { width:50px !important; }
.Icon_VT { width:80px !important; }

.Icon_CE .BtnContent, .Icon_CE .t, .Icon_CE .b, .Icon_CE .b div { background:transparent url(../Images/Icons/Orange.png) no-repeat top right; }
.Icon_ER .BtnContent, .Icon_ER .t, .Icon_ER .b, .Icon_ER .b div { background:transparent url(../Images/Icons/Green.png) no-repeat top right; }
.Icon_LF .BtnContent, .Icon_LF .t, .Icon_LF .b, .Icon_LF .b div { background:transparent url(../Images/Icons/Gray.png) no-repeat top right; }
.Icon_VA .BtnContent, .Icon_VA .t, .Icon_VA .b, .Icon_VA .b div { background:transparent url(../Images/Icons/Brown.png) no-repeat top right; }
.Icon_VT .BtnContent, .Icon_VT .t, .Icon_VT .b, .Icon_VT .b div { background:transparent url(../Images/Icons/Blue.png) no-repeat top right; }
.dialog .BtnContent {
	position:relative;
	_overflow-y:hidden;
	min-height:30px;
	height:auto !important;
	height:30px;
	text-align:center;
	padding:5px 10px 0px 0px;
}
.dialog .t {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width:10px;  /*top slice width */
	margin-left:-10px;
	height:100%;
	_height:100px; /* arbitrary long height, IE 6 */
	background-position:top left;
}
.dialog .b {
	/* bottom */
	position:relative;
	width:100%;
}
.dialog .b, .dialog .b div {
	height:10px; /* height of bottom cap/shade */
	font-size:1px;
}
.dialog .b { background-position:bottom right; }
.dialog .b div {
	position:relative;
	width:10px; /* bottom corner width */
	margin-left:-10px;
	background-position:bottom left;
}
.dialog .hd, .dialog .bd, .dialog .ft { position:relative; }
.dialog .wrapper {
	/* extra content protector - preventing vertical overflow (past background) */
 position:static;
	max-height:1000px;
	overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}
.dialog h1, .dialog p {
	margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
	padding:0.5em 0px 0.5em 0px;
}
.dialog h1 {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:15px;
	padding-bottom:0px;
}
#ProdIcons {
	overflow:auto;
	float:right;
}
