.FileUploadSection  {
	width: 200px;
	clear: left;
	float: left;	
}
.FileUploadSection .FileUploadName {
	margin: 0px;
	padding: 0px;
	height: 14px;
	overflow: hidden;
	padding-top: 5px;
	padding-left:15px;
	text-align:left;
}
.FileUploadSection .UploadSuccess {
	/*background-image: url(images/icon_accept.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
}

.FileUploadSection .FileUploadProgress {
	background-color: #990000;
	padding: 0px;
	height: 2px;
	overflow: hidden;
	width: 0px;
	/*border: 1px solid #CCCCCC;*/
}
.FileUploadSection .UploadFailed {
	background-image: url(images/icon_alert.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.FileUploadSection .UploadFinished {
	
}

.upload {
	display: none;	
}
.upload, .uploadOvr {
	background-image: url(images/action_go.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	visibility: visible;
	z-index: 10;
	overflow: visible;
	clear: none;
	float: right;
}
.uploaderWrapper {
	height: 30px;
	width: 255px;
	padding-top: 5px;
	background:transparent url(images/form/ngaAho_inputLge.png);
}
.imageWindow img{
	width:137px;
}
.memberR_surround{
	position:relative;
	height:35px;
margin-bottom:35px;
}
.memberR_surround .inputAjax_sml{
	background: url(images/form/ngaAho_inputSml.png) no-repeat;
}
.memberR_surround input.sty{
	position: absolute;
	left: 172px;
	top: 8px;
	*top: 10px;
	width: 168px;
	background: none;
	height: 16px;
	border: none;
}

.memberR_surround .inputAjax_sml, .memberR_surround .inputAjax_sml:hover{
	position: relative;
	margin-left: 160px;
	margin-top: -23px;
	behavior: url(./styles/iepngfix.htc);
	width: 166px;
	height: 18px;
	padding: 10px 11px;
	border: none;
	vertical-align:middle;
	
}


.memberR_surround .quickfinds{
	border: 1px solid #D3D3D3;
	background-color: #edf4f0;
	left: 167px;
	top: 32px;
	*top: 34px;
	margin: 0;
	min-height:15px;
	overflow:hidden;
	padding:2px;
	position:absolute;
	width:169px;
	z-index:9999;
}


.memberR_surround .quickfinds div {
	cursor:pointer;
	font-size:8pt;
	height:15px;
	margin:0;
	overflow:hidden;
	padding:0;
}

.quickfinds div.over {
	color: #E76E34;
}
.hide {
	display:none;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}