﻿*{
    margin:0;
    padding:0;
}

body
{
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
}

/*CONTAINER STYLES*/
     
        
#contain2
{
     width:900px;
     margin:0 auto;
     height:auto;
     background: white;
}

#container
{
    top:0px;
    width: 900px; /*the bottom margin is the negative value of the footer's height*/
    margin: auto; /*centers our content*/
    background:white;
}

/*HEADER STYLES*/
#head_wrap {
    width:900px;
    height:340px; /*400*/
    background-color:#ed037d;
    text-align:center;
    margin:0;
    padding:0;
    
}

#maor img {
     position:relative; 
     top:0px;
     left:20px;
}

#headerText {
    text-align: center;
}
/* END HEADER********************************************************************/

/* CONTENT **********************************************************************/
.content {
    background-color:White;
    height:370px;
    width:900px;
    color: #000000;
    font-family: Arial (Hebrew);
}

#thank
{
    width: 900px;
    margin: 0 auto;
    height: 300px;
    padding: 80px 0 0 0;
    background: white;
    text-align: center;
    font-weight:bold;
    font-family: tahoma;
    font-size:35px;
    color:#ed037d;
}
 
 
#promo
{
    font-weight: bold;
    float: right;
    margin: 10px;
    height:50px; 
    font-size:19px;
    width:600px;
    float:right;
}

#leftButtons
{
    float: left;
    width: 180px;
    height: 130px;
}

.buttons
{
    background-position: center center;
    background-image: url('imagesCamp/button.png');
    background-repeat: no-repeat;
    text-align:center;
    width: 180px;
    height: 65px;
}

.buttons a
{
    text-decoration: none;
    color: White;
    font-weight: bold;
    line-height: 55px;
    font-size: 18px;
    
}

.buttons a:hover
{
    color: #CCCCCC;
}

#description {
    font-size:16px;
    margin: 0px 25px 0 10px;
    width:820px; /*500*/
    float:right;
}

/* FORM **************************************************************************/
.regFrom
{   
    height:200px; /*230*/
    width:882px;
    margin:0px auto;
    background:url('imagesCamp/FormBox.png') no-repeat;
}

#con2    
{
    clear:both;
    width:900px;
    margin: 0 auto;
    height:80px;
}

.formTitle {

    color:#ed037d;
    font-size:17px;
    font-weight:bold;
    margin:10px 20px 0px 0px;
    float:right;
    height:18px;
}

.horizntalSpace {
    margin:0px 10px 0px 10px;
}
    
/*********************************************/
#frm
{
    width:850px;
    clear:both;
    height:90px; /*90*/
    
    position:relative; 
    top:25px; /*25*/
    margin:0 auto;
  
   
}

.row { 
    clear:both;
    width:inherit;
    height:40px;
    margin:5px 0;
}

.inputbx {
    float:left;
    font-size:22px;
    

    border-color:Black;
    
}

.labels
{
    font-size:20px;
    color: #333333;
    float: right;
    padding:0;


    font-weight: bold;
}

.blok1 {

    height:25px;
    width:410px;
    float:left;
    
}

.blok2 {

    height:25px;
    width:400px;
    
    float:right;
}

#sendMessage {
    clear:right;
    width:110px;
    height:40px;
    background-image: url(  'imagesCamp/sendBtn.png' );
    background-repeat:no-repeat;
    float: left;  
    text-align:center;
   
}
 
.sendBtn {
    cursor:pointer ;
    margin-top:5px;
    height:20px;
    color:White;
    font-size:18px;
    font-weight:bold;
    background-color:Transparent;
    
}

#notification
{
    float: right;
    margin-right:25px;
    width:450px;
    font-size: 22px;
    font-family: Tahoma;
    color: #CC0066;
    font-weight: bold;
}

#notificationData {
    float: right;
    margin-right:25px;
    width:500px;
    font-size: 15px;
    font-family: Tahoma;
    color: #CC0066;
    font-weight: bold;
}

/* END FORM **********************************************************************/
/* FOOTER ************************************************************************/
#footer {
    margin:2px auto; 
    background-color:White;
    width:900px;
    color: #000000;
    font-family: Arial (Hebrew);
    height:98px;/*100*/
    clear:both;
}

#logoMahuti {
    float:left;
    height:72px;
}

#footerText {

    float:right;
    height:72px;
}

#footerText p {
    font-size: 14px;
    line-height: 13px;
    font-weight: bolder;
    color: #3d3636;
    margin: 5px 25px 0 0;
}

#bottomBar
{
    padding-top:10px;
    clear: both;
    text-align: center;
    width: inherit;
    font-size: 13px;
    color: #666666;
}

#bottomBar a {
    color: #666666;
    text-decoration:none;
}

.space {

    margin:0px 5px 0px 5px;
}

.space30pxtop 
{
    margin-top:30px;
}
/* END FOOTER********************************************************************/

