#button {
    background: #e0e0e0 url("../img/input.gif") top repeat-x;
    height: 28px;
    border: 1px solid #8e8f8f;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: verdana;
    padding: 0 6px;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
}

#button:hover {
    background: #e0e0e0 url(../img/input.gif) bottom repeat-x;
    height: 28px;
    border: 1px solid #3c7fb1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: verdana;
    padding: 0 6px;
    color: #000;
    cursor: pointer;
    margin-left: 10px;
}

#button:focus {
    background: #e0e0e0 url(../img/input.gif) bottom repeat-x;
    height: 28px;
    border: 1px solid #3c7fb1;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    font-family: verdana;
    padding: 0 6px;
    color: #292929;
    cursor: pointer;
    margin-left: 10px;
}

* {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 1020px;
    margin: auto;
    border: 1px solid #d2d2d2;
}

.logo {
    width: 245px;
    height: 74px;
    background-image: url(../img/logo.png);
    margin-left: 387px;
    margin-top: 20px;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

.logo-url {
    color: #fff;
}

.check-infa {}

.check-infa-title {
    color: #848484;
    font-family: verdana;
    font-size: 14pt;
    margin-bottom: 30px;
    float: left;
    margin: 19px 10px 0px 116px;
}

.check-infa-bg {
    width: 100%;
    height: 66px;
    background-color: #c8d7f4;
    float: left;
}

.check-infa-op {
    width: 30%;
    height: 66px;
    line-height: 66px;
    font-size: 24px;
    font-family: arial;
    text-align: left;
    background-color: #c8d7f4;
    float: left;
    vertical-align: middle;
}

.check-infa-in {
    width: 70%;
    height: 66px;
    background-color: #c8d7f4;
    float: left;
}

.check-infa-arrow {
    width: 19px;
    height: 66px;
    background-image: url(../img/arrow.gif);
    float: left;
}

.textarea {
    width: 550px;
    height: 26px;
    font-size: 16px;
    font-family: arial;
    resize: none;
    padding: 5px 10px 5px 10px;
    margin-top: 13px;
}

.infa-box {
    margin-top: 30px;
    margin-bottom: 20px;
}

.left-infa-box {
    position: relative;
    float: left;
    width: 360px;
    height: 310px;
    margin-left: 80px;
    background-image: url(../img/infa_fon.gif);
    background-repeat: no-repeat;
    padding: 20px 20px 0 20px;
    display: inline;
}

.right-infa-box {
    position: relative;
    float: left;
    width: 360px;
    height: 310px;
    margin-left: 50px;
    background-image: url(../img/infa_fon.gif);
    background-repeat: no-repeat;
    padding: 20px 20px 0 20px;
    display: inline;
}

.infa-box a:link {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed #1b1bbb;
}

.infa-box a:hover {
    color: #dd1d1d;
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed #dd1d1d;
}

.infa-box a:visited {
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed;
}

p.infa-box-title {
    font-family: verdana;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

p.infa-box-url {
    padding-bottom: 10px;
}

p.menu-box-url {
    padding-bottom: 10px;
    text-align: right;
}

.menu-box-url a:link {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
    text-align: right;
}

.menu-box-url a:visited {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
    text-align: right;
}

.menu-box-url a:hover {
    color: #dd1d1d;
    font-size: 14px;
    font-family: verdana;
    text-align: right;
}

.nothing {
    clear: both;
}

.social-main-line {
    margin: 30px 0px 0px 0px;
}

.social-button {
    float: left;
    margin-right: 15px;
}

.banner {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer {
    color: #000;
    font-size: 12px;
    font-family: verdana;
    margin: 10px 10px 10px 10px;
}

.footer a:link {
    color: #000;
    font: 12px verdana;
    text-decoration: none;
}

.footer a:visited {
    color: #000;
    font: 12px verdana;
    text-decoration: none;
}

.footer a:hover {
    color: #dd1d1d;
    font: 12px verdana;
    text-decoration: underline;
}

.mini_url {
    width: 800px;
    font-family: verdana;
    font-size: 12px;
}

.mini_url a:link {
    color: #000;
    font-size: 12px;
    font-family: verdana;
}

.mini_url a:hover {
    cursor: default
}

.mini_url a:visited {
    color: #000;
}

.mini a:link {
    color: #fff;
    cursor: default
}

.mini a:hover {
    color: #fff;
    cursor: default
}

.mini a:visited {
    color: #fff;
    cursor: default
}

.infa-logo {
    margin-bottom: 30px;
}

.infa-procent-box {}

.infa-text {
    width: 80%;
    height: auto;
    font: 18pt verdana;
    margin-bottom: 20px;
}

.infa-procent {
    color: #848484;
    font: 21pt verdana;
    margin-bottom: 30px;
}

.rating-box {
    width: 500px;
    border-top: 1px dashed #d2d2d2;
    margin-bottom: 20px;
}

.rating {
    margin: 10px 0px 0px 195px;
}

#choice-plus {
    float: left;
}

#choice-minus {
    float: left;
}

#rating-count {
    float: left;
    font-size: 14px;
    font-family: verdana;
    margin: 0px 10px 0px 10px;
}

.infa-stuff-box {
    width: 500px;
    background-color: #f1f3f7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.this-infa {
    color: #848484;
    font: 8pt verdana;
}

.social-infa-line {
    margin-left: 0px;
    text-align: center;
}

.url a:link {
    color: #1b1bbb;
    font-size: 18px;
    font-family: verdana;
}

.url a:visited {
    color: #1b1bbb;
    font-size: 18px;
    font-family: verdana;
}

.url a:hover {
    color: #dd1d1d;
    font-size: 18px;
    font-family: verdana;
}

.infa-list {
    width: 70%;
    margin: 50px 0px 50px 300px;
}

.infa-list a:link {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.infa-list a:hover {
    color: #dd1d1d;
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.infa-list a:visited {
    font-size: 14px;
    font-family: verdana;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.menu {
    margin: 10px 0px 10px 0px;
}

.menu-url {
    border-top: 1px dashed #d2d2d2;
}

.menu a:link {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
}

.menu a:visited {
    color: #1b1bbb;
    font-size: 14px;
    font-family: verdana;
}

.menu a:hover {
    color: #dd1d1d;
    font-size: 14px;
    font-family: verdana;
}

.message {
    width: 570px;
    height: 50px;
    font-size: 14px;
    font-family: verdana;
}

#share42 {
    display: inline-block;
    padding: 6px 0 0 6px;
    background: #FFF;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
}

#share42:hover {
    background: #F6F6F6;
    border: 1px solid #D4D4D4;
    box-shadow: 0 0 5px #DDD;
}

#share42 a {
    opacity: 0.5;
    vertical-align: bottom;
}

#share42:hover a {
    opacity: 0.7
}

#share42 a:hover {
    opacity: 1
}

.active-page {
    color: black;
    font-size: 14px;
    font-family: verdana;
    font-weight: bold;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}