.crisp-1uswakwe 
{
	display: none !important;
}
.crisp-ogcg7k 
{
	display: none !important;
}
.divider
{
    width:100px;
    height: 2px;
    background: #ffa500;
    margin: 0 auto;
} 

#contact-form
{
    /*! font-size: 20px; */
    background: #fff;
    padding: 2px 2px;
    border-radius: 10px;
}
#coupon-form
{
    /*! font-size: 20px; */
    background: #fff;
    padding: 2px 2px;
    border-radius: 10px;
}
/*---  NEW  ------*/
.blue
{
    color: #0069d6;
}

#contact-form input[type=submit]
{
    margin: 10px auto;
    display: block;
}
.comments
{
    font-style: italic;
    color: #d82c2e;
    height: 9px
}
#contact-form .thank-you
{
    text-align: center;
    margin-top: 3px;
    font-weight: bold;
    font-size: 17px;
}
.button1
{
    border: 1px solid #ddd;
    background: #ffa500;
    color: #fff;
    width: 100%;        
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px;
    border-radius: 5px;
    transition: all 0.3s ease-in 0s;
	text-align: center;
}
.button1:hover
{
    background: #333;
    border-color: #ffa500;
}
img {
    vertical-align: none !important;
    border-style: none;
}
body {
    vertical-align: none !important;
}