/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-ec69efda-608c-4687-b151-c43f72fb5f83) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-94bdcb43-3820-49d7-b902-c0237f23fcd3) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-dd249494-1b08-4208-844b-fb5c9ae5e1f2) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-5d54639d-6f09-4ad9-b74e-5963f419c9b6) 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 {
}
