
.info {
	font-style:italic;
	font-size: 0.9em;
	color: #666666;
}
#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	
	background-image/**/: url("../images/maskBG.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
	filter:progid:DXImageTransform.microsoft.shadow(direction=135,strength=5,color=#333333);
}
#popupInner {
	border: 1px solid #94abd9;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
    background:url("../images/head_bg.gif") repeat-x;
	color: #ffffff;
	font-weight: bold;
	height:24px;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 12px;
	color:#0767be;
	font-weight:bold;
	background:url("../images/dialog_logo.gif") no-repeat 5px 0; padding: 6px 0 0px  37px; line-height:15px
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
	margin:3px 5px 0 0
}
.manage_table{
    color:#666; float:left; border:1px solid #d7d7d7; margin-bottom:15px
}
* html .manage_table{
    float:none
}
.manage_table td{
    padding:0 6px;font-size:13px; border-bottom:1px dashed #dedede; line-height:26px
}
.button_blue{
    padding:1px 0 0 2px; color:#000; background: url(../images/cart_menu_bg.gif); border: 1px solid #a2b7d2; height:18px; font-size: 12px;
}
.manage_border{
    border-right:1px solid #d7d7d7; color:#4b84a3
}
.alert{
    color:#0767be; font-size:15px; font-weight:bold; padding-top:30px
}
