/* legend */
/* { */
/* 	font-weight: bold; */
/* 	color: #333; */
/* } */

div.filedrag_drop
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	height: 16px;
}

div.filedrag_drop_hover
{
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
	height: 16px;;

	color: #f00;
	border-color: #f00;
	border-style: solid;
	/* box-shadow: inset 0 3px 4px #888; */
}


#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

div.filedrag_progress {
	display: block;
	height: 12px;
}

div.filedrag_progress p
{
	display: block;
/*	width: 97%;
 */
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("../img/progress.png") 0 0 repeat-y;
	background-size: 0% auto;
}

p.filedrag_success
{
	background: #0c0 none 0 0 no-repeat !important;
}

p.filedrag_failed
{
	background: #c00 none 0 0 no-repeat !important;
}
