/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-19c731fb-c7d2-44b9-acfc-0a57bf5e8c93) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-dcee4158-9754-4936-b23d-534dbed9b60a) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-467460d8-5880-4633-a782-335a70ded71a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-12529e21-dab6-45a7-826a-d918532abbd1) 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 {
}
