.uiToolbarButton {
	float: left;
	font-family: sans-serif;
	color: #666666;
	cursor: pointer;
	_cursor: hand; /* IE */
	position: relative;
}
.uiToolbarImageButton-large div{
	background: url(../images/e-card-btn-upload.gif) no-repeat;
	width: 63px;
	height: 22px;
}

.ImFileTransfer {
	position: relative;
	width: 63px;
	height: 22px;
	overflow: hidden;
}
.ImFileTransferInput {
	position: relative;
	font-size: 60pt;
	cursor: pointer;
}
#lightbox{
	
	padding: 10px;
	
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }


.divBlueBorder {
	border: medium solid #FF6600;
}
.sample11 
		{
			font-style: italic;
			line-height: 200%;
			word-spacing: normal;
			letter-spacing: normal;
			color:white;
			font-family:'trebuchet ms',helvetica,sans-serif;
			font-size:84%;
			font-weight:bold;
		}	
.div_overlay
{
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	width: 100%;
	height: 3000px;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.div_lightbox
{
	display: block;
	z-index: 999999;
	background-color:#000;
	padding: 10px;
	width:650px;
	margin-top: 90px;
}
