/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-0f4a7519-40e9-43a1-95a4-fb1e75146190) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e9339dd6-d17b-4c2f-9d16-5bf81a8414ad) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-af9bd9b1-9333-41b6-a469-761b8f803f1a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-197ce7fb-cd7f-4805-82fc-203f08a13a95) 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 {
}
