
        DIV.container { margin: auto; width: 90%; margin-bottom: 10px;}
        TEXTAREA { width: 80%;}
        FIELDSET { border: 1px solid #ccc; padding: 1em; margin: 0; }
        LEGEND { color: #ccc; font-size: 120%; }
        INPUT, TEXTAREA { font-family: Arial, verdana; font-size: 125%; padding: 7px; border: 1px solid #999; }
        LABEL { display: block; margin-top: 10px; } 
        

        
        .drawers-wrapper {
            position: relative;
            width: 140px;
            height:280px;
            overflow:auto;
            margin-left: 28px;
            font-family: Arial, Helvetica, sans-serif;
                      
        }

        .drawer {
            
            color:#76797C;
            font-size:11px;
            line-height:1.3em;
        }

        .boxcap {
            height:5px;
            left:0pt;
            position:absolute;
            /*width:100%;*/
            z-index:100;
            margin-top:-5px;
        }

        .captop {
            
            /*bottom:auto;*/
            top:0pt;
            margin-top:0;
        }

        .drawers {
            margin-bottom:5px;
            color:#76797C;
            font-size:11px;
            line-height: 18px;
        }

        .drawers A {
            color: white;
            text-decoration:none;
            font-family:Verdana,Arial,Verdana,sans-serif;
            font-size-adjust:none;
            font-style:normal;
            font-variant:normal;
            font-weight:normal;
        }

		.drawers a:hover,
		.drawers a:active,
		.drawers a.current {
            color:#ff6600;
            }
        
        .drawers a.current {
            font-weight: bold;
            }
        		
        .drawer li {
            /*border-bottom:1px solid #E5E5E5;*/
            line-height:1.2em;
            padding:4px 0pt;
        }

        UL {
            list-style: none;
            padding: 0;
        }

        UL.drawers {
            margin: 0;
        }

        .drawer-handle {
            color:white;
            cursor:pointer;
            font-size:12px;
            font-weight:bold;
            height:18px;
            line-height:18px;
            margin-bottom:0pt;
            text-indent:1px;
            /*width:100%;*/
        }

        .drawer-handle.open {
            /*background-color:#72839D;*/
            background-position:-188px 0pt;
            color:#ff6600;
        }

        .drawer UL {
            padding: 0 12px;
            padding-bottom:0pt;
        }

        .drawer-content UL {
            padding-top: 7px;
        }

        .drawer-content LI A {
            display:block;
            overflow:hidden;
        }

        .alldownloads li {
            border:0pt none;
            line-height:18px;
            padding:0pt;
        }

