﻿#confirmBox h1
{
    background : #3b5998 !important;
    font-size: 1em;
    font-weight: normal;
    margin-bottom: 20px !important;
    padding: 5px 20px;
    position: relative;
    display: block;
    margin-left: 0px;
}

#confirmBox .button
{
     background: none repeat scroll 0 0 #3b5998;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'open_sansregular',Arial,Helvetica,sans-serif;
    font-size: 0.75em;
    line-height: 18px;
    overflow: visible;
    padding: 6px 25px;
    text-align: center;
    transition: background-color 1s ease 0s;
}

#confirmBox .blue:hover		
{
    background: #3b5998; /* Old browsers */
}