/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-2468f82b-c23c-4f48-b103-aa72e11ea9f8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc699715-e144-4a7f-a53e-cdd004fc54c4) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-73698576-453e-4700-a2a0-9c5c79a99d30) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-e61df783-1a08-4b6d-9efe-a55f399a2e73) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
	border: solid 1px #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-outer {
	background-color: #000;
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-selection {
}
