/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-f690e0b6-80f7-4485-8ad9-11fea5f68699) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-a73a6d6a-0d6a-46fd-88ed-0d49ed3ccd13) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-20bde197-033e-44a2-b441-447ef638c070) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-528036ef-6c46-4d5f-ad62-f3cda16b1856) 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 {
}
