#faded-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

#faded-area-bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    height: 100%;
    width: 100%;
}

#firefox-helper-area-wrapper {
	width: 260px;
	z-index: 100;    
    top: 10px;
    right: 40px;
    position: fixed;
    padding-top: 10px;
    background: url(../images/stem.png) right 0 no-repeat;
}

#firefox-helper-area-wrapper_FF4
{
    width: 260px;
	z-index: 100;    
    top: 120px;
    left: 130px;
    position: fixed;
    padding-top: 10px;
    background: url(../images/stem.png) right 0 no-repeat;
}

#firefox-helper-area {    
    -moz-border-radius: 5px;
    background: #ffffff;
}

#firefox-helper-area ol {
    list-style-type: none;
    margin: 0 5px;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    color: #4f8fee;
    text-decoration: none;
    padding-bottom: 5px;
}

#firefox-helper-area li { 
    /*height: 29px;*/
    line-height: 29px;
    border-bottom: 1px dashed #a7c7f6;  
    padding-left: 33px; 
    background: url(../images/indexes.png) no-repeat;
    background-position: 0 -29px;
}

#firefox-helper-area li:first-child {
	background-position: 0 0;
}

#firefox-helper-area li:last-child {
	border-bottom: none;
	background-position: 0 -58px;
}


#firefox-helper-area h2 {
	position: relative;
    background: white url(../images/h2.png) no-repeat;
    padding: 0;
    margin: 0 5px;
    font-weight: bold;
    font-size: 24px;
    height: 34px;
    line-height: 170px;
    overflow: hidden;
    border-bottom: 1px solid #a7c7f6;
}

.helper-up-cursor {
    margin: 0px 20px 0px 70px;
    padding: 0px;
    width: 24px;
    height: 24px;
}

.helper-close-button {
    display: block;
    position: absolute;
    top: 8px;
    right: 5px;
    width: 20px;
    height: 20px;
	background: url(../images/close.png) no-repeat;
	overflow: hidden;
	line-height: 170px;
	outline: none;
}

