#inst {
position:absolute;
left:50%;
top:131px;
margin-left:-230px;
width:460px;
display:none;
z-index:11;
}

#inst_banner {
width:460px;
height:32px;
background-image:url(../images/instructions/banner.png);
background-repeat:no-repeat;
text-align:right;
clear:both;
}

#inst_container {
width:449px;
padding:0px 6px 0px 5px;
background-image:url(../images/instructions/repeat.png);
background-repeat:repeat-y;
}

#inst_bottom {
width:460px;
height:9px;
background-image:url(../images/instructions/bottom.png);
background-repeat:no-repeat;
overflow:hidden;
clear:both;
}

#inst_content {
height:519px;
padding-left:20px;
background-image:url(../images/instructions/top.png);
background-repeat:no-repeat;
overflow: auto; 
overflow-y: scroll; 
overflow-x: hidden; 
overflow:-moz-scrollbars-vertical;
}

#inst_indent {
margin-left:10px;
}