/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-83065cf7-846f-484c-8f77-85fb3565ccf7) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-8d294988-d4ac-413c-b40c-19f50fd6a4cd) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-437a3a73-9602-4126-bed1-77b1006f10dd) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b6e20805-704f-4c4d-ab01-583f05c44aa2) 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 {
}
