/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-87096fe2-6ec7-47f1-ba5c-9e821532bd7e) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-59b81fa6-c94c-444a-8d31-5d7e8f58f427) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-3e55a7af-e6b8-43dc-bd26-ce70df199802) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-640ccf4c-3a4e-4dce-a388-1de4cac0e07b) 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 {
}
