.required_label {
	color: red;
	font-weight: bold;
}

.error_label {
	color: red;
	font-style: italic;
}

#headlines_table td.searchable {
	color: blue;
	font-weight: bold;
}

#user_document_upload_form #real_file {
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity:0);
	z-index: 2;
	position: absolute;
	left: 24px;	
}

#user_document_upload_form #fake_file {
	width: 284px;
}

#user_document_upload_form #browse {
	width: 95px;
}

#user_document_upload_form #title,
#user_document_upload_form #description {
	width: 350px;
}

#user_document_upload_form #description {
	height: 100px;
}

/* Dialog Box */

#dialog_box {
	border: 2px solid black;
	background-color: white;
	padding: 10px;
}

#dialog_box #close {
	text-align: right;
	cursor: pointer;
}

/* End Dialog Box */