#productupdates{
    display:none;
    position: absolute;
    top:60%;
    left:50%;
    z-index:99999;
    margin:-150px 0 0 -150px;
    text-align:left;
    /*background-color: #fff;*/
}
#productupdates[id]{ /* IE6 and below Can't See This */
    position:fixed;
}
#aw_pun_heading {display:block; width:280px; margin: 0 0 5px 0;font-family: Roboto, sans-serif;
	font-size: 1.5em!important;
	text-transform: none;
	color:#fff; } /* Style for H4 */
.aw_pun_success { width:280px; }
.pro-name
{
	padding: 10px 0;
	font-family: Roboto;
	color:#fd8724;
	font-size: 1.5em!important;
	font-style: italic;
}
#productupdates h3 {padding: 4px 0;}

#productupdates .group-select {margin: 0;}
.closebuttonp {
position: absolute;
top: 10px;
right: 10px;
}
.closebuttonp:before { content: "\f00d"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; /*--adjust as necessary--*/ color: #fff; font-size: 14px; padding-right: 0.5em;}
#productupdates-overlay{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:9999;
    background-color:#000;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
}
#productupdates-overlay[id]{ /* IE6 and below Can't See This */
                             position:fixed;
}

#productupdates.done #punLoadMessage{
    display:none;
}
#productupdates.done #punContent{
    display:block;
}
#productupdates.loading #punContent{
    display:none;
}
#productupdates.loading #punLoadMessage{
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    display:block;
    background-color: #fff;
    width: 100px;
    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:#000;
	color: #fff;
}
#productupdates-form label
{
color: #fff;
}

#pun-subscribe .button-set{

}
#productupdates-form .button-set button
{
margin-right:10px;
}
#pun-subscribe .group-select li .input-box .input-text,
#pun-subscribe .pun-super-attribute-select,
#aw-pun-configurable-stock
{
    width:275px;
}

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

    float: none;
}
#productupdates-form
{
	padding: 10px;
}
#pun-subscribe label.required {
    color: #EB340A;
    font-weight:bold;
}

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