.popUpMessage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	display: none;
	z-index: 3;
}

.Internal {
	position: absolute;
	width: 525px;
	padding: 0px;
	margin:50px 0px 0px -20px;
	display: none;
	text-align: center;
	z-index: 4;
	background-color: #181C1F;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	align:center
}

.boxInternal {
	padding:10px 0px 0px 0px;
	margin:0px auto;
	position:relative;
	width: 525px;
	background-image:url(../images/mdtMid.gif);
	background-repeat:repeat-y;
}

.Internal h2 {
	height:73px;
	width:488px;
	line-height:45px;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/product_detail_box_top.gif);
	background-repeat:no-repeat;
	text-align:left;
	position:relative;
	padding: 0px 0px 0px 20px;
	margin:3px 0px 0px 3px;
}

.Internal h6 {
	height:13px;
	width:525px;
	line-height:45px;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/mdtBot.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:left;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
}

.theButtons {
	margin-top:300px;
	position:relative;
}

.topBar{
	height:46px;
	width:525px;
	line-height:20px;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/mdtTop.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding: 0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}


