@charset "UTF-8";
/* CSS Document */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
.mbl #container {
	width: 1016px;
	height: 700px;
	background: url(../images/mobilebgValentines.jpg) #000000 no-repeat top center;
	border: 1px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.mbl #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.mbl #hdr {
	width: 951px;
	height: 65px;
	background: url(../images/hdr-holiday.jpg) no-repeat center;
	margin: auto;
}

.mbl #box {
	width: 430px;
	height: 290px;
	background: url(../images/box.jpg) no-repeat center;
	margin: auto;
	position: relative;
	right: 256px;
	top: 10px;
}
	
.mbl #cont {
	position: relative;
	top: 30px;
	float: right;
	margin: 16px;
}



img.progresstab{
	width:105px;
	height:25px;
	margin:8px 0 0 0;
	background-color:#fff;
}

.mbl #enterNumber {
	position: relative;
	top: 10px;
	background: url(../images/get.gif) no-repeat center;
	width: 374px;
	height: 88px;
	margin: auto;
}

.mbl #form {
	position: relative;
	top: 30px;
	background: url(../images/enter.gif) no-repeat center;
	width: 401px;
	height: 86px;
	margin: auto;
}

input.numInput{
	position: relative;
	top: 24px;
	left: 0;
	width:108px;
	height:60px;
	border:solid 1px #294b7b;
	margin:0 15px 0 0;
	float:left;
	background-color: #ffffff;
	font:verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:53px;
	color:#880008;
	padding: 0;
}

input.numInput2{
	position: relative;
	top: 24px;
	left: 5px;
	width:139px;
	height:60px;
	border:solid 1px #294b7b;
	float:left;
	background-color: #ffffff;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:53px;
	color:#880008;
	padding: 0;
}

.mbl #terms {
	float: left;
	position: relative;
	top: 30px;
	left: 50px;
	width: 400px;
	text-align: left;
	line-height: 20px;
	font-size: 13px;
}

/*start erez*/
.mbl #termsftr{
	float: left;
	position: relative;
	top: 30px;
	left: 50px;
	width: 950px;
	text-align: left;
	font:Arial, Helvetica, sans-serif;
    font-size:11px;
	line-height:13px;
}
/*end erez*/
	
.mbl #logos {
	text-align: center;
	position: relative;
	top: 150px;
	right: 80px;
	width: 400px;
	height: 130px; 
	float: right;
}

img {border: 0;}
a:link {color: #fff; text-decoration: none;}
a:visited {color: #333333; text-decoration: none;}
a:hover {color: #fff; text-decoration: underline;}

