/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-24fcd21a-7340-414b-b467-7a38845194e8) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-1d1adfb5-4afc-4cb1-b88c-d1245caaac95) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-6b710e93-5a5b-44fb-a406-cc277e65cacc) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-ae4740da-60ff-4e07-a93e-ca6229bd11bb) 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 {
}
