
body{
       /*width:100%;
	   height:100%;*/
        margin-left:auto;
        margin-right:auto;
       overflow-y:hidden; 
       overflow-x:hidden;	   
}

.content{
       width: 1289px;
       height:900px;
        margin: -10px auto 0px auto;
	    background: url('../CSS/bg.png') no-repeat;
		background-size:1300px 620px,cover;
		font-size: 19px;
       /* background-image:url("reka.jpg");*/
       /* background-repeat:inherit;*/
       /* text-align: center;*/
        direction:rtl;
      /*  background-repeat:n-resize;*/
}
.thanks_message{
    font-size: 35px;
}
.AllContent{
    
        
}
.forma{
    text-align: center;
    padding: 30px 130px ;
}
.text{
    text-align: right;
    font-size: 19px;
    line-height:100%;
    font-family: arial, verdana, sans-serif;
  /*  padding: 280px 130px 0px;*/
        margin-top:-40px;
}
.info{
    font-size: 15px;
    font-family: arial, verdana, sans-serif;
    padding: 60px 160px 0 0;
    
}
.red_line{
    border-bottom: solid 3px red;
}
.panel_left{
    width: 170px;
}
.panel_right{
    width: 400px;
    padding-right: 12PX;
    
}


.btnClass {
	-moz-box-shadow:inset 2px 1px 12px 3px #97c4fe;
	-webkit-box-shadow:inset 2px 1px 12px 3px #97c4fe;
	box-shadow:inset 2px 1px 12px 3px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-webkit-border-top-left-radius:25px;
	-moz-border-radius-topleft:25px;
	border-top-left-radius:25px;
	-webkit-border-top-right-radius:25px;
	-moz-border-radius-topright:25px;
	border-top-right-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-radius-bottomright:25px;
	border-bottom-right-radius:25px;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-radius-bottomleft:25px;
	border-bottom-left-radius:25px;
	text-indent:0;
	border:1px solid #337fed;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:12px 3px 1px #1570cd;
	margin-top:150px;
}
.btnClass:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}.btnClass:active {
	position:relative;
	top:1px;
}


input.sub {
    padding-bottom: 50px;
    //color:white;
    background-image: url(button.png); /* 16px x 16px */
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat;  /* make the background image appear only once */
    background-position: 0px 0px;  /* equivalent to 'top left' */
    background-size: contain;
    position:relative;
    right:  150px;
    top: 40px;
    
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;/* make the cursor like hovering over an <a> element */
    width: 160px;
    height: 120px;           /* make this the size of your image */
    padding-left: 16px;     /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
	font-size:28px;
	
}
#ch{
    font-size: 15px;
    font-family: arial, verdana, sans-serif;
}
.table_body{
    font-family: arial, verdana, sans-serif;
    padding-bottom: 12px;
}
