#productupdates{
    display:none;
    position: absolute;
    top:30%;
    left:50%;
    z-index:9999;
    margin:-150px 0 0 -180px;
    text-align:left;
    /*background-color: #fff;*/
}
#productupdates[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#aw_pun_heading {display:block; width:340px; margin: 0 0 5px 0 } /* Style for H4 */
.aw_pun_success { width:340px; }

#productupdates h3 {padding: 4px 0;}

#productupdates .group-select {margin: 0;}

#productupdates-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5000;
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
#productupdates-overlay[id]{ /* IE6 and below Can't See This */
                             position:fixed;
}

#productupdates-cancel {
    display: inline;
}

#productupdates.done #punLoadMessage{
    display:none;
}
#productupdates.done #punContent{
    display:block;
}
#productupdates.loading #punContent{
    display:none;
}
#productupdates.loading #punLoadMessage{
    font-size: 0em;
    font-weight: bold;
    color: #000;
    display:block;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    margin: 250px 0 0 120px;
}

.productupdates-please-wait {
    padding-right:7px;
}

#pun-subscribe .group-select {
    margin:5px 0;
    border:1px solid #bbafa0;
    padding:5px 5px 5px 5px;
    background: #fff;
}

#pun-subscribe .button-set{
    clear:both;
    margin:4px 0 4px 8px;
    padding-top:8px;
    text-align:left;
}

#pun-subscribe .group-select li .input-box .input-text,
#pun-subscribe .pun-super-attribute-select,
#aw-pun-configurable-stock
{
    width:310px;
}

.pun-right{
    text-align: right;
}
#pun-subscribe .form-list label {
    float: none;
}

#pun-subscribe .form-button { 
	margin: 0 auto;
}

#pun-subscribe label.required {
    color: #EB340A;
    font-weight:bold;
	float: left;
	padding-right: 5px;
}

#map-popup a[id|='productupdates'] {
    display:none;
}

#productupdates-form {
	padding: 10px;
}

#productupdates-form .form-list {
	list-style: none;
	padding-left: 10px;
}

#aw_pun_heading {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}