@CHARSET "utf-8";

body {
	text-align: center;
}

.contents {
	display: block;
	position: relative;
}

#drag-and-drop-zone {
	padding: 50px 100px 50px 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #ddffff;
	border: 2px dotted #669dff;
	font-weight: bold;
	font-size: 22px;
	width: 500px;
	color: #888888;
}

#drag-and-drop-zone .browser {
	margin-top: 20px;
}

#drag-and-drop-zone .browser span {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	background: #990099;
	border-radius: 4px;
	box-shadow: none;
	border: 1px solid #990099;
}

.ui-dialog {
	background: #fff;
}
