

.relp-panel{ width:350px; height:100%; position:fixed; left:0px; top:0; display:none; padding:10px; background:#FFF; z-index:10000; box-shadow: 5px  0px  5px -5px #333; overflow:auto;}
.relp-panel h2{font-size:20px; font-family: 'nunito_sansbold'; border-bottom:1px dashed #E6E6E6; padding-bottom:5px; margin:0; margin-bottom:35px; display:block; }
.relp-panel img{width:100%; height:auto; border:1px solid #E6E6E6; padding:2px;}
.relp-panel span img{width:100%; height:auto; padding:2px;}
.relp-panel h3{font-size:16px; margin:0; margin-bottom:10px;}
.horline{width:100%; float:left; border-bottom:1px dashed #E6E6E6; margin-top:10px; margin-bottom:10px;}
.relp-close{ width:25px; height:25px; float:right; cursor:pointer}
.relp-close img{width:100%; height:auto; border:none; padding:2px;}

.relp-panel input[type="text"],.relp-panel input[type="email"],.relp-panel textarea{width:100%; height:45px; border: 1px solid #E6E6E6; padding:10px; margin-bottom:15px; 
border-radius: 4px; transition: all 0.5s ease 0s; font-size:14px;}
.relp-panel input[type="text"]:hover,.relp-panel input[type="email"]:hover,.relp-panel textarea:hover,
.relp-panel input[type="text"]:focus,.relp-panel input[type="email"]:focus,.relp-panel textarea:focus{ border-color:#4AC3F0;}
.relp-panel textarea {height:80px;}
.relp-panel input[type="button"],.relp-panel input[type="submit"]{background:#4AC3F0; color:#FFF; padding: 10px 25px; border-radius: 4px; transition: all 0.5s ease 0s; border:none;  }
.relp-panel input[type="button"]:hover,.relp-panel input[type="submit"]:hover{background:#1199CC; outline: 0px;}
.field-validation-error{
    color:red;
}
.currentlocation{width:100%; float:left; padding-top:8px; padding-bottom:8px;}
.currentlocation ul{list-style:none}
.currentlocation ul li{float:left; padding-right:10px;}
.currentlocation ul li a{color:#242424; font-size:12px;}
.currentlocation ul li a:hover{color:#00B4FF; text-decoration:none;}
.midpanel{width:100%; float:left; padding-top:30px; padding-bottom:50px;}
#relpbut{font-size:20px !important}
#replclose{font-size:20px;color:red;margin-left:5px;}
