body {
    font: 62.5% sans-serif;
    background: #F3F1EC;
}

#content {
    font-size: 160%;
    color: #333;
    background: white;
    max-width: 500px;
    margin: 65px auto;

    -moz-box-shadow:    0 0 5px 1px #888;
    -webkit-box-shadow: 0 0 5px 1px #888;
    box-shadow:         0 0 5px 1px #888;
}

.header {
    background: white;
    -moz-box-shadow:    0 6px 5px -5px #888;
    -webkit-box-shadow: 0 6px 5px -5px #888;
    box-shadow:         0 6px 5px -5px #888;
    padding: 2px 20px;
}

p { margin: .5em 0; }
h2 { margin: 1em 0; }
em { font-style: italic !important; }
small { font-size: 80%; }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
fieldset fieldset
{
    margin: 10px 0;
    padding: 0;
    border: 1px solid #ccc;
    font-size: 90%;
}
legend {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
    padding:0;
    color: #31200A;
}
fieldset fieldset legend
{
    display: inline;
    width: auto;
    color: #999;
    font-weight: bold;
    padding: 0;
    margin-left: 20px;
}
legend span {
    display: block;
    font-size: 150%;
    font-weight: bold;
    background: #FFF8C8;
    padding: 12px 24px 8px;
    border-bottom: 1px solid #bbb;
    text-shadow: 0 1px 1px #888;
}
input,select {
    font-size: 140%;
    width: 100%;
}
ul { margin: 0; padding: 0; }
ul li { 
    list-style: none; 
    margin: 0 24px 24px 0;
}
ol li {
    list-style: none;
    list-style-position: inside;
    font-size: 150%;
    text-shadow: 0 1px 1px #888;
}
ol li a span { margin-left: 20px; font-size: 80%; }
ol li a {
    display: block;
    padding: 20px 20px 20px 40px;
    text-decoration: none;
    font-weight: bold;
    font-size: 120%;
    color: inherit;
    cursor: hand !important;
    border-bottom: 1px solid #ddd;
}
ol li a:hover
{
    color: #000;
    text-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: inset 0 0 3px 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px 3px #ccc;
    box-shadow: inset 0 0 3px 3px #ccc;
}
ol li a i
{
    display: none;
}
ol li a:hover i
{
    display: inline;
}
h1 {
    margin: 0 0 12px 0;
    font-size: 200%;
    font-weight: bold;
    text-shadow: 0 1px 2px #aaa;
}
h2 {
	font-size: 110%;
	font-weight: bold;
    text-shadow: 0 1px 2px #aaa;
    margin-bottom: 12px;
}
label {
    display: block;
    padding-bottom: 4px;
}
.block {
    padding: 12px 24px;
}

table {
    width: 100%;
    margin-bottom: 12px;
}

table th, table td { padding: 6px 0; }

table th { text-align: left; }
table td { text-align: right; }

table tfoot th,
table tfoot td {
    font-weight: bold;
    border-top: 1px solid #ccc;
}

.error {
    background: #fcc;
    float: none;
    clear: both;
    padding: 12px 24px;
    margin: 6px -24px;
    border: 2px solid #300;
    border-width: 2px 0;
}
fieldset fieldset li
{
    margin: 10px 20px;
}
fieldset fieldset li input {
    background: white url('/images/required.png') 99% 50% no-repeat;
}
fieldset fieldset .error {
    margin: 0;
}
.okay input
{
    background: #dfd;
}


.submit {
	background: url("https://therecoveryhub.com/images/frusa_71.jpg") repeat-x scroll 0 0 transparent;
    display: block;
    float: none;
    margin: 0;
    padding: 7px;
 }
.submit button {
	font-weight: bold;
	font-size: 13px;
}

.global_notice {
    font-size: 14px;
    text-align: center;
    line-height: 133%;
    color: #666;
    background: #ffc;
    padding: .5em 10%;
    margin: 0;
    margin-bottom: 1em;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}
.global_notice p {
    font-weight: lighter;
    margin: 0;
    padding: 0;
}
.surcharge_link {
  margin-left:0px;
  cursor:pointer;
  color:blue;
  text-decoration:underline;
}
.surcharge_link:hover {
  text-decoration:none;
}
/*08-02-2020*/
 legend span a
{
    float:right;
    font-size: 75%;
    font-weight: normal;
    color: #333;
    text-decoration: none;
}

legend span a:hover
{
    color: #005580;     
    text-decoration: underline;
            
}
    #content .download_invoice {
    background: #007bff;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    padding: 8px 12px;
    margin-top: -4px;
}

#content .download_invoice:hover {
    text-decoration: none;
    color: #fff;
    background: #0069d9;
}
/*08-02-2020*/
