img{
	border:none;
	outline-style:none;	
}

.loading-indicator{
	position:absolute;
	z-index: 100;
	background-image: url('../img/loader-bar-red.gif');
	background-position: top center;
	background-repeat:no-repeat;
}
.loading-indicator.big{
	background-image: url('../img/loader-red.gif');
}
.loading-indicator.small{
	background-image: url('../img/loader-small.gif');
}

div#modal-outer{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#modal-inner{
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #444;
	background: #FFF;
}
div#modal-close {
	position: absolute;
	top: -12px;
	right: -12px;
	height: 30px;
	width: 30px;
	background: transparent url(../img/modal/modal_closebox.png) ;
	cursor: pointer;
	z-index: 100;
	display: none;
}
div#modal-content, div#modal-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0; 
	margin: 0;
	z-index: 96;
}
div#modal-content img {
	z-index: 92;
}

div#modal-shadow {
	display: none;	
}
div#modal-shadow div{
	position: absolute;
	z-index: 70;
}
div#modal-shadow .shadow-n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_n.png) repeat-x;
}
div#modal-shadow .shadow-ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_ne.png) no-repeat;
}
div#modal-shadow .shadow-e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/modal/modal_shadow_e.png) repeat-y;
}
div#modal-shadow .shadow-se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_se.png) no-repeat;
}
div#modal-shadow .shadow-s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_s.png) repeat-x;
}
div#modal-shadow .shadow-sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_sw.png) no-repeat;
}
div#modal-shadow .shadow-w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/modal/modal_shadow_w.png) repeat-y;
}
div#modal-shadow .shadow-nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/modal/modal_shadow_nw.png) no-repeat;
}