
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCA;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}
#box label {font-size: 15px;
width: 85%;
float: left;
text-align: right;
margin-top: 2px;
color: #0e2f69;
margin-bottom: 0px;}
#box .btn { width: 60% !important;
float: none;
margin-top: 20px !important; }
#box input[type=text] {
    width: 100%;
    background: transparent;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSansHebrew-Regular';
    height: 25px;
    border-bottom: 2px solid #0e2f69 !important;
    border: none;
}
#box input[type=tel] {
    width: 100%;
    background: transparent;
    margin-bottom: 12px;
    font-size: 16px;
    color: #000000;
    font-family: 'OpenSansHebrew-Regular';
    height: 25px;
    border-bottom: 2px solid #0e2f69 !important;
    border: none;
}
#box a{font-size: 20px;
color: #0e2f69;
font-weight: 900;
margin-top: 10px;
text-align: center;
display: block;
text-decoration: none;
}

#box img.width{
width: 55%;}



#box 
{padding-bottom: 30px !important;
	display: none;
position: absolute;
top: 0%;
height: auto;
padding: 48px;
margin: 0;
border: transparent;
background: #4bd5c8;
z-index: 101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	display:none;
}

.popupclose { position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
width: 6% !important;}

