/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-dbe388a6-7d05-4710-9b26-18bb2f50450b) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-4380a5b4-0395-429f-a467-6db55bc93682) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-8f661c9a-665a-463b-ae94-20172f39defb) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-9e252a3f-fa2c-46da-8c7b-74aff7a58625) 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 {
}
