.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: 1;
}

.Internal {
	position: absolute;
	width: 781px;
	padding: 0px;
	margin:0px;
	display: none;
	text-align: center;
	align:center;
	z-index: 2;
	background-color: #181C1F;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.boxInternal {
	text-align:center;
	padding:10px 0px 0px 0px;
	margin:0px auto;
	width: 755px;
}

.topBar{
	height:73px;
	width: 775px;
	line-height:35px;
	font-size:16px;
	color:#FFFFFF;
	background-image:url(../images/product_detail_box_top.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding: 0px 0px 0px 0px;
	margin:0px;
}

.topBar:hover {
	cursor:move;
}

.Internal h6 {
	height:73px;
	width: 775px;
	line-height:10px;
	font-size:10px;
	background-image:url(../images/product_detail_box_bot.gif);
	background-repeat:no-repeat;
	text-align:left;
	padding: 0px;
	margin:0px;
	float:left;
}

.theButtons {
	margin-top:300px;
	position:relative;
}

