﻿.fb_submit {
        background-color: #3b5998;
        border-color: #d8dfea rgb(14, 31, 91) rgb(14, 31, 91) rgb(216, 223, 234);
        border-style: solid;
        border-width: 1px;
        color: #fff;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 12px;
        margin: 0 2px;
        padding: 4px 18px;
        width: auto;
        float: right;
}

.fb_skip {
        background-color: #f0f0f0;
        border-color: #e7e7e7 #666666 #666666 #e7e7e7;
        border-style: solid;
        border-width: 1px;
        color: #000;
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size: 12px;
        margin: 0 2px;
        padding: 4px 18px;
        width: auto;
        float: right;
}

.fb_header
{
  background-color: #6D84B4;
  border: 1px solid #3B5998;
  padding: 4px;
  color: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.fb_footer
{
  border-top: 1px solid #DDDDDD;
  padding: 6px;
  text-align: right;
  background-color: #F2F2F2;
  height: 25px;
}

.fb_title
{
  color: #777777;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

.fb_body
{
    padding: 6px 34px;
    color: #000;
}

.fb_link
{
    border-left: solid 2px #cccccc;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 12px;
    color: #CCCCCC;
    padding: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.fb_link_title
{
    font-weight: bold;
    color: #3B5998;
    text-decoration: none;
    margin-bottom: 4px;
}

.fb_link_title a
{
    text-decoration: none;
}