/**
* fieldsets
*/

.fieldset-help_text {
    color: #CF8282;
}

legend {
    color: #FFE8DF;
}

/* Koniec: fieldsets */

/**
* forms fields
*/

.field-row-errors {
    background-color: #5F0000;
    border: solid 1px #BF0000;
}

.field-row-errors li {
    font-family: arial;
    font-size: 12px;
}

.field-row-errors ul.errorlist {
    padding-left: 15%;
}

.field-row-errors ul.errorlist li {
    color: #DF0000;
    font-family: arial;
}

.field-help_text {
    color: #CF8282;
}

label {
    color: #FFEFF4;
}

.field-label-required {
    color: #CF8282;
}

/* Koniec: forms fields */

/**
* forms inputs
*/

form input,
form textarea {
    background-color: #FFF1F0;
}

/* Koniec: forms inputs */

form div.field > ul {
    margin: 0;
}

form div.field > ul > li > label {
    float: none;
}

form div.field > ul.form-checkbox-list > li > label {
    left: 26px;
    margin-left: -23px;
    position: relative;
}

form div.field > ul > li > label > input {
    display: inline;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
form input[type="text"] {
    border: 1px solid #870022;
    display: block;
    min-width: 200px;
    width: 55%;
}

form input[type="password"] {
    border: 1px solid #A4B97F;
    min-width: 150px;
    width: 30%; /* 30% diva */
}

form select {
    border: 1px solid #870022;
}

form option {
    background: #FFFFFF;
}

form textarea {
    border: 1px solid #00626F;
    font-family: sans-serif;
    font-size: 15px;
    width: 75%; /* 75% diva */
    min-width: 250px;
}

form input[type="submit"],
button.submit {
    background: transparent url(../img/labels.png) no-repeat scroll -67px -641px;
    border: none;
    color: #FFFFFF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    float: right;
    height: 25px;
    margin: 10px 20px 0 0;
    text-align: center;
    width: 61px;
}

form .submit-long,
form input[type="submit"].long {
    background: transparent url(../img/labels.png) no-repeat scroll -128px -641px;
    width: 86px;
}

form .submit-do_koszyka {
    background: transparent url(../img/labels.png) no-repeat scroll -128px -641px;
    width: 86px;
}

form .submit-zloz_zamowienie {
    background: url("../img/otherpages.png") no-repeat scroll -218px -27px transparent;
    margin-bottom: 5px;
    width: 116px;
}

form input[type="submit"].likelink {
    background: #FFFFFF;
    color: #6290AF;
    float: none;
    margin: 0;
    padding: 0;
    text-align: left;
    text-indent: -3px;
    width: 125px;
}

form input[type="submit"].likelink:hover {
    cursor: pointer;
    text-decoration: underline;
}

form .field-row .errorlist + .field-row-wrapper input[type="text"],
form .field-row .errorlist + .field-row-wrapper input[type="password"],
form .field-row .errorlist + .field-row-wrapper input[type="file"],
form .field-row .errorlist + .field-row-wrapper textarea {
    background-color: #FFDFE0;
}

form .field .textile {
    background-color: #FFFFFF;
}


#register #mustLogin {
    color: #AFA168;
    font-weight: bold;
    margin: 10px auto 0 auto;
    text-align: center;
}

/**
* search
*/

form.search {

}

form.search ul > li {
    display: inline;
}

form.search {

}

/* Koniec: QuickSearch */


