/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-af32a613-bfca-4d9d-9f8b-257ef816cc3b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-25b12ac9-1cc2-4397-b5fe-8ce0819f4e1a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-66fef28e-82b0-424e-9358-053ad7947f80) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e2948cb-24c6-43f3-b407-2c8516e5f831) 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 {
}
