div.wizardbox{ position: fixed; bottom: 0px; display: none;}

#wizardbox_left  { left: 0px; }
#wizardbox_right { right: 0px;}

#wizardbox_left  img { float: left; }
#wizardbox_right img { float: right;}

div.wizard_text { display: none; width: 160px;/* height: 60px;*/ }
div.wizard_text p{ 
	text-align: left; 
	font-size: 120%; 
	color: #ac550f; 
}

#wizard_text_left { background-image: url(images/speak-l.png);}
#wizard_text_right{ background-image: url(images/speak-r.png);}

ul.wizard_cmdlist{

}
li.wizard_cmdlist_item{
	text-align:left;
	list-style-image:url(images/cmd_item.png);
	list-style-type:square;
}
li.wizard_cmdlist_item a{
	text-decoration:none;
}
li.wizard_cmdlist_item a:hover{
	color: #8B4513; 
	text-decoration:none;
}
.nifty{ margin: 2px;}
.nifty .content { background:#f1f1f1; padding:0.25em 0.25em 0.5em 0.5em;}
b.rtop, b.rbottom{ display:block; background-color: transparent}
b.rtop b, b.rbottom b{display:block;height:1px;overflow:hidden; background:#f1f1f1}

b.r1{margin: 0 3px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}

div.bl{
	position: relative;
	top: -1px;
	background-image: url(images/speak-bottom-l.png);
	background-position: top center;
	background-repeat:no-repeat;
	height:5px;
}
div.br{
	position: relative;
	top: -1px;
	background-image: url(images/speak-bottom-r.png);
	background-position: top center;
	background-repeat:no-repeat;
	height:5px;
}

b.r2, b.r3, .nifty .content{border-left: 1px solid #adadad;border-right: 1px solid #adadad;}

b.rtop b.r1{height:0px;border-bottom: 1px solid #adadad; background-color: transparent}
b.rbottom b.r1{height:0px;border-bottom: 1px solid #adadad; background-color: transparent}
