

.simplePopup {
display:none;
position:fixed;
border:4px solid #fff;
background:#ffffff;
z-index:999999999999999;
padding:12px;
width:70%;
min-width:70%;
}

.simplePopupClose {

cursor:pointer;
/*float:right;
margin-left:10px;
margin-bottom:10px*/;
color:#fff;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:999999999;
}

.popup_logo{
margin:0 auto;
text-align:center;
}

.simplePopup h3{ text-align:center; font-size:30px; color:#e00817; font-weight:bold;}
.simplePopup h3 span{ font-size:17px; font-weight:normal; color:#111111;}
.simplePopup .form-horizontal{ background:#fff; padding:30px 10px 1px 10px;}
.simplePopup .button-search {
    background: #e00817 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: 36px;
    right: 0;
    width: 70%;
}

.simplePopup .explore{ padding:0; text-align:center; float:none; margin-top:2%;}
.simplePopup .explore li{ display:inline-block; float:none; margin-right:5px; margin-right:5px; color:#e6e3e3; font-size:16px;}
.simplePopup .explore li a{ color:#fff;}

.simplePopup .dropdown select {

      border:   /*Removes border*/;
      -webkit-appearance: none;  /*Removes default chrome and safari style*/
      -moz-appearance: none; /* Removes Default Firefox style*/
     /* background: url('http://jonathanphz.tk/dropdown_arrow.png') no-repeat;  Adds background-image*/
	 background-image:url(../images/arrow.png);
	 background-repeat:no-repeat;
      background-position:98% 12px;  /*Position of the background-image*/
      width: 100%; /*Width of select dropdown to give space for arrow image*/
      text-indent: 0.01px; /* Removes default arrow from firefox*/
      text-overflow: "";  /*Removes default arrow from firefox*/
      cursor: pointer;
      /*My custom style for fonts*/

      color: #999999;  margin-bottom:10px; border-radius:0; border:none; border-bottom:solid 1px #ccc;   box-shadow: none;
}

