div.overlay {
	background-image: url(../image/overlay.png);
	width: 543px;
	height: 480px;		
	display:none;
	padding:0px;
}

div.overlayZ {
	background-image: url(../image/zakaz.png);
	width: 471px;
	height: 351px;		
	display:none;
	padding:0px;
}

div.cOverlay {
	background-image: url(../image/cOverlay.png);
	width: 639px;
	height: 312px;
	display: none;
	padding: 0px;
}

div.overlay div.close {
	background-image: url(../image/close.png);
	position:absolute;
	left: 473px;
	top: 27px;
	cursor:pointer;
	height:19px;
	width:19px;
	font-size: 0px;
}

div.overlayZ div.close {
	background-image: url(../image/close.png);
	position:absolute;
	left: 423px;
	top: 27px;
	cursor:pointer;
	height:19px;
	width:19px;
	font-size: 0px;
}

div.cOverlay div.close {
	background-image: url(../image/cc.png);
	position:absolute;
	left: 590px;
	top: 28px;
	cursor:pointer;
	height:17px;
	width:17px;
	font-size: 0px;
}

.insideDivC { position: absolute; width: 566px; height: 237px; left: 39px; top: 37px; }

#insideOverlay { position: absolute; width: 411px; height: 419px; left: 52px; top: 25px; }
#insideInside { position: relative; float: left; width: 376px; left: 35px; font-size: 13px; color: #bfbfbf; }
.inputDIVBG { position: relative; float: left; width: 371px; height: 20px; font-size: 0px; background: url(../image/inputTextBG.png) no-repeat; }
.textareaDIVBG { position: relative; float: left; width: 371px; height: 101px; background: url(../image/inputTextArea.png) no-repeat; }
.ip { width: 361px; height: 16px; border: none; background: none; margin-left: 5px; margin-top: 1px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
.ipt { width: 167px; height: 16px; border: none; background: none; margin-left: 5px; margin-top: 1px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
.tp { width: 361px; height: 95px; border: none; background: none; margin-left: 5px; margin-top: 3px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; overflow: auto; }
.tpIn { width: 361px; height: 65px; border: none; background: none; margin-left: 5px; margin-top: 3px; font-size: 13px; font-family: Arial, Helvetica, sans-serif; overflow: auto; }
.m3 { margin-left: 3px; }
.shortInputDIVBG { position: relative; float: left; width: 177px; height: 20px; font-size: 0px; background: url(../image/shortInput.png) no-repeat; }

div.overlay a.close {
	color: #12afdf;
	text-decoration: underline;
	cursor: pointer;
}