/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b1ea3aa6-fae7-4dff-a4ef-419776853d5f) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-208b26af-bd45-4f40-8b7d-0f866123084f) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-14261ec4-82af-4fd7-b48f-040a9ecf86eb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6655accd-6e9f-4bc4-a731-dac0dd9f004b) 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 {
}
