#toefl_logo {
    float: right;
}
    
#toefl_chart {
    margin-top: 10px;
    padding-top: 10px;
}

#toefl_lexile_conversion
{
    float:left;
    width:300px;
    border: 1px solid #b7e0ee;
    padding: 5px;
    margin-right: 5px;
    height: 420px;
    position: relative;
}

h3.box_header {
    background-color: #b7e0ee;
    text-align: center;
}

#toefl_lexile_chart
{
    float:left;
    border: 1px solid #b7e0ee;
    padding: 5px;
    margin-left: 5px;
    width: 300px;
    height: 420px;
    position:relative;
}
#graph_overlay {
    background-color: #006600;
    position:absolute;
    top:252px;
    left:55px;
    z-index: 100;
    width: 223px;
    height: 33px;
    /* for IE */
    filter:alpha(opacity=30);
    /* CSS3 standard */
    opacity:0.3;
    display: none;
  }
    
#find_books {
    text-align: center;
    margin-top: 15px;
    }
    
#lexile_min
{
font-weight:bold;
}
#lexile_max
{
font-weight:bold;
}
#lexile_score
{
font-weight:bold;
font-size:16px;
}
#find_books_link
{
display: none;
}
.help_text_no_position {
    padding-top: 10px;
    padding-bottom: 25px;
    font-size: 7pt;
}

.help_text{
    bottom:0;
    font-size: 7pt;
    margin-bottom: 3px;
}
#graph_help {
    text-align: center;
}

.infobox_body ul {
    margin-left: -5px;
    list-style-type: none;
}

.infobox_body ul li {
    padding-top: 1px;
    padding-bottom: 1px;
}

#lexile_help {
    display:none;
    }
#lexile_help_link {
    font-size: 7pt;
    margin-left: 35px;
    }
