﻿.popupControl
{
	background-color: #cccccc;
	position: absolute;
	width: 600px;
	height: 600px;
}

.modalBackground
{
	background-color:white;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalPopupControl
{		
	margin:0 auto;
	top:0px;
	background: transparent;
}

.popUpTitle
{
	color: white;
	background-color: #ffffff;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 2px;
	padding-top: 2px;
}

div#process 
{
    width:350px;
    height:150px;
    margin:0 auto;
    background: url(../images/please-wait.gif) top left no-repeat;
    padding:70px 0 0 65px;
}
div#imgLoaderBasket
{
	margin-left:70px;
	padding-bottom:30px;
}