#wl-bg {
	position:fixed;
	background-color: #000;
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:9;
	opacity: 0.5;
}

#stnwl #wlwrap #newwl {
	text-align: center;
	background-color: #f2f2f2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: inset 0 0 5px #000, 0 0 0 1px rgb(0,0,0);
	-moz-box-shadow: inset 0 0 5px #000, 0 0 0 1px rgb(0,0,0);
	-khtml-box-shadow: inset 0 0 5px #000, 0 0 0 1px rgb(0,0,0);
	-webkit-box-shadow: inset 0 0 5px #000, 0 0 0 1px rgb(0,0,0);
	position: fixed;
	top: 50%;
	left: 50%;
	height: 170px;
	margin-top: -86px; /*extra pixel for border*/
	width: 400px;
	margin-left: -201px; /*extra pixel for border*/
	z-index: 10;
	overflow:hidden;
}

#stnwl #wlwrap #newwl *{
	color:inherit;
	*color:#000;
	background-image: none;
	background-position: left top;
	background-repeat: no-repeat;
	background-color:transparent;
	vertical-align:middle;
	font-weight:inherit;
	*font-weight:400;
	font-family:inherit;
	*font-family:Calibri, Arial, sans-serif;
	font-style:inherit;
	*font-style:normal;
	font-size:100%;
	border:none;
	outline:0;
	padding:0;
	margin:0;
	text-align:inherit;
	*text-align:left;
	text-indent:0;
	text-decoration:none;
	text-transform:none;
	float:none;
	clear:none;
	display:block;
	width:auto;
	height:auto;
	line-height:normal;
	*line-height:normal;
	visibility:inherit;
	*visibility:visible;
	zoom:1;
}

#stnwl #wlwrap #newwl span.close{
	text-align:center;
	position:absolute;
	right:5px;
	top:5px;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:17px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-khtml-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	color:#ddd;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-moz-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-khtml-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-webkit-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
}

#stnwl #wlwrap #newwl span.close:hover {
	display:block;
	cursor: pointer;
	background: #a53148; /* Old browsers */
	background: -moz-linear-gradient(top, #a53148 0%, #8c2a3d 44%, #681f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a53148), color-stop(44%,#8c2a3d), color-stop(100%,#681f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a53148 0%,#8c2a3d 44%,#681f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a53148 0%,#8c2a3d 44%,#681f2f 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a53148 0%,#8c2a3d 44%,#681f2f 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A53148', endColorstr='#681F2F',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a53148 0%,#8c2a3d 44%,#681f2f 100%); /* W3C */
	box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-moz-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-khtml-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-webkit-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	color:#fff;
}

#stnwl #wlwrap #newwl span{
	display:inline;
}

#stnwl #wlwrap #newwl fieldset{
	padding: 0px 20px;
}

#stnwl #wlwrap #newwl span.header {
	display:block;
	text-align:left;
	padding-left:5px;
	width: 100%;
	border-bottom: 1px dashed #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom:10px;
	overflow:hidden;
}

#stnwl #wlwrap #newwl strong{
	display:inline;
	font-weight:700;
}

#stnwl #wlwrap #newwl select {
	background-color: #eee;
	border: 1px solid #000;
	padding: 1px;
	width: 90%;
	margin: 5px auto;
	overflow:hidden;
}

#stnwl #wlwrap #newwl a {
	text-align: center;
	width: 30%;
	padding:5px;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid black;
	text-shadow: 1px 1px 1px #000;
	-moz-text-shadow: 1px 1px 1px #000;
	-webkit-text-shadow: 1px 1px 1px #000;
	color:#ddd;
	background: #2fa903; /* Old browsers */
	background: -moz-linear-gradient(top, #2fa903 0%, #289002 44%, #1d6e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2fa903), color-stop(44%,#289002), color-stop(100%,#1d6e00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2fa903 0%,#289002 44%,#1d6e00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2fa903 0%,#289002 44%,#1d6e00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2fa903 0%,#289002 44%,#1d6e00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fa903', endColorstr='#1d6e00',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2fa903 0%,#289002 44%,#1d6e00 100%); /* W3C */
	box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-moz-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-khtml-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
	-webkit-box-shadow: inset 0px 0px 2px #fff, 0px 0px 2px #000;
}

#stnwl #wlwrap #newwl a:hover {
	background: #51a832; /* Old browsers */
	background: -moz-linear-gradient(top, #51a832 0%, #478e2a 44%, #356d20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#51a832), color-stop(44%,#478e2a), color-stop(100%,#356d20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #51a832 0%,#478e2a 44%,#356d20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #51a832 0%,#478e2a 44%,#356d20 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #51a832 0%,#478e2a 44%,#356d20 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51A832', endColorstr='#356D20',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #51a832 0%,#478e2a 44%,#356d20 100%); /* W3C */
	box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-moz-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-khtml-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	-webkit-box-shadow: inset 0px 0px 1px 1px #fff, 0px 0px 2px #000;
	color:#fff;
}

a.addto-wishlist-popup-button{
	cursor:pointer;
}

a#addto-wishlist-button {
    min-width: 200px
}
