.btn_pop{
  font-family: HelveticaRoundedLTStd-Bd;
  max-width: 135px;
  line-height: 0;
  height: 25px;
  color: #FFFFFF;
  border-radius: 29px !important;
  font-size: 12px;
  background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1))); /* Chrome,Safari4+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 ); /* IE6-*/
}
.btn_pop:hover{
        color:#FFFFFF;
        background: -moz-linear-gradient(top, rgba(0,176,210,1) 0%, rgba(8,139,162,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,176,210,1)), color-stop(100%,rgba(8,139,162,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(0,176,210,1) 0%,rgba(8,139,162,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(0,176,210,1) 0%,rgba(8,139,162,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(0,176,210,1) 0%,rgba(8,139,162,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(0,176,210,1) 0%,rgba(8,139,162,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
     }

.textbox{
  width: 20%;
  margin-left: 40%;
  font-size: 16px;
}

.radiobut{
  font-size: 
	20
px;
  text-align: center;
}

.close{text-align: -webkit-right;}
.imgzoom{
  display: block;
  height: 230px;
  margin-left: auto;
  margin-right: auto;}

.modal-header {
  border-bottom: 0 !important;
  }

.modal-content {
  border-width: 5px;
  border-style: solid;
  position: relative;
  padding: 15px;
}
/*.icheckbox_minimal-grey, .iradio_minimal-grey {background: url(blue.png) no-repeat;}
 /*----------------QUERYS-----------------*/


@media (max-width: 430px) {
 

  .textbox{
  width: 40%;
  margin-left: 30%;
  font-size: 14px;
}
.radiobut{
	font-size: 16px;
  margin-left: 0%;}
}