/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c2c7da79-97dd-4f4f-bc28-afa998b62552) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bd803b4c-4f7f-4349-99a3-1ae64fe6f35e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-7f3e62ef-80a3-4422-a597-b8ce59bd229c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-63e07b65-6531-4ce0-ac21-32e05ae06c59) 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 {
}
