.obsuditpage__button1{
    position:relative;
    cursor: pointer;
    display:inline-block;;
    min-width:260px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 20px;
    line-height:1;
    color:#000;
    padding: 12px 10px 12px 10px;
    background-color: #00ccde;
    border:0;
    box-shadow: none;
}
.obsuditpage__button1:hover{
    background-color: #00deed;
}
.obsuditpage__button1:active{
    top:1px;
}

.obsuditpage__button2{
	position:relative;
	display:inline-block;
	background:#702c87;
	padding:10px 15px;
	font-size:23px;
	line-height:1;
	color:#fff;
	border:0;
	border-radius:5px;
	cursor:pointer;
	text-align:center;
	min-width:200px;
}
.obsuditpage__button2:hover{
	background:#5cc4f1;
}
.obsuditpage__button2:active{
	top:1px;
}


.obsuditpage__lister_review_title{
	font-size:27px;
	line-height:1.2;
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.obsuditpage__lister_review_list{
	margin-top:25px;
}

.obsuditpage__list1_name{
	font-size:16px;
	line-height:1.3;
	color:#616161;
}
.obsuditpage__list1_direct{
	font-size:16px;
	line-height:1.4;
	color:#616161;
}
.obsuditpage__list1_primech{
	font-size:16px;
	line-height:1.4;
	margin-top:5px;
}
.obsuditpage__list1_answer{
	font-size:16px;
	line-height:1.4;
	border-left:1px solid #909193;
	padding:5px 5px 7px 7px;
	margin-top:10px;
	margin-left:30px;
}
.obsuditpage__list1_answer span{
	color:#c60000;
}
.obsuditpage__list1_hr{
	line-height:1px;
	height:1px;
	background:#ccc;
	margin:15px 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:1;
    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{
    color:#000;
    padding-left:15px;/*FF*/
}

.obsuditpage__rules{
    margin:20px 0 25px 0;
    font-size:14px;
    line-height:1.4;
    color:#666;
    text-align:center;
}
.obsuditpage__rules a{
	color:#666;
	text-decoration:underline;
}
.obsuditpage__rules a:hover{
	color:#666;
	text-decoration:underline;
}

.obsuditpage_general{
	max-width:890px;
	margin:0 auto;
	margin-top:5px;
	font-size:16px;
	line-height:1.5;
	color:#000;
}
.obsuditpage_general_add_pane .border1{
	border:2px #dcdcdc solid;
}
.obsuditpage_general_add_pane .border2{
	margin:2px;
	border:0px #000 solid;
	padding:20px 10px;
}
.obsuditpage_general_add_pane h1{
	display:block;
	text-align:center;
	font-size:37px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	text-transform:none;
	font-family:PT Sans;
}
.obsuditpage_general_add_pane .inp1{
	width:100%;
	height:30px;
	font-size:17px;
	line-height:1;
	color:#000;
	padding:0px 5px 0px 5px;
	background:#fff;
	border:1px #d3d3d3 solid;
}
.obsuditpage_general_add_pane .tarea1{
	width:100%;
	height:140px;
	font-size:18px;
	line-height:1.3;
	color:#000;
	padding:5px 5px 5px 5px;
	background:#fff;
	border:1px #d3d3d3 solid;
}
.obsuditpage_general_add_pane .but1{
	display:inline-block;
	position:relative;
	background-color:#cac347;
	cursor:pointer;
	font-size:25px;
	line-height:1;
	color:#fff;
	padding:10px 60px;
	text-decoration:none;
	border:0px;
}
.obsuditpage_general_add_pane .but1:hover{
	background-color:#b7b037;
}
.obsuditpage_general_add_pane .but1:active{
	top:1px;
}

.obsuditpage_general_add_pane_line{
	line-height:1px;
	height:1px;
	background:#C1C1C1;
	margin:15px 0 20px 0;
}

.obsuditpage_general_add_pane_form{
	max-width:700px;
	margin:0 auto;
}
.obsuditpage_general_add_pane_form table{
	border-collapse:collapse;
}
.obsuditpage_general_add_pane_form table td{
	padding:5px;
	vertical-align:top;
}
.obsuditpage_general_add_pane_form table .td1{
	width:30%;
	text-align:right;
	padding-top:9px;
	font-size:16px;
	line-height:1.2;
}
.obsuditpage_general_add_pane_form table .td2{
	padding-left:13px;
}
.obsuditpage_general_add_pane_form table tr.err input,
.obsuditpage_general_add_pane_form table tr.err select,
.obsuditpage_general_add_pane_form table tr.err textarea{
	border:1px #b82e2e solid;
}

.obsuditpage_general_zagol2{
	font-size:20px;
	line-height:1.1;
	text-align:center;
	margin-top:12px;
	margin-bottom:17px;
}

.obsuditpage_general_add_pane .zv{
	display:inline-block;
	font-size:15px;
	line-height:1.1;
	font-family:tahoma;
	color:#ff0000;
}

.obsuditpage_hobby_photo{
	margin-top:3px;
}
.obsuditpage_hobby_photo img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}

.obsuditpage_general .hochu{
	text-align:center;
	margin-bottom:10px;
	font-size:17px;
}
.obsuditpage_general .hochu .zag{
	font-size:25px;
	line-height:1;
	margin-top:10px;
	margin-bottom:10px;
}
.obsuditpage_general .hochu ul,
.obsuditpage_general .hochu ul li{
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
.obsuditpage_general .hochu ul li{
	list-style:none;
	display:inline-block;
	margin-right:20px;
	margin-bottom:5px;
}
.obsuditpage_general .hochu ul li:first-child{
	margin-left:0px;
}
.obsuditpage_general .button4{
	font-size:16px;
}

.obsuditpage_general_list{
	margin-top:70px;
}

.obsuditpage_general_result{
	text-align:center;
	padding-top:70px;
	padding-bottom:30px;
}
.obsuditpage_general_result_tx{
	font-size:30px;
	line-height:1.2;
	color:#5c7a0b;
}