.overlay_pmatch-popup {
    background-color: #000000;
    z-index: 100 !important;
    opacity: 0.6;
    filter: Alpha(Opacity=60);
}

.pmatch-popup .buttons-set {padding-top: 0;}
.pmatch-popup_close {
    float: right;
    width: 17px;
    height: 17px;
    background: url("../images/close_label.gif") no-repeat;
    border: none;
    cursor: pointer;
}

.pmatch-form .fieldset, .pmatch-form fieldset.group-select {
    margin: 0;
}

.pmatch-form fieldset.group-select {
    width: 600px;
    padding: 22px 0 12px 10px;
}

.pmatch-form .buttons-set, .pmatch-form .button-set {
    margin: 0;
}

.pmatch-form .button-set {
    width: 610px;
}

.pmatch-form .input-box {
    text-align: left;
}

.pmatch-popup_title {
    display: none;
}

.pmatch-form-before {
    margin: 0 0 9px;
}

.pmatch-textarea {
  width: 100%;margin:0;
}

#pmatch-overlay {
    background-color: #000000;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
    z-index: 100;
}

#pmatch-popup {
    background-color: white;
    position: fixed;
    border: 3px #0f68a5 solid;
    top: 5%;
    left: 50%;
    margin-left: -190px;
    z-index: 1000;
    padding: 0;
    max-height: 90%;
    overflow: auto;
    z-index:9999;
}



.pmatch-form {
    margin: 25px;
}



#pmatch-popup label {
    text-align: left;
}

/* Price Match Requests */
[id^=details-button-] > button {
    min-width: 65px;
}
.aw-pm-details-visible {
    border-bottom: none !important;
    background-color: #eeeeee;
}
.aw-pm-details {
    background-color: #eeeeee;
}
.aw-pm-details p {
    margin: 0;
}

.pmatch-request-index .data-table {
    border-color: #D9D9D9;
    border-style: solid;
    border-width: 1px;
}

.pmatch-required {
}
.pmatch-submit {
    clear: right;
}
.pmatch-cancel {margin-right:5px;}

/* Responsive Adjustments */
@media screen and (max-width: 769px) {
    #pmatch-popup { width:380px;}

}
@media screen and (min-width: 769px) {
    #pmatch-popup { width:500px;}
    .pmatch-form #pmatch-form .fieldset ul li {
    	float:left;
    	width:48%;
    }
    .pmatch-form #pmatch-form .fieldset ul li .input-box{
    	width:98%;
    }
    .pmatch-form #pmatch-form .fieldset ul li .input-box .input-text{
    	width:90%;
    }
}