@charset "UTF-8";

.wp-customizer-postbox-options {
	width: 60%;
	padding: 0 0 0 0;
}

.wp-customizer-postbox-sidebar {
	width: 30%;
	padding: 0 0 0 10px;
}

.wp-customizer-postbox-sidebar ul {
	list-style: square;
	padding: 0 0 0 1em;
}

.wp-customizer-info {
	padding: 3px 15px 4px 27px;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.wp-customizer-success {
	border: 1px solid #8ACEFF;
	background: #E2F5FE url(../images/success.png) no-repeat 5px center;
}

.wp-customizer-warning {
	border: 1px solid #F8C44F;
	background: #FEE8B9 url(../images/warning.png) no-repeat 5px center;
}

.wp-customizer-error {
	border: 1px solid #F96764;
	background: #FCB2B5 url(../images/error.png) no-repeat 5px center;
}