/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c183c815-3f96-41e4-a9bb-5f9e9bda47a5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1f23f007-9645-47a3-b02e-e2aa09aa9ea1) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dab6561b-9b98-40c9-9431-b9d6b42c1c07) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-d6c8a3d1-c421-4e7a-9e22-9b6747c218de) 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 {
}
