body {
	background: #F7F4EC url('ricepaper.png');
	font-size: 1em;
	font-family: Arial, sans-serif;
	padding: 0; margin: 0;
}

.copy h1{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #BF311A;
}

.content {
	padding: 20px;
}

.content:after{
	display: table;
	clear: both;
	content: "";
}

.copy {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}

#drop-files {
	width: 400px;
	height: 125px;
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	border: 4px dashed rgba(0,0,0,0.2);
	padding: 75px 0 0 0;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	margin: 0 auto;
}

#options {
	/*float: left;*/
	margin: 0 auto;
	position: relative;
	width: 560px;
	height: 125px;
}

#upload-button {
	z-index: 9999;
	width: 100%;
	display: none;
	text-align: center;
	padding-top: 25px;
}

#options .image {
	height: 200px;
	width: 300px;
	border: 4px solid #fff;
	position: absolute;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

#upload-button .ss-upload {
	font-size: 0.7em;
}

#upload-button a {
	display: inline-block;
	margin-top: 10px;
	padding: 15px 30px;
	border: 1px solid #CECECE;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #008752;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	-webkit-transition: background-color 0.2s ease-in;
	-webkit-transition: background-color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in;
	-moz-text-shadow: -2px -2px 0 #00633C;
	-webkit-text-shadow: -2px -2px 0 #00633C;
	text-shadow: -2px -2px 0 #00633C;
}

#upload-button a:hover {
	background: #00633C;
}

#upload-button span {
	display: block;
	width: 160px;
	text-align: center;
	margin: 20px 0 0 0;
	background: white;
	border-radius: 10px;
	font-size: 1.1em;
	padding: 4px 0;
	position: relative;
	left: -14px;
}

#extra-files {
	display: none;
	float: left;
	position: relative;
}

#extra-files .number {
	background: rgba(0,0,0,0.6);
	border-radius: 4px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	color: #fff;
	padding: 20px 30px;
	margin: 60px 0 0 0;
	cursor: pointer;
	font-size: 30px;
}

#options #upload-button .delete {
	padding: 15px 30px;
	background: rgba(0,0,0,0.8);
	box-shadow: none;
	font-size: 24px;
	margin-left: 8px;
	-moz-text-shadow: -2px -2px 0 #000;
	-webkit-text-shadow: -2px -2px 0 #000;
	text-shadow: -2px -2px 0 #000;
}

#options #upload-button .delete:hover {
	background: rgba(0,0,0,1);
}


#extra-files .number:after {
	position: absolute;
	content: " ";
	top: 18px;
	left: -40px;
	display: block;
	border: 20px solid;
	border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
}

#extra-files #file-list {
	display: none;
	background: white;
	padding: 20px 0;
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	width: 250px;
	top: 100px;
	border: 1px solid #dadada;
	left: -10px;
	left: -16px;
	max-height: 220px;
	top: 150px;
	position: absolute;
	color: #545454;
}

#file-list ul {
	overflow: scroll;
	padding: 0;
	border-top: 1px solid #dadada;
	max-height: 200px;
	width: 250px;
	list-style: none;
	border-bottom: 1px solid #dadada !important;
}


#file-list ul li:last-of-type {
	border-bottom: 0 !important;
}

#uploaded-holder {
	overflow: hidden;
	display: none;
	position: relative;
	margin: 0 auto;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
}

#uploaded-holder:after{
	clear: both;
	display: table;
	content: "";
}

#extra-files #file-list:after, #extra-files #file-list:before {
	position: absolute;
	content: " ";
	top: -40px;
	left: 40px;
	display: block;
	border: 20px solid;
	border-color: transparent transparent #ffffff transparent;
}

#extra-files #file-list:before {
	border-color: transparent transparent #dadada transparent;
	top: -41px;
}

#extra-files #file-list li {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px;
}

#loading {
	display: none;
	float: left;
	width: 100%;
	position: relative;
}

#loading-bar {
	width: 404px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 2px;
	margin: 0 auto;
}

.loading-color {
	width: 0%;
	height: 100%;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	border-radius: inherit;
	background-color: #4edbf1;
}

#loading-content {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -202px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	width: 405px;
}

#file-name-holder {
	width: 100%;
	float: left;
}

#file-name-holder h1 {
	text-align: center;
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
	font-size: 2em;
	margin: 0;
}

#uploaded-files {
	margin: 0 auto;
	display: none;
	background: white;
	border-radius: 5px;
	width: 407px;
	top: 100px;
	padding: 0;
	border: 1px solid #dadada;
	max-height: 320px;
	overflow: scroll;
	color: #545454;
}

#uploaded-files li {
	padding: 10px;
	border-bottom: 1px solid #eee;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	color: #545454;
}

#uploaded-files a {
	color: #1bacbf;
}

/*ADDED*/
.draggable { 
	width: auto; 
	height: auto; 
	padding: 0; 
	float: left; 
	margin: 0;
	z-index: 1000; 
	position: absolute;
}

.draggable:hover{
	cursor: move;
}

h3 { clear: left; }

.ui-widget-content {
	background: none !important;
	border: none !important;
}

.ui-icon, .ui-widget-content .ui-icon {
	background-color: #FFF !important
}

#resizableImage{
	max-width: 100%;
	max-height: 100%;
}

ol > li{
	padding: 5px 0;
}