/**
 * WP Backitup Admin Control Panel Stylesheets
 * 
 * @version 1.4.0
 * @since 1.0.1
 */

/* Global */

 .error { color: #ff0000;}

p {line-height: 1.4em;}

td {padding: 0;}

h3 {
	margin: 0;
	padding: 1em 0 0 0;
}

iframe {
	height: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	z-index: -1;
}

.submit { padding: 0; }

/* Content */
#content {
	float: left;
	width: 65%;
}

#content input[type="text"], #content input[type="file"] {padding: 0;}

.status-icon {
	display: inline;
	height: 16px;
	position: relative;
	top: 3px;
	left: 5px;
	visibility: hidden;
	width: 16px;
}

/** Status Reporting **/
.backup-status, .backup-status span, .backup-errors, .backup-errors span, .restore-status, .restore-status span, .restore-errors, .restore-errors span {
	display: none;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 30%;
}

.widget {padding: 1em;}