/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-4be94f57-7a79-4d2a-8f5c-1ead2cc6b2e2) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5916e58d-b771-461a-8696-a4183ae65ea0) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6f7731c7-0e1d-406f-a25c-034cafbf4905) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-30e9203a-6b69-4631-bc05-8e784bdfab2c) 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 {
}
