        #us_div_list div {
            background-color: #e8f2ff;
            text-align: left;
            padding-top: 2px;
            padding-bottom: 2px;
            FONT-SIZE: 13pt;
        }
        #us_div_list div a {
            color: #000;
            text-decoration: underline;
            padding-left: 10px;
        }
        #us_div_list div a:hover, a:active, a:focus {
            color: #ff4545;
        }

        #us_div_back {
            text-align: left;
            FONT-SIZE: 14pt;
            padding-bottom: 10px;
            font-weight: bold;
        }
        #us_div_back a {
            color: #000;
            text-decoration: underline;
			background-color: #e8f2ff;
			padding-left: 30px;
        }
        #us_div_back a:hover, a:active, a:focus {
            color: #ff4545;
        }

        #us_table .td_left {
            background: #d4d4d4;
            text-align: right;
            padding: 2px;
        }
        #us_table .td_2 {
            padding-left: 5px;
        }

        .input_error {
            background: #ff4545;
        }

        #textarea_opis_id {
            width: 450px;
            height: 100px;
        }

        #us_div_send {
            width: 100%;
            text-align: center;
            FONT-SIZE: 12pt;
            padding-top: 20px;
            padding-bottom: 60px;
            font-weight: bold;
        }

        #us_div_send a {
            position: relative;
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
            background-color:#4177cc;
            display: block;
            padding: 4px;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin: auto;
            width: 260px;
            text-align: center;
        }
</style>