#otz_add_mark div{float:left;width:29px;height:29px;margin-right:3px;background:url(/img/star1.svg) 0px 0px no-repeat;cursor:pointer;background-size:100% 100%;}

#otz_add_mark div.selected{background:url(/img/star.svg) 0px 0px no-repeat;background-size:100% 100%;}

#obot1
{
	 cursor:pointer;
	font-size:16px;
	border-bottom:1px dashed;
	line-height:20px;
	font-weight:bold;
	display:inline-block;
	 margin-bottom: 35px;
}
#obot
{
	display:none;
	    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    padding: 15px 20px 5px 20px;

    margin-bottom: 35px;
}

#obot>div
{
	    font-size: 15px;
    line-height: 22px;
	position:relative;
	padding-left:25px;
	margin-bottom:20px;
	float:left;
cursor:pointer;
	width:50%;
	
}

#obot>div>span
{
	 font-size: 15px;
    line-height: 22px;
}

#obot2
{
	clear:both;
	display:block;
}
#obot>div input 
{
	position:absolute;
	left:0px;
	top:4px;
}

  .pre2
  {
	  height:10px;
  } 
textarea.otz_input{height:100px;vertical-align:top;resize:none;}
.otz_break{height:25px;clear:both;}
#send{    display: block;
   
    position: relative;
    
    padding-top: 12px;
    padding-bottom: 16px;
    color: #fff;
    cursor: pointer;
    background: rgb(177, 3, 46);
    border-radius: 8px;
    font-size: 17px;
	transition:all 0.3s;
    width: 390px;
    text-align: center;}
	
	#send.green
	{
		cursor:default;
		background:green;
	}
 
#otz_bottom{height:20px;}
.otz{position:relative;}
 
 
.otz{width:50%;}
.otz input,.otz textarea{line-height:22px;font-size:15px;color:#333;border-radius:8px;padding:9px 20px 12px 20px;width:100%;border:1px solid #cecece;box-shadow:none;}
.otz input:focus,.otz textarea:focus {
    border: 1px solid #333;
}
