/*----------------------------
product modal div
-----------------------------*/
#modalBackground
{
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	z-index:900;
	background-color:#fff;
}
#modalOverlay
{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
}

.modalContents{
	text-align:left;
	border:1px solid;
	width:970px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:140%;
	font-size:100%;
	background-color:#fff;
	color:#333;
	border:solid;
	border-width:1px;
	border-color:#82b2be;
	border-top:none;
}

.modalContents p, .modalContents div
{
	margin-left: 10px;
}
.modalContents h1
{
	margin-left: 10px;
}