body {
	margin: 0px;
	padding:0px;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;	
}

.centerVertOut {position: relative;}
.centerVertOut[class] {display: table; position: static;}

.centerVertMid {position: absolute; top: 50%; } /* for explorer only*/
.centerVertMid[class] {display: table-cell; vertical-align: middle; position: static;}

.centerVertIn {position: relative; top: -50%;} /* for explorer only */
.centerVertIn[class] {position: static;} 

input.inputFile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}


#imgEditor {
	width: 400px;
	margin: 0px auto;
	padding: 0px;
	border: solid #d4e4f0 1px; 
}

#imgEditorIframe {
	width: 400px;
	height: 70px;
	border: 0px;
}

.imgEditorForm {
	width: 370px;
	margin: auto;
}

#preview {
	width: 330px;
	margin: 0px auto; 
/*	border: solid #F4F4F4 1px; */
	text-align: center;
	position: relative;
	padding: 20px;
}

#frame {
	border: solid red 1px;
	position: absolute;
}

#frameCore {
	width: 100%;
	height: 100%;
	cursor: move;
}

#resizer {
	width: 9px;
	height: 9px;

	position: absolute;
	right: -12px;
	bottom: -12px;
	cursor: nw-resize;
	background-image: url(img/arrowResize.gif);
	background-repeat: no-repeat;
}


.imgEditorForm .row {
	margin: 10px auto;
}

.imgEditorForm .center {
	text-align: center;	
}
