/* CSS Document */
#uploader_overlay_container
{
	
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:500;
	padding:0px;
	margin:0px;
	position:absolute;
}
#uploader_overlay{
	background: url(../images/overlay.png) repeat;
	position:absolute;
	z-index:600;
	left:0px;
	top:0px;
}
#uploader_container_copy{
	width:434px;
	height:100%;
	border-left:2px solid #C8020C;
	padding:14px 23px 12px 23px;
	background:url(../images/error_right_bg_rptr.gif) repeat-y right;
	background-color:#ffffff;
	
}
#uploader_container { 
	width:483px;
	position:absolute;
	z-index:1001;
	float:left;
}
	
#uploader_heading{ 
	color:#C8020C; 
	font-family:Georgia; 
	font-size:14px; 
	font-weight:bold;
	margin-bottom:14px;
	text-align:center; 
	width:100%;
}

#uploader_sub_heading{ 
	color:#666666; 
	font-family:tahoma; 
	font-size:12px; 
	font-weight:bold;
	margin-bottom:17px;
}
#uploader_body_error{ 
	display:none;
	font-family:tahoma; 
	font-size:11px; 
	color:#C8020C;
	padding-top:10px; 
	padding-bottom:5px; 
	text-align:left;
	width:100%;

}
#uploader_body_copy{
	color:#000000; 
	font-family:tahoma; 
	font-size:11px; 
	margin-bottom:10px;
}
#uploader_formArea{
	color:#000000; 
	font-family:tahoma; 
	font-size:11px; 
	margin-bottom:10px;
}


#uploader_btn_container{
	margin-top:0px;
	text-align:center; 
	z-index:1500;
	text-align:right;
}
#uploader_iframe
{
position:absolute;
z-index:-1000;
left:2px;
top:2px;
}
#uploader_top
{
	width:480px;
	padding:0px;
	margin:0px;
	height:2px;
	background-color:#C8020C
}
#uploader_bottom_left{
	height:5px;
	width:2px;
	float:left;
	background:url(../images/error_btm_left.gif) bottom;
}
#uploader_bottom_center{
	height:5px;
	width:476px;
	float:left;
	background:url(../images/error_btm_bg_rptr.gif) repeat-x bottom;
}

#uploader_bottom_right{
	width:4px;
	height:5px;
	float:left;
	background:url(../images/error_btm_right.gif) right;
}
.fileControlContainer{
margin-bottom:7px;
width:100%;
}
.fileController{
float:left;
position:absolute;
width:280px;
margin-top:1px;
height:20px;
}
.fileTextControl
{
	border:1px solid #838383;
	background-color:#FFFFFF;
	font-family:tahoma; 
	font-size:11px; 
	color:#333333; 
	padding:1px;
}

.ButtonControl {
	border-left:1px solid #E01A1A;
	border-top:1px solid #E01A1A;
	border-right:1px solid #AA0000;
	border-bottom:1px solid #AA0000;
	background-color:#C7020D;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px; 
	color:#FFFFFF; 
	text-transform:uppercase;
	overflow:visible;
	margin-left:10px;
}



