/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f0c7be80-f894-4cde-9165-af27267d02d3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-d2c6fbf7-d84d-49c8-8b13-546958ae875e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-51f23a22-6a8b-43fe-975a-7d91cc7709e3) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-bbdb5b3f-6892-49dc-8fc3-f839a28f9b4f) 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 {
}
