/*-------------------------GRAPHIC ELEMENTS --------------------*/

.graphicShadowRight{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-r.gif); 
	background-position: 0px 8px; 
	background-repeat: no-repeat;
}
.graphicShadowBottom{
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(opacity=50);
	background-image: url(../images/shad-btm.gif); 
	background-position: 8px 0px; 
	background-repeat: no-repeat;
}

div#cart{
	display: block;
}

input#Order{
	display: none;
}
.storeScreen{
	position:fixed; 
	top: 0px; 
	left: 0px; 
	filter: alpha(opacity=60);
	opacity: 0.60;
	width: 100%; 
	height: 100%; 
	background-color: 
	black; 
	z-index: 10000000000
}
.tblNewUser{
	border-collapse:collapse;
	border:none;
}
.tblNewUser td{
	padding: 2px 8px;
}