/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-55167b5f-fc5e-460d-b461-ddbcee1a2c74) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-e909d174-8f34-47bc-8ba0-97211b9546d9) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-744710e5-91a9-447a-ae24-99b401681ce9) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-7ab418f7-2fb1-4cf0-9169-259da64432e9) 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 {
}
