/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4a9111da-642f-4259-9245-0aadb9c59c15) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8f9b9fef-8a21-4e24-bf27-4bfa703d8a12) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-47750a6c-f40b-490e-b317-1617f6ce2151) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-638c5577-f142-430f-8c47-f9eeaee2d85c) 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 {
}
