/*
 * imgAreaSelect animated border style
 */

.imgareaselect-border1 {
	background: var(--wpr-bg-9b90a717-198b-4b2f-b152-b834e22a5023) repeat-y left top;
}

.imgareaselect-border2 {
    background: var(--wpr-bg-c30cb14c-9849-4e33-9da1-4605add0d5ec) repeat-x left top;
}

.imgareaselect-border3 {
    background: var(--wpr-bg-847783cf-05ff-40e5-977a-e422053493a8) repeat-y right top;
}

.imgareaselect-border4 {
    background: var(--wpr-bg-b901939a-a4ae-4acf-b73c-340b7013f240) 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 {
}
