/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-efc97ef6-f22b-486b-bd57-4cb1047762ef) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-f1da5ad9-0ce3-44e4-9eea-89c40400321b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-b0a41473-4f31-4e4a-b99b-ccb81a57631b) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-6cf3f2f4-1064-4613-a9ce-399f7f6ec15e) 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 {
}
