/*
// File written by Jochen "Khuri" Höhmann <khuri@khuris.com>
// Copyright 2011
//
// File        : shared_dialogbox.css
// Begin       : 2010.02.15 11:12:15
// Last Update : 2011.06.20 18:18:55
*/

/* Dialog boxes */
#dialogbox_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 95;
}
#dialogbox_main {
	position: relative;
	width: 500px;
	height: 300px;
	padding: 0px;
	margin-left: -250px;
	margin-top: -150px;
	background: #eee;
	border: 1px solid #ddd;
	z-index: 100;
}
#dialogbox_main > div.main {
	width: 480px;
	height: 280px;
	margin: 9px;
	border: 1px solid #ddd;
	background: #fff;
	text-align: left;
	overflow: auto;
	z-index: 101;
}
#dialogbox_main > div > fieldset {
	margin: 5px 10px 10px;
	font-size: 11px;
	padding: 4px;
}
#dialogbox_main legend {
	font-weight: bold;
}
#dialogbox_main input {
	margin: 1px;
}
#dialogbox_main p.desc {
	margin: 0 0 6px;
}
#dialogbox_main p {
	margin: 14px 0 0;
}
input.fufiles {
	margin: 1px 10px 1px 0;
}
div.filelist {
	border: 1px solid #ddd;
	padding: 2px 0 2px 4px;
}
#fb_ftp_files div {
	padding: 1px;
}
#fb_ftp_files div.poi:hover {
	margin: 0 !important;
	padding: 0 !important;
}
#fb_ftp_files div label {
	width: auto;
	display: block;
}
#dialogbox_blackbox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 90;
}
#dialogbox_loadingbox {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -70px;
	width: 200px;
	height: 140px;
	padding: 0px;
	border: 10px solid #eee;
	background: url(../images/admin/loading.gif) no-repeat #fff center;
	z-index: 1000;
}
#dialogbox_closebutton {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	background: url(../images/admin/closebutton.png) no-repeat top left;
}
#dialogbox_more_upload {
	visibility: hidden;
	display: none;
}
