/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-b01eb1e8-6c59-40f9-8278-ee4588b55b96) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-313269a0-a6ce-4fb7-af43-2c7a0a6f022b) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-1e57a89d-2674-4262-b579-13b59fa12753) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-413da935-882d-4ec8-b2a5-8460b49b24cb) 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 {
}
