/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-75d304a3-fa1c-4fc6-9ae9-5e46fa6142ab) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-5bd72e9c-375b-41c3-8b93-0bc4b9759d69) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-97f9f184-37b5-4616-b7df-33f96e0568ba) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b2ebb896-234e-4640-b5f8-dfe36a50fe99) 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 {
}
