/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-5cdb1db3-29c6-45a6-8a1a-3890ba1536a3) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ef0f2abd-e451-4e17-b4f3-b896eeb06f44) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-bc28492b-2f10-4a58-a358-a23c67cf1e05) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-95a42c24-b8c5-420b-9952-aaa7d868ab6b) 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 {
}
