﻿.panel_terms
{
    width: 450px;
    height: 475px;
    margin: 0;
    padding: 10px 10px 25px 10px;
    background-color: #262626;
    text-align: left;
}

.panel_terms_inner
{
    width: 430px;
    height: 475px;
    margin: 0;
    padding: 10px; 
    height: 95%;
	background-color: #4a4a4a;
    color: #C1C1C3;
    vertical-align:top;
    overflow-y:auto;
}
#panel_terms_inner_button
{
    
    margin-top: 5px;
    text-align:center;
}

#static_content_terms_wrapper
{
    float: left;
    width: 675px;
    height: 330px;
    margin: 0px 10px 10px 10px;
    padding: 10px;
    border-top: solid 1px #C1C1C3;
    background-color: #4a4a4a;
    display: inline; /* IE6 double margin hack */
}

.static_content_show_terms
{
    height: 330px;
    color: #FFFFFF;
    padding-right: 5px;
    overflow: auto;
}

.static_content_show_terms h2
{
    font-size: 120%;
    margin-bottom: 10px;
}

.static_content_show_terms h3
{
    font-size: 100%;
    margin-bottom: 5px;
}

.static_content_show_terms p
{
    margin-bottom: 10px;
}
