

/* Start:/local/templates/.default/components/bitrix/iblock.element.add.form/.default/style.css?16986977621104*/
.element-add-table td{
    padding-bottom:10px;
}
.element-add-table td:first-child{
    padding-right:15px;
}
.element-add-table input[type='text'], .element-add-table select{
    width: 250px;
    height: 30px;
    line-height: 30px;
    color: #898989;
    font-size: 12px;
    border: 1px solid #726560;
    border-radius: 3px;
    padding: 0px 5px;
}

.element-add-table input[type='submit']{
    background: url("/local/static/images/but_form_back.png") left top repeat-x;
    height: 29px;
    line-height: 29px;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    padding: 0 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px #68605d;
    position: relative;
    float: right;
}

.element-add-table input[type='submit']:hover {
    background-position: left bottom;
}

.element-add-table td select{
    width: 262px;
}

.element-add-table textarea{
    height: 150px;
    width: 250px;
    color: #898989;
    font-size: 12px;
    border: 1px solid #726560;
    border-radius: 3px;
    padding: 0px 5px;
    resize: none;
}
/* End */
/* /local/templates/.default/components/bitrix/iblock.element.add.form/.default/style.css?16986977621104 */
