@font-face {
 font-family:'ReformaRegulaRwebfont';
 src: url('font/reformaregularwebfont.eot');
 src: url('font/reformaregularwebfont.eot?#iefix') format('embedded-opentype'), url('font/reformaregularwebfont.svg#') format('svg'), url('font/reformaregularwebfont.woff') format('woff'), url('font/reformaregularwebfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family:'Open Sans Hebrew';
 src: url('font/OpenSansHebrew-Regular.ttf');
 src: url('font/OpenSansHebrew-Regular.ttf?#iefix') format('embedded-opentype'),
 url('font/OpenSansHebrew-Regular.woff') format('woff'),
 url('font/OpenSansHebrew-Regular.svg#') format('svg'),
 url('font/OpenSansHebrew-Regular.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family:'Open Sans Hebrew';
 src: url('font/OpenSansHebrew-Bold.ttf');
 src: url('font/OpenSansHebrew-Bold.ttf?#iefix') format('embedded-opentype'),
 url('font/OpenSansHebrew-Bold.woff') format('woff'),
 url('font/OpenSansHebrew-Bold.svg#') format('svg'),
 url('font/OpenSansHebrew-Bold.ttf') format('truetype');
 font-weight: bold;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
}
/* remember to define focus styles! */


body {
	font-size: 13px;
	line-height: 1.7em;
	color: #000;
	font-family: 'ReformaRegulaRwebfont', Arial, Helvetica, sans-serif;
	background:#eee;
}
.page { text-align:center;}
.HomeLanding {
	background: none repeat scroll 0 0 #FFFFFF; 
	margin: 40px auto 0;
	padding: 60px 30px;
	width: 800px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.75);
}
.MasterShopLogo {
}
.HomeLandingText {
    font-size: 20px;
    margin-top: 80px;
}
.PhoneMasterShop {
	font-size: 60px;
}


#loadingOnSubmit{
	position: absolute;
	top: 0px;
	z-index: 9999;
	right: 0px;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display:table;
}
#loadingOnSubmit > div{
	display:table-cell;
	background:url('images/3.gif');
}