.add_partners_form .item_pole
{
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
}
.add_partners_form .item_pole select,
.add_partners_form .item_pole input,
.add_partners_form .item_pole textarea
{
    padding: 10px 15px;
    border:1px solid #ccc;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:39px;
    resize: none;
    font-family: arial, sans-serif;
}
.item_pole select
{
    color:#B0B0B0;
}
.item_pole select:focus{
    color:#000
}
.captcha_pole
{
	/* width:350px; */
	width:100%;
	float:left;
}
.captcha_pole .captcha_img,
.captcha_pole .captcha_inp
{
	float:left;
	margin-top: 10px;
}
.captcha_pole .captcha_img
{
	width:200px;	
}

#content .item_pole textarea
{
    height:100px;
    width:100% !important;
}
.add_partners_form .small_poles
{
    text-align:justify;
    font-size:0;
    line-height:0;
}
.add_partners_form .small_poles:after
{
    content:'';
    display: inline-block;
    width:100%;
}
.add_partners_form .small_poles .item_pole
{
    width:49%;
    display: inline-block;
}
.add_partners_form  .file_pole
{
   height: auto;
}
.add_partners_form  .file_pole input 
{
   height: auto;
}
.add_partners_form  .checkbox_pole
{
    float:left;
    position: relative;
    margin-bottom:10px;
}
.add_partners_form  .checkbox_pole input
{
    display:inline-block;
    width:12px;
    height:12px;
    border:1px solid #ccc;
    background:#fff;
    margin: 0 7px 0 0;
    position: relative;
    top:1px;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.add_partners_form .checkbox_pole .item_value
{
    margin: 12px 0;
}
.add_partners_form  .checkbox_pole input:checked+span
{
    color:#000;
}
.add_partners_form  .checkbox_pole input:checked+span:before
{
    content:'';
    display:block;
    position: absolute;
    width:6px;
    height:6px;
    top: 5px;
    left:3px;
    background:#999;
}

.add_partners_form .submit_line
{
    float:right;
}
.add_partners_form  .submit_line input
{
    padding: 10px 15px;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    font-size:14px;
    border:0;
    border-radius: 0;
    background: #E96969;
    cursor:pointer;
    margin-left:10px;
}
.add_partners_form .submit_line input.reset
{
    color:#999;
    background: none;
}
.add_partners_form  .checkbox_pole .name_pole
{
    margin-bottom:10px;
    font-weight:bold;
}
.add_partners_form .captcha_block *
{
    display:inline-block;
    vertical-align: top;
}
.add_partners_form .captcha_block img
{
    margin-right:10px;
    margin-bottom:10px;
}
.add_partners_form .captcha_block input
{
    display:inline-block;
    width:auto;
    min-width:260px;
    height:40px;
}
.price_discribe .item_price
{
    display:none;
}
.add_partners_form .file-selectdialog
{
    background:#fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.add_partners_form .file-selectdialog .file-extended .file-selector
{
    color:#4c5256;
}
.add_partners_form .file-selectdialog .file-extended .file-uploader
{
    color:#0092e8;
}
.item_pole .column
{
	float: left;
	width:180px;	
}
.spr-offer .item_filter
{
    background:#f8f8f0;
    border-bottom:1px solid #ececd3;
}
.spr-offer .item_filter .list_values
{
    margin: 0 20px;
    border-top:1px solid #e2e2ce;
    padding: 10px 0 10px 0;

}
.spr-offer .spr_advert_block .item_pole
{
    padding: 0;
    margin: 0 0 10px 0;
}
.spr-offer .spr_advert_block .item_pole .column_left
{
	float: left;
	width:270px;
	margin: 0 10px 0 0;
}
.spr-offer .spr_advert_block .item_pole .column_right
{
	float: left;
	width:270px;
	margin: 0;
}
.spr-offer .spr_advert_block .item_pole select,
.spr-offer .spr_advert_block .item_pole input
{
    padding: 10px 15px;
    border:1px solid #ccc;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    height:39px;

}
.spr-offer .spr_advert_block .item_pole textarea
{
    padding: 10px 15px;
    border:1px solid #ccc;
    background:#fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}
.spr-offer .spr_advert_block .price_pole
{
    text-align:justify;
    font-size:0;
    line-height:0;
}
.spr-offer .spr_advert_block .price_pole:after
{
    content:'';
    display: inline-block;
    width:100%;
}
.spr-offer .spr_advert_block .price_pole .item_pole
{
    width:49%;
    display: inline-block;
}
.spr-offer .spr_advert_block  .photo_check
{
    float:left;
    position: relative;
    margin-bottom:10px;
}
.spr-offer .spr_advert_block  .photo_check input
{
    display:inline-block;
    width:12px;
    height:12px;
    border:1px solid #ccc;
    background:#fff;
    margin: 0 7px 0 0;
    position: relative;
    top:1px;
    padding: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.spr-offer .spr_advert_block  .photo_check input:checked+span
{
    color:#000;
}
.spr-offer .spr_advert_block  .photo_check input:checked+span:before
{
    content:'';
    display:block;
    position: absolute;
    width:6px;
    height:6px;
    top: 5px;
    left:3px;
    background:#999;
}

.spr-offer .spr_advert_block .submit_line
{
    float:right;
}
.clear_block
{
    padding: 0;
    margin:0;
    clear:both;
    height:1px;
    overflow:hidden;
}
.spr-offer .spr_advert_block .submit_line input
{
    padding: 10px 15px;
    color:#fff;
    text-transform: uppercase;
    font-weight:bold;
    font-size:14px;
    border:0;
    border-radius: 0;
    background: #E96969;
    cursor:pointer;
    margin-left:10px;
}

.spr-offer .spr_advert_block .submit_line input.reset
{
    color:#999;
    background: none;
}
.add_proposal_a_block
{
    text-align:right;
    padding-top:20px;
    padding-bottom:20px;
}

