@charset "utf-8";
/* CSS Document */

#updateHolder {
    width: 610px;  /* <= For Width: change the width value */
    color: #436C78;
    margin-top: 10px;
    overflow: hidden;   
}
 
#updateContainer {
    position: relative;   
}
 
#updateContent {
    position: absolute;
    padding-right: 20px;	
}
 
#updateScollBar {
    background: #F2F2F2;
    border-left: 1px solid #DADADA;
    position: absolute;
    width: 10px;
    right: 0;
    bottom: 0;
   
    zoom: 1;
    filter: alpha(opacity=25); /* For IE8 and earlier */
    opacity: 0.25;
}
 
#updateScollScrubber {
	background:#000;
	width: 9px;
	height: 100px;
	position: absolute;
	border-left:1px solid #676767;
	border-top:1px solid #676767;
	left: -3px;
	top: 34px; 
}
 
#updateScollBar, #updateContainer, #updateHolder {
    height: 140px; /* <= For Height: change the height value */
}
