
#backgroundPopup{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
top:0;
left:0;
background: #000000;
z-index:99;
}
#backgroundPopOver{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
left:0;
top: 0;
background: #000000;
z-index:100;
}
#popupContact{
display:none;
position:absolute;
_position:absolute; /* hack for internet explorer 6*/
z-index:100;
font-size:13px;
top: 0px;
width: 2px;
height: 2px;
max-height: 700px;
background: #fff;
overflow: hidden;
 border-radius: 10px;
padding: 10px;
-moz-box-shadow: 0 0 5px 2px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.7);
box-shadow: 0 0 5px 2px rgba(0,0,0,0.7);

}

#fWrap{
	min-height: 100px;
	max-height: 650px;
}

#popupContact h1{
text-align:left;
font-size:22px;
font-weight:700;
padding-bottom:2px;
}

#fHeader {
	background: #4D4D4D;
	padding: 5px 10px;
	color: #fff;
}

#fContent{
	padding: 5px 10px 10px 10px;	
	max-height: 600px;
	overflow: auto;
	width: auto;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#popupContact hr{
	border: none;
border-bottom:1px dotted #ababab;	
}



.itemStatusSKU{
	float: left;
	width: 100px;	
}
.itemStatusName{
	float: left;
	width: 250px;	
}

.optionGroup{
	padding-left: 3px;	
}

.optionLabel{
	float: left;
	width: 100px;	
}

.optionValue{
	float: left;	
}

.optionValue select{
	width: 150px;
}

.popupHalf{
	float: left;
	width: 46%;
	margin: 0 1%;
	padding: 1%;
}

#halfWrapper{
	background: url(../exports/divider.png) center top repeat-y;	
}

#fHeader .left h3{
	margin: 7px 0 0 0;
	padding: 0 0 0 0;	
}