/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-a9e9d890-efc0-4b90-8989-1e70490c21af) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bf7759ea-5c69-4625-a85b-fdff5e73b3f7) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-60504e2d-61c3-4a2a-907a-469a6861d5a4) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c26ce38a-c2b7-4b08-a9ed-25a9b507b361) 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 {
}
