﻿#loader {
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:50px;
	/*background-color:#000;*/
	padding:5px;
	display:none;
	z-index:1005;
}

#loader label {
	color:#FFF;
	text-align:center;
}

#loader img {
	display:block;
}

#popupmodel {
	display:none;
	background-color:#000; /* ececec */
	position:absolute;
	left:0px;
	top:0px;
}

#popup {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	z-index:1003;
}

#popup_interface {
	background-color:#FFF;
	width:400px;
	height:250px;
}

.popup_top_left {
	background-image:url(../images/tour_popup/tour_popup_top_left.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:21px;
	height:68px;
}

.popup_top_right {
	background-image:url(../images/tour_popup/tour_popup_top_right.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:21px;
	height:68px;
}

.popup_top_middle {
	background-image:url(../images/tour_popup/tour_popup_top_middle.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:68px;
	cursor:move;
}

.popup_bottom_left {
	background-image:url(../images/tour_popup/tour_popup_bottom_left.png);
	background-repeat:no-repeat;
	background-position:left top;
	width:21px;
	height:20px;
}

.popup_bottom_right {
	background-image:url(../images/tour_popup/tour_popup_bottom_right.png);
	background-repeat:no-repeat;
	background-position:right top;
	width:21px;
	height:20px;
}

.popup_bottom_middle {
	background-image:url(../images/tour_popup/tour_popup_bottom_middle.png);
	background-repeat:repeat-x;
	background-position:left top;
	height:20px;
}

/*.popup_middle {
	background-image:url(../../images/popup/popup_middle.jpg);
	background-repeat:repeat-y;
	background-position:56px 0px;
}*/

.popup_middle_left {
	background-image:url(../images/tour_popup/tour_popup_middle_left.png);
	background-repeat:repeat-y;
	background-position:left top;
}

.popup_middle_right {
	background-image:url(../images/tour_popup/tour_popup_middle_right.png);
	background-repeat:repeat-y;
	background-position:right top;
}

.popup_header_caption {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#505050;
	line-height:30px;
	vertical-align:middle;
}

.popup_padding{
	padding-left:16px;
	padding-right:16px;
}

.popup_container{
	background-color:#e8e8e8;
}

.popup_close {
	background-image:url(../images/tour_popup/close.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	width:22px;
	height:22px;
	cursor:pointer;
}

.popup_label{
	color:#505050;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.popup_heading{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.popup_form_line_spacing {
	height:10px;
}
.sliderwidth {
	width:210px;
}
.popup_inner_padding {
	padding:10px 10px 10px 10px;
}
.popup_notification {
	margin-bottom:5px;
	display:none;
}