/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-cb8b897b-b8d9-46a9-bd48-e2a50cb1461b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-cb3ed621-8e49-4029-b1c2-96b2732b2b17) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-253f0cbf-e7fa-488e-8f4d-ba3b7a712ae4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c491f6c6-fbe6-4273-a9f1-d1202b1fd5c7) 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 {
}
