﻿#productLightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}

#productPreview_outer_container
{
	position: absolute;
	top: 50%;
	left: 50%;
}

#productPreview_form
{
	position: relative;
	top: -125px;
	left: -200px;
	width: 400px;
	height: 250px;
	display: none;
	background: white;
	padding: 10px;
	border: 1px solid #424242;
}
#productPreview_message
{
	display: none;
	border: 1px solid #b8b8b8;
	background: #f6f3f6;
	padding: 5px;
	color: Red;
}
#productPreview_notification
{
	color: Red;	
}