body {
	background-color: #fff; !important;
}
.container {
	background-color: #fff;
}

#postbody, #widget_code, #footer_code, #header_code, #menus_code, #homepage_code {
	width: 100%;
	height: 250px;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 5px;
}

div.gap {
	min-height: 30px;
}

.err {
	color: red;
	font-size: 0.8em;
}


#overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#loading {
   /* width: 50px;
    height: 57px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}
