#thumbBox{
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	border:1px solid #68773C;
	width:500px;
	background-color:#890156;
	
	
}
#header{
	background-color:#ffffff;
	padding-left:10px;
	height:60px;
	text-align:left;
	padding-top:12px;
}
#thumbBox .footerbar{
	background-color:#FFFFFF;
	height:20px;
	padding: 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none; 
	text-align:right;
	color:#000000;
}
#thumbBox #thumbImage{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #1e608d;
	text-align:left;
	line-height:26px;
	font-weight:normal;
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#EFEFEF;
	padding-top:12px;
	border-top:4px;
	border-top-style:solid;
	border-top-color:#890156;


}
#thumbLoading{ 
	position: absolute;
	visibility: hidden;
	padding: 5px;
	z-index: 5;
}

#loading{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #B63A80;
	padding:2px;
	background:#B56FB7;
	width:150px;
	text-align:center;
	z-index:20001;
}

#loading .loading-indicator{
	border:1px solid #B63A80;
	background:white url('http://yst.giftwarehouse.com/images/load-bg.gif') repeat-x;
	color:#C33E85;
	padding:10px;
	margin:0;
	text-align:left; font-style:normal; font-variant:normal; font-weight:bold; font-size:13px; font-family:tahoma, arial, helvetica
}

