#dither {
	background : #000000;
	position : absolute;
	top : 0;
	left : 0;
	z-index : 5;	
	width : 100%;
}

#popover, #popover2{
	width : 648px;
	margin : 20px auto 0 -323px;
	z-index : 100;
	position : absolute;
	top : 80px;
	left : 50%;
	text-align : center;
	display : none;
	text-align:left;
}

#popover #popContainer, #popover2 #popContainer{
	border:1px solid #333333;
	width:100%;
	background: #000000;
	padding:33px 10px;
	position:relative;
}

#popover2 #popContainer2{
	border:1px solid #333333;
	width:100%;
	background: #000000;
	padding:33px 10px;
	position:relative;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial;
	font-size:16px;
}

#popContainer2 .corner{
	position:absolute;
	top:-1px;
	right:-1px;
	width:30px;
	height:30px;
}

#popover2 #popContainer2 a{
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	display:block;
	font-weight:normal;
	text-decoration:underline;
	margin:10px 0 -10px 20px;
}

#popContainer .corner{
	position:absolute;
	top:-1px;
	right:-1px;
	width:30px;
	height:30px;
}

.shoeSelection{
	float:left;
	width:109px;
	margin:28px 20px 0 0;
	color:#cccccc;
	font-family:Arial;
	font-weight:bold;
	font-size:13px;
	cursor:pointer;
}

.shoeSelection img{
	border:1px solid #d1d1d1;
	margin-bottom:10px;
}

#popHeader{
	width:100%;
	height:36px;
}
#popHeader .left{
	margin:8px;
}

.shoeSaveButton{
	clear:both;
	padding:20px 0 0 560px;
}