
body{
        width:80%;
        margin-left:auto;
        margin-right:auto;
        
}

.content{
        width: 900px;
        height: 1286px;
        margin: 0px auto 0px auto;
        background-image:url('LandingPageBenny-BackGround.png');
	background-color:#cccccc;
	background-size: contain; 
        text-align: center;
        direction:rtl;
        background-repeat:no-repeat;
}
.AllContent{
    
        
}
.forma{
    text-align: center;
    padding: 30px 130px ;
}
.text{
    text-align: center;
    font-size: 15px;
    line-height:150%;
    font-family: arial, verdana, sans-serif;
    padding: 280px 130px 0px;
    
}
.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;
    
}
input.sub {
    background-image: url(Send.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:  200px;
    top: 40px;
    
    border: none;           /* assuming we don't want any borders */
    cursor: pointer;/* make the cursor like hovering over an <a> element */
    width: 80px;
    height: 50px;           /* 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 */
}
#ch{
    font-size: 15px;
    font-family: arial, verdana, sans-serif;
}
.table_body{
    font-size: 15px;
    font-family: arial, verdana, sans-serif;
    padding-bottom: 12px;
}