body {
	font: 13px Verdana;
	background-image: url(/img/logo-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #393939;
	color: #333333;
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	margin-bottom: 5px;
	text-align: center;
}

#controls {
	width: 490px;
	height: 556px;
	
	position: absolute;
	top: 50%;
	left: 50px;
	margin-top: -306px;
	
	border: 8px solid #cccccc;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity=95);
	
	padding: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

#uploader {
	margin-top: 10px;
}

.plupload_wrapper {
	min-width: 490px;
}

.plupload_header_content {
	padding: 3px 10px 10px 10px;
	height: auto;
}

.plupload_logo {
	display: none;
}

.plupload_view_list .plupload_file_size,
.plupload_filelist_footer .plupload_file_size,
.plupload_filelist_footer .plupload_file_status {
	width: 60px;
}

.plupload_view_list div.plupload_file_status {
	right: 100px;
}

.plupload_progress {
	width: 200px;
	padding-right: 5px;
}

.ui-form {
	padding-bottom: 10px;
}

.ui-form label {
	display: block;
	margin-bottom: 3px;
}

.ui-form input, .ui-form textarea {
	width: 462px;
}

.ui-form textarea {
	height: 43px;
	padding: 0.4em 1em;
	resize: none;
}

.ui-textfield {
	font: inherit;
	color: inherit;
	text-align: left;
	outline: none;
	cursor: text;
}

#dialog-message {
	display: none;
}

#debug {
	display: none;
	/*
	width: 600px;
	height: 450px;
	
	position: absolute;
	top: 50%;
	left: 450px;
	margin-top: -245px;
	
	border: 8px solid #0000ff;
	background: #ffffff;
	opacity: 0.95;
	filter: alpha(opacity=95);
	
	padding: 20px 30px;
	border-radius: 30px;
	*/
}
