.pending-status {
    background: #FFB347 none repeat scroll 0 0;
    border: 1px solid #eb5202;
    color: #eb5202;
    display: block;
    font-weight: bold;
    line-height: 17px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}
.applier-status {
    background: #d0e5a9 none repeat scroll 0 0;
    border: 1px solid #5b8116;
    color: #185b00;
    display: block;
    font-weight: bold;
    line-height: 17px;
    padding: 0 3px;
    text-align: center;
    text-transform: uppercase;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  display: inline-block;
}
#ask_form {
    display: inline-block;
    width: 100%;
}
#walletform {
    padding: 10px 20px;
}
#ask_data textarea{
  height: auto;
  margin: 5px;
}
#ask_data label{
  display: block;
  font-weight: 600;
  margin: 5px;
}
#formmassadd .walletnote{
  width: 100%;
}
#ask_data input[type='text'],#ask_data select{
  width: 100%;
  margin: 5px;
  height: 32px;
  background-color: white;
}
#ask_data .error{
  color: red;
}
.magehq_modal_btn{
  cursor: pointer;
}
#askbtn:hover,#askbtn.focus {
  color: #fff;
  background-color: #ccc;
  text-decoration: none;
}
.querysubject{
  width: 315px;
}
.modal_header {
  border-bottom: 1px solid #EEEEEE;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
}
.modal_header h3 { display: inline-block;font-size: 20px;opacity: 0.6; }
.magehq_close {
    color: #000000;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.magehq_close:hover,
.magehq_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal_footer:before, .modal_footer:after {
  content: "";display: table;line-height: 0;
}
.modal_footer:before, .modal_footer:after {
  content: "";display: table;line-height: 0;
}
.modal_footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}