.modalBackground
{
    background-color:Gray;
    filter:alpha(opacity=40);
    opacity:0.5;
}
.ModalWindow
{
    direction:rtl;
    width:400px;
    height:333px;
    padding: 0px 10px 10px 10px;
    position:absolute;
    top:-1000px;
    background-image:url('https://www.mishlohim.co.il/WhiteLabel/147/Popups/images/147_Popups_PopupBackground.gif');
    background-repeat:no-repeat;
    background-size:100% 100%;
	-moz-background-size: 100% 100%;
}

.AddressNotFoundModalWindow
{
    direction:rtl;
    width:320px;
    height:170px;
    padding: 0px 10px 10px 10px;
    position:absolute;
    top:-1000px;
    background-image:url('https://www.mishlohim.co.il/WhiteLabel/147/Popups/images/147_Popups_PopupBackground.gif');
    background-repeat:no-repeat;
    background-size:100% 100%;
	-moz-background-size: 100% 100%;
}

.selfCollectionModal
{
    direction:rtl;
    width:400px;
    height:200px;
    padding: 0px 10px 10px 10px;
    background-image:url('https://www.mishlohim.co.il/WhiteLabel/147/Popups/images/147_Popups_PopupBackground.gif');
    background-repeat:no-repeat;
    background-size:100% 100%;
	-moz-background-size: 100% 100%;
}

.formtext
{
    font-size:25px;
    font-weight: normal;
    font-family:Sans-Serif
}

.addressNotFoundHeadline
{
    font-size:30px; 
    padding-top:22px; 
    padding-bottom:10px;
}

.openHoursDblst
{
    font-size:15px;
    width:170px;
    height:22px;
}

.popupColor1
{
    color:Red;
}

.popupColor2
{
    color:White;
}

.exitImage
{       
    cursor: pointer;
    position: relative;
    right: 7px;
    _left: 25px;
    margin-top: 3px; 
    height: 48px; 
    width: 48px; 
    float: left; 
    z-index: 5; 
    background-image: url('https://www.mishlohim.co.il/WhiteLabel/147/Popups/images/147_Popups_PopupExitBtn.png')
}

.autocomplete_completionListElement 
{  
	margin : 0px!important;
	color : windowtext;
	cursor : pointer;
	overflow : auto;
	height : 200px;
	font-family:Arial;
	font-size:12pt;
    text-align : right; 
    list-style-type : none;
    width: 204px !important;
    padding:0px;
}

.autocomplete_highlightedListItem
{
	background-color: White;
	color: black;
	padding: 5px;
}

.autocomplete_listItem 
{
	background-color :White;
	color : Black;
	padding : 2px;
}

.continue
{
    float:left; 
    margin-left:34px;  
    margin-top:13px; 
    cursor:pointer;
}

.backFromSelfCollectionPnl
{
    float:right; 
    margin-right:22px; 
    margin-top:33px; 
    cursor:pointer;
}

.exitFromAddressNotFoundWindow
{
    cursor:pointer; 
    font-size:15px; 
    padding-top:40px;
}

.city
{
    padding-top:30px; 
    font-size:20px; 
    width:30%; 
    padding-right:25px;
    text-align:right;  
}
.street
{
    font-size:20px;  
    width:30%; 
    padding-right:25px; 
    text-align:right
}

.houseNumber
{
    width:30%; 
    font-size:20px; 
    padding-right:25px; 
    text-align:right;
}

.AddressDetails
{
    width:30%; 
    font-size:20px; 
    padding-right:25px; 
    text-align:right;
}

.backFromDelivery
{
    float:right; 
    margin-right:22px; 
    margin-top:13px; 
    cursor:pointer;
}

.HouseNumberTbx
{
    float: right;
    margin-right: 28px;
}