@media screen and (max-width: 766px), 
       screen and (max-height: 966px) {
	div#overlay {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		top: 0px !important;
		left: 0px !important;
	}
	div#overlaybg {
		background-color: #fff !important;
		opacity: 1 !important;
		height: 1966px !important;
	}
}

div#overlaybg {
	background-color: black;
	height: 966px;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	margin: 0px;
}

#overlaybg iframe.zihack {
	background-color: #000000;
	height: 966px;
}

div#overlay {
	display: inline;
	width: auto;
	text-align: left;
	margin: auto;
	padding: 5px 15px;
	background: #fff;
	position: absolute;
	z-index: 200;
}

div#overlay .input-sm {
	height: 28px;
}

div#overlay .adminItemData {
	position: relative;
	top: -10px;
	text-align: left !important;
	width: 350px;
	font-size: 14px;
}

div#overlay .adminItemData .itemDetailLabel {
	display: block;
}

#itemImages {
	display: block;
	text-align: center;
	width: 500px;
}

#itemImages.multipleItemImages {
	width: 550px;
	text-align: center;
}

#itemImages .large {
	display: inline;
	height: auto;
	width: 400px;
	margin: auto;
	float: left;
}

#itemImages .large img
{border: 1px solid black;}

#itemImages #tinyThumbs a {
	display:inline-block;
	border: 2px solid #ccc;
	margin-bottom: 5px;
}

#itemImages #tinyThumbs a:hover {
	border: 2px solid #33C;
}

#itemImages #tinyThumbs {
	display: inline-block;
	float: right;
	width: 110px;
}

#itemImages #tinyThumbs a img {
	width: 110px;
}

div#overlay #overlayCloseWrapper {
}

div#overlay a.closeLink {
}

#overlay div.content {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	clear: both;
	width: auto;
}

#accountAddressTable th,
#accountAddressTable td{
	padding: 2px;
}

div#overlay #assochipaddidSelect {
	margin: 5px 0px;
}

div#overlay .requiredSAsterik
{
	color: #c40000;
	font-weight: 900;
}
