/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-77ca2149-9302-443f-8cad-e4777e14d1db) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-87b98b10-697b-4ebc-b258-4073fb2a1b21) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-07e8f7c4-779e-4f29-9a9b-f6d45ce6395a) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-81452ae4-998f-41b4-bb8d-e184aeb10557) 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 {
}
