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

.content{
       width: 1000px;
       height:790px;
        margin: -50px auto 0px auto;
	    background: url('../CSS/BackGround.jpg');
		background-size: 100%;
		
       /* background-image:url("reka.jpg");*/
       /* background-repeat:inherit;*/
	    background-color:white; 
       /* text-align: center;*/
        direction:rtl;
      /*  background-repeat:n-resize;*/
}
.thanks_message{
 /*color:#97c4fe;*/
 color:#e5f2ff;
    font-size: 35px;
}
.AllContent{
    
        
}
.forma{
    text-align: center;
    padding: 30px 130px ;
}
.text{
    color:#e5f2ff;
    /*text-align: right;*/
    font-size: 23px;
    line-height:150%;
    font-family: arial, verdana, sans-serif,bold;
  /*  padding: 280px 130px 0px;*/
        padding-right:50px;
}
.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 #89B0E2;
	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:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	border-bottom-left-radius:15px;
	text-indent:0;
	border:1px solid #97C4FE;
	display:inline-block;
	color:#e5f2ff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:2px 3px 1px #3d94f6;
}
.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{
    color:#e5f2ff;
    font-size: 16px;
    font-family: arial, verdana, sans-serif;
    padding-bottom: 12px;
	height:25px;
 width:195px;
   
}

input{
 
 height:25px;
 width:195px;
/* background-color:#97C4FE;*/

}
