/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-c08e938d-a852-41ae-95eb-785345a7ddde) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-ed3a4e3b-884c-4b21-8764-4f7f2fa53afb) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-4bcf6d0a-191c-4c48-8482-097488de6cd9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b95da5f5-7f9a-438d-8a91-a47f3c66e689) 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 {
}
