
.middle-margin-bottom{margin-bottom: 15px;}
.middle-padding-top{padding-top: 15px;}

.btn-block{
border:1px solid #EA6602;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
text-align: center;
padding:5px 7px;
cursor: pointer;
background: #F9AD33; /* Old browsers */
background: -moz-linear-gradient(top,  #F9AD33 0%, #EA6D13 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9AD33), color-stop(100%,#EA6D13)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #F9AD33 0%,#EA6D13 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #F9AD33 0%,#EA6D13 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #F9AD33 0%,#EA6D13 100%); /* IE10+ */
background: linear-gradient(to bottom,  #F9AD33 0%,#EA6D13 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9AD33', endColorstr='#EA6D13',GradientType=0 ); /* IE6-9 */
  font-weight: bold;
  color: #232323;
}

.btn-block:hover{
background: #e58744; /* Old browsers */
background: -moz-linear-gradient(top,  #e58744 0%, #EA6D13 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e58744), color-stop(100%,#EA6D13)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e58744 0%,#EA6D13 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e58744 0%,#EA6D13 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e58744 0%,#EA6D13 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e58744 0%,#EA6D13 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e58744', endColorstr='#EA6D13',GradientType=0 ); /* IE6-9 */
}


/******** Tooltip CSS ***********************/
#tooltip
{
width:300px;
text-align: left;
color: #fff;
background: #0279AC;
position: absolute;
z-index: 100;
padding: 8px;
border-radius: 5px;
font-size: 13px;
line-height: 18px;
cursor:help;
}
 
    #tooltip:after /* triangle decoration */
    {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #0279AC;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -5px;
        margin-left: -5px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #0279AC;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }

th[rel~="tooltip"],img[rel~="tooltip"] {cursor:help;}

/*
.email_alert{width: 77%;}
.search_number{width: 76%;}
.alert_profile{width: 100%;}
.alert_profile .text{width: 85%;}
.phone_support{width: 59%;}
.email_support{width: 56%;}
.instruction_claim{width: 100%;}

.learn_govt{width: 100%;}
*/

.instruction_claim .text{width: 85%;}
.learn_govt .text{width: 85%;}
.alert_profile .text{width: 85%;}
.tooltip_container{display:block;margin: auto;}
.tooltip_container .text{float: left;margin-left:7px;text-align: left;}
.tooltip_container .question_mark{float:right;margin-right:5px;margin-top: 2px;}
.tooltip_container .question_mark img{ width: 18px;}


.fleft_reg h4{font-size: 16px;text-transform: uppercase;}
.fleft_reg p{font-weight: bold;line-height: 17px;margin-top: 5px;}


.payment_confirmation{border: 1px solid #ccc;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;background: #dbeefc;padding:0 !important;}

.payment_confirmation th{font-size: 15px !important;padding: 10px !important;background: #b5dcf9;}

.payment_confirmation td {padding: 10px !important;font-size: 14px !important;}



