/** APP: Drag and Drop Image uploader with progress bar
    Website:packetcode.com
    Author: Krishna TEja G S
    Date: 4th May 2014
***/
.drop{
	border:2px dotted #8A0808;
	padding:20px;
	margin-bottom:20px;
	width:100%;
	height:200px;
	color: #bdc3c7;
	font-size:200%;
}