
#uploadPanel{
	
	position:			relative;
	top:				40px;
	margin:				10px auto;
	display:			block;
	border:				0;
	width:				700px;
}

#uploadFrm{

	display:			block;
	position:			relative;
	margin-top:			20px;
	margin-bottom:		20px;
}

#uploadFilePanel{
	
	margin:				0px auto;
	text-align:			center;
}

#uploadNotificationPanel{
	
	text-align: 		center;
	visibility: 		visible;
	display:			block;
	width:				100%;
	font-family:		georgia;
	font-size:			100%;
	font-weight:		bold;
	color:				#445566;
	border-bottom:		1px dotted #bfdaff;
}

#uploadSubmitPanel{
	
	text-align: 		center;
	visibility: 		hidden;
	display:			none;
	width:				100%;
	font-family:		georgia;
	font-size:			90%;
	color:				#445566;
	border-top:			1px dotted #bfdaff;
}

#uploadSubmitPanel a{
	font-family:		georgia;
	font-size:			100%;
	font-weight:		bold;
}

#uploadCancelPanel{
	
	text-align: 		center;
	visibility: 		hidden;
	display:			none;
	width:				100%;
}

#uploadEtaPanel{
	
	visibility: 		hidden;
	text-align: 		left;
	margin:				0px auto;
	display:			none;
	width: 				400px; 
	font-family:		monospace;
	font-size:			90%;
}

#uploadProgressPanel{
	
	visibility: 		hidden;
	text-align: 		left;
	margin:				0px auto;
	display:			none;
	width: 				600px; 
	border:				1px dotted #bfdaff;
}

#uploadProgressBarField{
	
	display:			none;
	text-align: 		left;
	width: 				1px; 
	background-color: 	#e0f4fc;
	border: 			1px solid white;
	font-family:		verdana;
	font-size:			120%;
	color:				#445566;
}

#uploadProgressBarField strong{
	
	display: 			inline;
	color:				#445566;
	font-size:			120%;
	font-weight:		bold;
}

.uploadFileInput{
	display:			inline;
	border:				1px solid #bfdaff;
}

.uploadFileElement{
	display:			block;
}

.removeLink{
	font-family:		georgia;
	font-size:			100%;
	font-weight:		bold;
	color:				blue;
	cursor: 			pointer;
	cursor: 			hand;	
}

#anotherBtnPanel{
	visibility: 		hidden;
	display:			none;
	text-align:			left;
}

#loadingPnl{
	margin:				0px auto;
	text-align:			center;
}

#resultsPanel{
	
	position:			relative;
	top:				40px;
	display:			none;
	visibility:			hidden;
	border:				0;
	width:				90%;
	margin:				10px auto;
}

#resultsFrame{
	border:				1px solid #bfdaff;
}

strong{
	
	font-weight:		bold;
}







#features{
	width: 				750px;
	text-align: 		left;
}

h1{
	color:				#16387c;
	font-family:		arial;
	font-size:			120%;
}

h1 strong{
	font-weight:		bold;
}


a{
	text-decoration:	none;
}

a:hover{
	text-decoration:	underline;
}

#features ul{
	font-size:			90%;
	font-family:		verdana;
	padding-left:		40px;
}

#features ul li{
	list-style-type:	circle;
}


#uploaderPlaceHolder{
	visibility:			hidden;
	display:			block;
	height:				50px;
}

