input{
	font-size:11px;
	padding:1px;
}
body{
	margin:0px;
	margin-top:10px;
	text-align:center;
}
*{
	text-align:left;
}
.wrap{
	margin:auto;
	width:680px;
	height:100px;
}
.blockSmall{
	height:94px;
	width:200px;
	border:1px solid gray;
	margin:5px;
	float:left;
}
.blockSmall .Edit{
	height:130px;
	width:236px;
}
.blockMedium{
	height:200px;
	width:200px;
	border:1px solid gray;
	margin:5px;
	float:left;
}
.blockMedium .Edit{
	height:236px;
	width:236px;
}
.blockLarge{
	height:410px;
	width:410px;
	border:1px solid gray;
	margin:5px;
	float:left;
}
.blockLarge .Edit{
	height:446px;
	width:446px;
}
.wrapBlock{
	height:100%;
	width:100%;
	overflow:hidden;
}
.Edit{
	margin-top:-12px;
	margin-left:-12px;
	position:absolute;
	border:1px solid black;
	font-size:1px;
	cursor:pointer;
}
.EditNew{
	margin-top:-7px;
	position:absolute;
	height:18px;
	overflow:hidden;
	z-index:200;
	background-color:#CCCCCC;
	border:1px solid black;
	cursor:pointer;
	display:none;

}
.EditNew input{
	margin:0px;
	height:18px;
	font-size:9px;
}
.Edit div{
	background-color:#EEEEEE;
	background-position:center;

}
.Edit input{
	margin-top:-4px;
	height:15px;
	
	z-index:10;
	position:absolute;
}
.tripple-banner input{
margin-top:6px;
}
.Edit .topEdit{
	height:17px;
	width:100%;
	position:absolute;
	left:0px;
	background-image:url('../img/up.gif');
	background-repeat:repeat-x;
}
.Edit .bottomEdit{
	height:17px;
	width:100%;
	bottom:0px;
	left:0px;
	position:absolute;
	background-image:url('../img/down.gif');
	background-repeat:repeat-x;
}
.Edit .leftEdit{
	height:100%;
	width:17px;
	float:left;
	background-image:url('../img/left.gif');
	background-repeat:repeat-y;
}
.Edit .rightEdit{
	height:100%;
	width:17px;
	float:right;
	background-image:url('../img/right.gif');
	background-repeat:repeat-y;
}