.options-panel {    background-color: #111111;    border-radius: 0 15px 15px 0;    display: block;    height: 160px;    left: 0;    padding: 15px 5px 10px 15px;    position: fixed;    top: 200px;    width: 199px;    z-index: 9999;}.options-panel-closed {    background-color: #111111;    border-radius: 0 15px 15px 0;    color: #AAAAAA !important;    display: block;    height: 50px;    left: 0;    padding: 15px 21px 10px 15px;    position: fixed;    text-transform: uppercase;    top: 200px;    width: 42px;    z-index: 999;}.options-panel-closed span, .options-panel-closed a, #close-options span {    color: #AAAAAA !important;    text-decoration: none !important;}.options-panel-closed span:hover, .options-panel-closed a:hover, #close-options span:hover {    color: #FFFFFF !important;    text-decoration: none !important;}#close-options {    position: absolute;    right: -5px;    top: 5px;}.options-panel p {    color: #FFFFFF;    float: left;    font-family: "arial",sans-serif;    font-size: 13px;    margin: 25px 0 10px;    width: 100%;}.options-panel ul {    list-style: none outside none;    margin: 0;}.options-panel ul li {    border-right: 1px dashed #333333;    float: left;    margin: 0 10px 2px 0;    padding: 0 10px 0 0;}.options-panel a {    color: #CCCCCC !important;    font-family: "arial",sans-serif;    font-size: 11px;    margin: 0;    padding: 0;}.options-panel .options-panel-note {    color: #CCCCCC !important;    font-size: 10px;    text-transform: none;}.custom-css {    font-size: 10px;}.options-panel img {    margin: 0;    padding: 0;}.options-panel ul li a {}.options-panel input, .options-panel textarea {    width: 173px;}.options-panel textarea {    font-size: 10px;}.options-panel ul li a:hover {    color: #AAAAAA !important;}.custom-icon-minus, .custom-icon-plus {    display: block;    height: 50px;    margin-right: 14px;    width: 50px;}.custom-icon-minus {    background: url("../img/options-button.png") no-repeat scroll 0 0 / 50px 50px rgba(0, 0, 0, 0);}.custom-icon-plus {    background: url("../img/options-button.png") no-repeat scroll 0 0 / 50px 50px rgba(0, 0, 0, 0);}