

/* --This is the nifty toolbar with all the formatting buttons
	The original script called this 'topPanel.'  I prefer 'toolbar.'
	You can change the name to whatever you want just make sure you
	change it within the editor page javascript code as well as any
	CSS containers it may be in.--

#toolbar {position:fixed; top:0px; left:125px; border:0px solid #000000;}
*/

/* --This WILL throw IE6 into quirksmode, but that is ok as we want to work in this mode for this work properly-- 
div.fixme {position:fixed; top:10px; left:73%; z-index:2;}*/
@media screen {
* html, * html body {overflow-y:hidden!important; height:100%; margin:0; padding:0;}
* html #iefix {height:100%; overflow-y:scroll; position:relative;}
* html div#fixme, * html div#fixme-bottom, * html div#fixme-middle {position: absolute;}
}


/* --THANK YOU BRIAN FOR THIS PROGRAM!!!-- */