﻿	html, body{
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    border-left:0;
    }
    
    body {
   	font-family: Arial, Lucida Grande, Raanana, Sans-Serif;
    color:#3B3B3B;
    direction: rtl;
	margin-top:20px;
    }


  .clear
  {
  	clear:both;
  	width:1px;
  	height:1px;
  	display:block;
  }
  

  #pageWrapper {
    text-align:center;
	margin: auto;
  	width: 750px;
	height: 500px;
    background:#4C91CE url('../images/landingPages/background.gif') bottom left no-repeat;
  	direction: rtl;
  	 }

  #header  {
  	width: 450px;
    font-size: 18pt;  
	text-align:right;
	font-weight: bold;
    color: #fff;
	text-shadow: #275275 0px 0px 5px;
	padding: 20px 35px 0 0;
	float: right;
  	 }
  
 #header  .title{
  	 }   
	 
  
#star {
  position: relative;
  top: 20px;    /*--  Change this parameter to move star up / dowm -----*/
  left:50px;
  float: left;
  z-index: 10;
  width: 106px;
  height:76px; 
 text-align:center;
 font-size: 12pt;
 color: #fff;
 font-weight: bold;
padding-top: 30px;

}	 

#star.visible
{
  background: url('../images/landingPages/star.png') no-repeat;
} 

#mainArea {
 width: 750px;
 height: 400px;
 padding: 0px 0px 0px 0px;

   }   
   
#pageContent {
    width: 370px;
	height: 280px;
position: relative;
    text-align:right;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 80px;
	
   }   
  

   #pageContent a {
  color:#3B3B3B;
  text-decoration:underline;
  }

	
li {
	margin-bottom: 20px;
	 }
	 
p {
	padding: 0;
	margin:0;
 }
 
label {
 width: 60px;
 float: right;
 }      	
 
#formbox {
  width: 280px;
  float:left;
  position:relative;
  top: 40px;    /*--  Change this parameter to move box up -----*/
  right:80px;
  display:block;
  background:#2E2D93 ;
  color: #ffffff;
  font-size: 11pt;
  font-weight:bold;
  text-align:right;
  padding: 30px;
  border: 1px solid #D1E3F3;
  border-radius: 10px ;
  -moz-border-radius:10px ;
  -webkit-border-radius:  10px;
  -moz-box-shadow: 0px 0px 5px #375F85;
  -webkit-box-shadow: 0px 0px 5px #375F85;
  box-shadow: 0px 0px 5px #375F85;
  }
  	   
#formbox .formtable   {
 width: 100%;
  }

#formbox  tr {
height: 30px; }
	   
#formbox .formfield {
  width: 215px;
  border: 1px solid #253E66;
  border-radius: 5px ;
  -moz-border-radius:5px ;
  -webkit-border-radius:5px;	
 }
  
#formbox .small  {
  font-size: 8pt;
  font-weight: normal;
  padding-top: 10px;
 }


#formbox .button {
  margin-top:10px;
  width: 130px;
  height: 37px;
  display:block;
  font-family: Arial, Lucida Grande, Raanana, Sans-Serif;
  color: #ffffff;
  cursor:pointer;
  font-size: 12pt;
  font-weight:bold;
  text-align:center;
    background: #EF8404 url('../images/landingPages/button_bg.png') repeat-x;
  /* Safari 4-5, Chrome 1-9 */ 
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FD9306), to(#FD9306)); 
  /* Safari 5.1, Chrome 10+ */ 
  background: -webkit-linear-gradient(top, #FD9306, #BD5000); 
  /* Firefox 3.6+ */ 
  background: -moz-linear-gradient(top, #FD9306, #BD5000); 
  /* IE 10 */ 
  background: -ms-linear-gradient(top, #FD9306, #BD5000); 
  /* Opera 11.10+ */ 
  background: -o-linear-gradient(top, #FD9306, #BD5000);
  
  border: 1px solid #202067;
  border-radius: 5px ;
  -moz-border-radius:5px ;
  -webkit-border-radius:  5px;
  -moz-box-shadow: 0px 0px 5px #202067;
  -webkit-box-shadow: 0px 0px 5px #202067;
  box-shadow: 0px 0px 5px #202067;    

 }


	    
#footer {
 width: 100%;
 font-size: 9pt;
 color: #2E2D93;
 text-align:right;
 padding-top:40px; 
 }     
 

.footerText {
  text-align:right;
  height: 20px;
  bottom: 15px;
  position:relative;
  }
  
.footerLogo {
  position:relative;
  top: -20px;
 /* right: 130px;*/
  height: 40px;
   }
 
 #books {
  position: relative;
  top: -120px;   /*--  Change this parameter to move books down/ up -----*/
  left: 0px;
  float: left;
  z-index: 10;
  background: url('../images/landingPages/books.png') no-repeat;
  width: 179px;
  height:190px;
  }
 
 .errorMessageText {
  display:none;
   padding-left: 50px;
	color:#FF7A0F;
   font-size: 8pt;
   font-weight:normal;
  }