
.wbkEditor {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color: #fff;
	text-align:left;
	position:relative;

}

.wbkDropComponent
{
    border-top:2px dashed #ffc189;
    border-bottom:2px dashed #ffc189;
    border-right:2px dashed #ffc189;
    border-left:2px dashed #ffc189;
    padding-top:3px;
    padding-bottom:3px;
    margin:0px 0px 3px 0px;
}

.wbkDroppedComponent
{
    border-top:1px dashed #91ABC8;
    border-bottom:1px dashed #91ABC8;
    border-right:1px dashed #91ABC8;
    border-left:1px dashed #91ABC8;
    padding:0px 0px 0px 0px;
    margin:0px 0px 1px 0px;
}

