.obsuditpage__button1{
    position:relative;
    display:inline-block;
    width:100%;
    max-width:250px;
    background:#015385;
    padding:14px 40px;
    font-size:17px;
    line-height:1;
    color:#fff;
    text-decoration:none;
    border:0;
    cursor:pointer;
}
.obsuditpage__button1:hover{
    color:#fff;
    text-decoration:none;
    background:#146ba0;
}
.obsuditpage__button1:active{
    top:1px;
}

.obsuditpage__lister_review_title{
	font-size:27px;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.obsuditpage__lister_review_list{
	margin-top:25px;
}

.obsuditpage__list1_name{
    font-size:16px;
    line-height:1.2;
	color:#616161;
}
.obsuditpage__list1_direct{
	color:#616161;
}
.obsuditpage__list1_primech{
	margin-top:5px;
	font-size:16px;
	line-height:1.5;
}
.obsuditpage__list1_answer{
	font-size:16px;
	line-height:1.5;
	border-left: 1px solid #ccc;
	padding:5px 5px 7px 7px;
	margin-top:10px;
	margin-left:40px;
}
.obsuditpage__list1_answer span{
	color:#c60000;
}
.obsuditpage__list1_hr{
	line-height:1px;
	height:1px;
	background:#ccc;
	margin:20px 0 25px 0;
}
.obsuditpage__list1_item:last-child .hr{
	display:none;
}

.obsuditpage__selmy1{
    background:#fff url(../img/selmy1_pip.png) no-repeat 100% 15px;
}
.obsuditpage__selmy1 select{
    width:100%;
    height:37px;
    background:rgba(0,0,0,0);
    background:transparent;
    cursor:pointer;
    display:inline-block;
    font-size:16px;
    line-height:16px;
    color:#000;
    padding:5px 5px 5px 5px;
    border:1px #d3d3d3 solid;

	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	appearance:none;

	text-overflow: ''; /* this is important! */
	/*for Iphone*/
	box-shadow:none;
	-webkit-box-shadow:none;

	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	border:1px #d3d3d3 solid;
	outline:0;
	margin:0;
}
.obsuditpage__selmy1 select option:first-child{
    /*color:#646464;*/
}
.obsuditpage__selmy1 select option{
    color:#000;
    padding-left:15px;/*FF*/
}
.obsuditpage__selmy1:hover{
    /*opacity:0.8;*/
}

.obsuditpage{
    max-width:890px;
    margin:0 auto;
}

.obsuditpage__error{
    margin-top:20px;
	text-align:center;
	font-size:16px;
	line-height:1.3;
	color:red;
}

.obsuditpage__rules{
    margin-top:25px;
    font-size:15px;
    line-height:1.2;
    color:#000;
    text-align:center;
}
.obsuditpage__rules a{
    color:#000;
}

.obsuditpage_addform{
    border:4px #dcdcdc solid;
    background-image:url(/file/i_pic/obsuditpage_form_bg1.jpg);
    background-repeat:repeat;
    background-position:center top;
}
.obsuditpage_addform_inner{
    border:0px #000 solid;
    padding:30px 10px 30px 10px;
}
.obsuditpage_addform_title{
    font-size:30px;
    line-height:1;
    text-transform:uppercase;
    text-align:center;
}
.obsuditpage_addform_line{
    display:none;
    line-height:1px;
    height:1px;
    background:#C1C1C1;
    margin:30px 0 30px 0;
}
.obsuditpage_addform_content{
    max-width:700px;
    margin:0 auto;
    margin-top:25px;
}
.obsuditpage_addform_button_wrap{
    margin-top:20px;
    text-align:center;
}

.obsuditpage .inp1{
    width:100%;
    height:35px;
    font-size:17px;
    line-height:1;
    color:#000;
    padding:0px 5px 0px 5px;
    background:#fff;
    border:1px #d3d3d3 solid;
}
.obsuditpage .tarea1{
    width:100%;
    height:140px;
    font-size:17px;
    line-height:1.3;
    color:#000;
    font-family:PT Sans;
    padding:8px 5px 5px 5px;
    background:#fff;
    border:1px #d3d3d3 solid;
    vertical-align:top;
}
.obsuditpage .but1{
    display:inline-block;
    position:relative;
    background-color:#cac347;
    cursor:pointer;
    font-size:25px;
    line-height:25px;
    color:#fff;
    padding:10px 60px;
    text-decoration:none;
    border:0px;
}
.obsuditpage .but1:hover{
    background-color:#b7b037;
}
.obsuditpage .but1:active{
    top:1px;
}
.obsuditpage table{
    width:100%;
    margin:0 auto;
}
.obsuditpage table td{
    padding:7px;
}
.obsuditpage table .td1{
    width:130px;
    text-align:right;
    padding-top:11px;
    font-size:16px;
    line-height:1.2;
}
.obsuditpage table .td2{
    padding-left:13px;
}
.obsuditpage table .td_col .hrdiv{
    float:right;
    width:540px;
    height:1px;
    line-height:1px;
    background:#c1c1c1;
    margin-top:5px;
    margin-bottom:5px;
}
.obsuditpage table tr.err input,
.obsuditpage table tr.err select,
.obsuditpage table tr.err textarea{
    border:1px #b82e2e solid;
}
.obsuditpage .zv{
    display:inline-block;
    font-size:15px;
    color:#ff0000;
}
.obsuditpage_content{
    margin-top:40px;
}