/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ccb81730-97c1-4f2a-8dea-4a3e5aee4bf0) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-035aeb4c-d808-48b0-b703-38cd97a1a494) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-9e557878-eb06-47cb-8c5b-aec4af4ed72c) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-c373294b-a030-4931-884c-e5936012bc50) 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 {
}
