.boldText {
	font-size: 11px;
    font-weight: bold;    
	color: #ffffff;
}

.hdTCBox {
	height: auto;
	width: 520px;
	padding : 8px;	
	color: 	#D0D0D0;	
}

body .hdInstructionsBox {
	height: auto !important;
	width: 520px !important;
	padding : 8px !important;
	background-color: #1F1F1F !important;	
	color: 	#D0D0D0 !important;
}

.hdFormattedDiv {	
	width: 520px;
	color: 	#D0D0D0;	
}

#hdwcUGCSubmission {
	height: auto;
}

#progressBar { 
	margin:5px 0;
}

#progressBarBox { 
	width: 350px; 
	height: 12px; 
	border: 1px insert; 
	background: #EEEEEE;
	float:left;	
}

#progressBarBoxContent { 
	width: 0; 
	height: 12px; 
	border-right: 1px solid #333333; 
	background: #FE6600;	 
}

#progressBarText { 
	color: #FFFFFF; 
	with: 20px;
	float:left;
	padding-left: 10px;
}

#tcButton, #sgButton{
	display:inline;	
}	

#termsAndConditions, #suggestionsAndGuidelines{
	display:none;
	background-color: #1F1F1F;
}

#suggestionsAndGuidelines{
	margin: 10px 0 10px 0;
}

a:active {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

input.hide {
     position:absolute;
	left:18px;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
 }

#hdUploadForm input.title {
	width: 17em;
}

