.banner {
    border: 1px solid silver;
    width: 100%;
    min-width:700px;
    height: 90px;
    margin: 10px auto;
    background-color: #faf5ff;
    vertical-align: middle;
    font-size: 14pt;
    background-position: right top;
    background-repeat: no-repeat;
    background-image: url('/images/coins.png');
}

.banner-left {
    float:left;
    width: 100px;
    height: 90px;
    background: transparent url('/images/offer.png') no-repeat left top;
}

.banner-right {
    height: 70px;
    padding: 10px;
}

.banner-numbers {
    font-size: 16pt;
    color: #0099ff;
}

.banner-service {
    color: #0099ff;
    font-size: 13pt;
    font-weight: bold;
}

.banner-important {
    font-size: 12pt;
}

.system_status {
    min-width: 180px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #daa520;
    border-top: 1px solid #eeeeee;
}

.system_status h2 {
    padding: 0;
}

.system_status ul {
    font-size: 14px;
    padding-left: 15px;
}

.payments {
    /*width: 150px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-left: 2px solid #daa520;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
}

.payments ul {
    list-style-type: none;
}

.payments li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.payments img {
    vertical-align: middle;
    margin-right: 5px;
}

.price_list {
    font-size: 15px;
    list-style-type: none;
    width: 100%;
    height: 85px;
}

.price_list li {
    border-left: 1px solid silver;
    padding: 7px 10px;
    float: left;
}

.price_list li:first-child {
    border-left: none;
}

textarea.feedback, textarea.feedback_active {
    -moz-border-radius: 3px 3px 3px 3px;
    width: 100%;
    border:1px solid #AAAAAA;
    padding: 3px;
}

textarea.feedback_active {
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    border-color: rgba(82, 168, 236, 0.75);
    outline: medium none;
}

input.feedback, input.feedback_active {
    -moz-border-radius: 3px 3px 3px 3px;
    border:1px solid #AAAAAA;
    padding: 3px;
}

input.feedback_active {
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    border-color: rgba(82, 168, 236, 0.75);
    outline: medium none;
}

.feedback_actions {
    margin-top:7px;
    widht:100%;
}
