/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-02361b28-0018-4ad1-b30a-886096c74bc5) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-bc85cea6-d4c1-40fc-bf16-8f369a93205a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-857694b4-e57b-4df1-b878-f1c9bfc1ecae) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-a49006f7-8d6e-49b7-9a4d-5c3093615948) 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 {
}
