/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-6e0553f6-be28-4162-aa2c-32f7a55d9e18) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-fa0e3a18-d467-475a-962f-f66838d85e99) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-abc35760-1427-435a-89d1-182822492488) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-f43da528-31b8-4e88-9e3a-2f66e6d98153) 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 {
}
