/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-485b6e2c-498c-414d-9795-0ed1c3c00d36) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-6e9b3de9-3bcc-434d-a8d4-e064f45faa3e) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-373c86e3-6887-4c5a-b73e-4cdf0ed49343) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5a68b2af-8160-430f-abb4-b88cb17257f6) 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 {
}
