﻿.popup-container-opaque {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
	z-index: 100000000;
}

.popup-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
}

.popup-container-inner {
	position: relative;
	width: 572px;
	margin: 0 auto;
	top: 120px;
	padding: 6px 28px 12px 12px;
	background-color: #fff;
	border: 2px solid rgb(0, 0, 0);
}

.popup-container-inner > .popup-container-x {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 2px;
	right: 2px;
	background-image: url('/Style Library/Images/popup-x.gif');
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}

.popup-container-inner > h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: rgb(255, 255, 255);
	text-align: center;
	background-image: url("/Style%20Library/Images/popup-title-bg.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.popup-container-inner > h2 > span.registered-tm {
	padding: 0 2px;
	font-size: 12px;
	vertical-align: top;
}

.popup-container-inner > h3 {
	clear: both;
	margin: 0;
	padding: 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: rgb(0, 0, 0);
}

.popup-container-inner > h3.product-code {
	padding-bottom: 0;
	font-size: 16px;
	color: rgb(118, 120, 122);
}

.popup-container-inner > h3.product-code > span {
	color: rgb(0, 0, 0);
}

.product-list {
	float: left;
	width: 276px;
	padding-right: 10px;
}

.product-list > span {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	margin: 3px 0;
}

.product-list > span > input {
	position: absolute;
	padding: 0;
	top: 4px;
	left: 3px;
}

.product-list > span > label {
	position: relative;
	margin-left: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: rgb(118, 120, 122);
}

.size-range {
	float: left;
	width: 276px;
	padding-right: 10px;
}

.size-range > span {
	float: left;
	padding: 0 12px 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: rgb(118, 120, 122);
}

.size-range > select {
	width: 140px;
	height: 24px;
	border: 1px solid rgb(0, 70, 126);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgb(0, 0, 0);
}

.popup-error {
	display: block;
	padding-bottom: 6px;
	font-size: 14px;
	color: rgb(255, 0, 0);
	line-height: 18px;
}

.create-button {
	clear: both;
	padding-top: 36px;
}

.create-button > a {
	padding: 3px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 70, 126);
}