
/* Start:/bitrix/templates/main_responsive/components/bitrix/form.result.new/zakupka/style.css?14417238182014*/
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -moz-box-sizing: border-box;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid #009C2A;
    border-radius: 4px;
    color: #000000;
    height: 2em;
    outline: 0 none;
    padding: 2px 3px;
    width: 100%;
}

textarea {
    height: 6em;
}

table.form-table {
    border-collapse: collapse;
    font-size: 100%;
    font-weight: normal;
    line-height: 160%;
    width: 100%;
}
table.form-table th, table.form-table td {
    border: medium none;
    padding: 5px;
    vertical-align: middle;
}
table.form-table th {
    background-image: none;
    background-repeat: repeat-x;
    color: #25639A;
    text-align: left;
}
table.form-table td {
    padding: 5px;
}
.form-required {
    color: #FF0000;
}
.error-fld {
    background-image: url("../../../../../templates/main_responsive/components/bitrix/form.result.new/zakupka/images/icon_warn.gif");
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 13px;
    width: 15px;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #DDDDDD 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #DDDDDD #BBBBBB #999999;
    border-image: none;
    border-radius: 11px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    cursor: pointer;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
    overflow: visible;
    padding: 3px 10px 4px;
    text-shadow: 0 1px 1px #FFFFFF;
    width: auto;
}

.innerform {
    background: none repeat scroll 0 0 white;
    box-shadow: 2px 2px 3px black;
    padding: 18px;
}


/* End */
