
.form-container {
    width: 100%;
	max-width: 390px;
	background: #ffffff;
	margin:30px 0 20px 25px ;
    border:10px solid #F9F9F9 ;  
    padding:20px 45px 12px 20px;
}



/*Styles for pages with forms*/
.Zebra_Form div.captcha-container img {
    width: 140px;
    max-width: 140px;
}

.Zebra_Form #label_captcha_code{
    font-size: 14px;
}

.Zebra_Form, .Zebra_Form label, .Zebra_Form input, .Zebra_Form select, .Zebra_Form textarea
{
    color: #555555;
}

.Zebra_Form input.password, .Zebra_Form input.text, .Zebra_Form textarea {
    background-image: none;
    border: 1px solid #eeeeee;
}



 .Zebra_Form label {
    font-family: arial,sans-serif;
    font-weight: 400;
    font-size: 16px;
}


.Zebra_Form label.option {
    font-weight: 300;
    color: #000000;
}


.Zebra_Form span.required {
/*    color: rgb(196, 0, 0);*/
    margin-left: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 0.5em;
    vertical-align: baseline;
    position: relative;
    top: -0.1em;
    font-family: Arial, sans-serif;

}

.Zebra_Form .submit {
/*    padding: 4px 28px 5px 28px;
    border: none;
    background: transparent url("images/subscribe-buttons.png") no-repeat scroll 0 -2px;
    color: #ffffff;
    font-family: "Merriweather Sans", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    float: right;
    margin: 7px 10px 0 0;
    box-shadow: none;
    height: 28px;
    width: 112px;*/
}



.Zebra_Form .submit {
    float: right;
    margin: 7px 10px 0px 0px;
    padding: 0px;
    width: 112px;
    height: 32px;
    cursor: pointer;
    border: 1px solid #888;
    vertical-align: middle;
    color: #222;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 18px;
    background-color: #ffffff;
    font-weight: 300;
    background-image: none;
    box-shadow: none;
    border-radius: 2px;
}



.Zebra_Form .submit:hover, .Zebra_Form .submit-hover {
    background-image: none;
    color: #fff;
    background-color: #555;

}













.Zebra_Form .highlight {
    background-color: #FAFAFA;
}

/*change the default text input box width*/


.Zebra_Form input.text, .Zebra_Form textarea {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}



/*suppress the line under rows*/
.Zebra_Form .row {
    border-bottom: none;
}



.Zebra_Form .pad20 td {
    padding-top: 20px;
}


.Zebra_Form .sec-note {
    padding-top: 0;
}

.Zebra_Form .note {
    font-family: arial,sans-serif;
    width: 99%;
    line-height: 1.0;
    font-size: 13px;
    background-image: none;
    padding: 0 0 0 0 ;
    color: #555555;
}


.Zebra_Form input.error {
    background-color: #ffffff;
    border-color: #800000;
}

.Zebra_Form_error_message .message {
    font-size: 15px;
    font-weight: 400;
}

.Zebra_Form td {
    padding: 8px 0px 8px 0;
}







/*****************************************************************************************************************/


@media(max-width: 1000px) {

    .form-container {
        max-width: 360px;
        margin: 20px 0px 0px 5px;
        width: 100%;
    }


}


/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 900px) {

    .form-container {
        max-width: 350px;
        margin: 20px 0px 0px 0;
      }

}



/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 850px) {

    .form-container {
        max-width: 320px;
    }
}



/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 800px) {

    .form-container {
        max-width: 290px;
       padding:20px 25px 12px 15px;
    }

}


/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 700px) {

    .form-container {
        margin: 20px 0px 0px 5px;
        max-width: 360px;
    }

}


/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 500px) {

    .form-container {
       max-width: 300px;
        margin: 20px 0px 0px 0;
      }


  .Zebra_Form .row {
    padding-right: 3px;
    padding-left: 3px;
    }

}



/*****************************************************************************************************************/
/*****************************************************************************************************************/
/*****************************************************************************************************************/

@media(max-width: 400px) {

    .form-container {
       max-width: 260px;
        margin: 20px 0px 0px -5px;
      }

    .Zebra_Form div.captcha-container img {
        max-width: 100px;
    }

    .Zebra_Form div.captcha-container a {
        left: 100px;
    }

      .Zebra_Form td {
    padding: 8px 2px;
  }


}



