.overlay_silver {
	background-color: #ffffff;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.silver_nw {
	background: transparent url(silver/top-left.gif) no-repeat 0 0;			
  width:16px;
  height:45px;
}

.silver_n {
  background: transparent url(silver/top-middle.gif) repeat-x 0 0;			
  height:45px;
}

.silver_ne {
  background: transparent url(silver/top-right.gif) no-repeat 0 0;			
  width:16px;	  
  height:45px;
}

.silver_w {
  background: transparent url(silver/frame-left.gif) repeat-y top left;			
  width:16px;
}

.silver_e {
  background: transparent url(silver/frame-right.gif) repeat-y top right;			
  width:16px;	  
}

.silver_sw {
  background: transparent url(silver/bottom-left.gif) no-repeat 0 0;			
  width:16px;
  height:16px;
}

.silver_s  {
  background: transparent url(silver/bottom-middle.gif) repeat-x 0 0;			
  height:16px;
}

.silver_se {
  background: transparent url(silver/bottom-right.gif) no-repeat 0 0;			
  width:16px;
  height:16px;
}

.silver_sizer {
  background: transparent url(silver/bottom-sizer.gif) no-repeat 0 0;			
  width:16px;
  height:16px;
  cursor:se-resize;	
}

.silver_close {
	width: 11px;
	height: 11px;
	background: transparent url(silver/button-close.gif) no-repeat 0 0;			
	position:absolute;
	top:9px;
	left:10px;
	cursor:pointer;
	z-index:1000;
}

.silver_minimize {
	width: 11px;
	height: 11px;
	background: transparent url(silver/button-minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:9px;
	right:25px;
	cursor:pointer;
	z-index:1000;
}

.silver_maximize {
	width: 11px;
	height: 11px;
	background: transparent url(silver/button-maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:9px;
	right:10px;
	cursor:pointer;
	z-index:1000;
}

.silver_title, .silver_title_close {
	height:29px;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	width:100%;
}

.silver_title {
	margin-left:0px;
	margin-right:16px;
}

.silver_title_close {
	margin-left:16px;
	margin-right:16px;
}

.silver_content {
	overflow:auto;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#ffffff;
}


.silver_message {
	overflow:auto;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#f4f4f4;
}


.silver_bottom_topper {
	height:10px;
	width:100%;
	vertical-align:bottom;
	color: #f4f4f4;
	background:#f4f4f4;
	border-width:0px;
}

.silver_buttons {
	height:25px;
	width:100%;
	vertical-align:bottom;
	text-align:right;
	color: #fcb951;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background:#f4f4f4;
	border-width:0px;
}

.silver_button {
	cursor:pointer;
}

.silver_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: transparent url(silver/progress.gif) no-repeat center center
}
