#frm,#frmPageEdit{	
	padding:0px;
	margin-left:5px;
	width: 535px;
	overflow:hidden;
}
#frmPageEdit .fldWide,
#frm .fldWide{
	border: 1px solid #A0B7CF;
	width: 531px;
}

#frmPageEdit .fldNormal,
#frm .fldNormal{
	border: 1px solid #A0B7CF;
	width: 262px;	
	margin-bottom:3px;
}

#frmPageEdit .fldLow,
#frm .fldLow{
	border: 1px solid #A0B7CF;
	width: 164px;	
	margin-bottom:3px;
}

#frmPageEdit .br,
#frm .br{
	height: 1px;
	background: #DFE9F4;
	width:540px;
}

#frm .fileinputs,
#frmPageEdit .fileinputs{
	position: relative;
	background: url(/img/file-button.gif) no-repeat;
}

#frm .fileinputs input,
#frmPageEdit .fileinputs input{
	border: 0px;
	width: 185px;
	height: 20px;	
	margin-bottom:3px;
	background:none;
}


#frm .fakefile,
#frmPageEdit .fakefile{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#frm input.file,
#frmPageEdit input.file{
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width: 265px;
}

