/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0335a6a0-fc6f-4c52-bf4e-2038eb6a532b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a6227691-5c56-4756-b2a2-be8d51dc0a70) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-f06a9f31-0fc4-4014-ab7e-a6659c3a7728) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-89de888a-0b0c-4ac1-b5fd-7545b44fa7bc) 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 {
}
