fieldset .resizable-textarea textarea {
    resize: vertical;
}

fieldset {
    border: 1px solid gray;
    overflow: hidden;
}

fieldset legend {
    background-color: gray;
    margin: 0;
    font-size: 100%;
    color: white;
    display: block;
    height: 2em;
    /*left: -1px;*/
    line-height: 2;
    padding: 0;
    text-indent: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

fieldset legend .trying {
    background-color: blue;
    margin: 0;
    font-size: 100%;
    color: white;
    display: block;
    height: 2em;
    /*left: -1px;*/
    line-height: 2;
    padding: 0;
    text-indent: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

a.fieldset-title {
    color: black;
}

fieldset legend.trial {
    background-color: #AA0000;
    border-color: #000000 #000000 -moz-use-text-color;
    border-style: solid;
    border-width: 1px 1px 2px;
    display: block;
    height: 2em;
    left: -1px;
    line-height: 2;
    padding: 0;
    text-indent: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 6px;
}

html.js div.ctools-dropdown div.ctools-dropdown-container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid black;
    color: #494949;
    margin: 4px 1px 0 0;
    padding: 0;
    width: 300px;
}

.main-menu-inner ul.menu li a,
.main-menu-inner ul.menu li a:visited {
    padding: 10px;
}

div.ctools-modal-content .modal-header {
    padding-top: 10px;
    background-color: #323232;
}

html.js div.ctools-dropdown div.ctools-dropdown-container ul li a {
    color: #BF1D20;
    padding-left: 5px;
    text-decoration: none;
    width: 300px;
}

html.js div.ctools-dropdown div.ctools-dropdown-container ul li a {
    display: block;
}

div.modal-header {
    height: 50px;
}

div.ctools-sample-modal-content {
    background: none;
    border: 0;
    color: #000000;
    margin: 0;
    padding: 0;
    text-align: left;
}

div.ctools-sample-modal-content .modal-scroll {
    overflow: hidden;
    overflow-y: auto;
}

div.ctools-sample-modal-content #popups-overlay {
    background-color: transparent;
}

div.ctools-sample-modal-content #popups-loading {
    width: 1098px;
    position: absolute;
    display: none;
    opacity: 1;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 99;
}

div.ctools-sample-modal-content #popups-loading span.popups-loading-message {
    background: #FFF url(../images/loading-large.gif) no-repeat 8px center;
    display: block;
    color: #444444;
    font-family: Arial;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 40px;
}

div.ctools-sample-modal-content #popups-loading table,
div.ctools-sample-modal-content .popups-box table {
    margin: 0px;
}

div.ctools-sample-modal-content #popups-loading tbody,
div.ctools-sample-modal-content .popups-box tbody {
    border: none;
}

div.ctools-sample-modal-content .popups-box tr {
    background-color: transparent;
}

div.ctools-sample-modal-content td.popups-border {
    background: url(../images/popups-border.png);
    background-color: transparent;
    border: none;
}

div.ctools-sample-modal-content td.popups-tl,
div.ctools-sample-modal-content td.popups-tr,
div.ctools-sample-modal-content td.popups-bl,
div.ctools-sample-modal-content td.popups-br {
    background-repeat: no-repeat;
    height: 10px;
    padding: 0px;
}

div.ctools-sample-modal-content td.popups-tl {
    background-position: 0px 0px;
}

div.ctools-sample-modal-content td.popups-t,
div.ctools-sample-modal-content td.popups-b {
    background-position: 0px -40px;
    background-repeat: repeat-x;
}

div.ctools-sample-modal-content td.popups-tr {
    background-position: 0px -10px;
    width: 10px;
}

div.ctools-sample-modal-content td.popups-cl,
div.ctools-sample-modal-content td.popups-cr {
    background-position: -10px 0;
    background-repeat: repeat-y;
    width: 10px;
}

div.ctools-sample-modal-content td.popups-cl,
div.ctools-sample-modal-content td.popups-cr,
div.ctools-sample-modal-content td.popups-c {
    padding: 0;
    border: none;
}

div.ctools-sample-modal-content td.popups-c {
    background: #fff;
}

div.ctools-sample-modal-content td.popups-bl {
    background-position: 0px -20px;
}

div.ctools-sample-modal-content td.popups-br {
    background-position: 0px -30px;
    width: 10px;
}

div.ctools-sample-modal-content .popups-box,
div.ctools-sample-modal-content #popups-loading {
    border: 0px solid #454545;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
}

div.ctools-sample-modal-content .popups-container {
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}

div.ctools-sample-modal-content div.popups-title {
    -moz-border-radius-topleft: 0px;
    -webkit-border-radius-topleft: 0px;
    margin-bottom: 0px;
    background-color: #323232;
    border: 1px solid #ce5c00;
    padding: 4px 10px 5px;
    color: white;
    font-size: 1em;
    font-weight: bold;
}

div.ctools-sample-modal-content .popups-body {
    background-color: #fff;
    padding: 8px;
}

div.ctools-sample-modal-content .popups-box .popups-buttons,
div.ctools-sample-modal-content .popups-box .popups-footer {
    background-color: #fff;
}

div.ctools-sample-modal-content .popups-title a.close {
    color: #fff;
    text-decoration: none;
}

div.ctools-sample-modal-content .popups-close {
    font-size: 120%;
    float: right;
    text-align: right;
}

div.ctools-sample-modal-content .modal-loading-wrapper {
    width: 220px;
    height: 19px;
    margin: 0 auto;
    margin-top: 2%;
}

div.ctools-sample-modal-content tbody {
    border: none;
}

div.ctools-sample-modal-content .modal-content .modal-throbber-wrapper img {
    margin-top: 100px;
}

.legend-a a:hover,
.legend-a a:focus,
legend-a a:active {
    color: #00AA00;
}

a:hover,
a:focus,
a:active {
    color: #454545;
}

a,
a:link,
a:visited {
    color: #767676;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

a,
a:link,
a:visited {
    color: #767676;
}

a {
    text-decoration: none;
}

/*disclaimer css*/

#block-block-15 {
    background: white;
    color: black;
    text-align: center;
}