﻿h1.fb_header {
  font: normal 28px Georgia;
  color: #333;
  margin: 0px;
  padding: 0px;
}
h1.fbHeader {
  font: normal 28px Georgia;
  color: #333;
  margin: 0px;
  padding: 0px;
}
h1.fb_subtitle {
  font: bold 16px Helvetica;
  color: #333;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}
h1.fb_sectionsubtitle {
  font: bold 18px Helvetica;
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
h2.fb_headersubtitle {
  font: bold 14px Helvetica;
  color: #333;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
h2.fb_subtitle {
  font: bold 14px Helvetica;
  color: #333;
  margin: 25px 0px 0px 0px;
  padding: 0px;
}
.fb_headerInstructions {
  font: normal 12px Helvetica;
  line-height: 1.3em;
  color: #666;
  padding: 10px 0px 25px 0px;
}
.fb_subtitleInstructions {
  font: normal 12px Helvetica;
  line-height: 1.3em;
  color: #666;
  padding: 7px 0px 25px 0px;
  margin: 0px;
}
.fb_fieldsInstructions {
  font: normal 10px Verdana;
  line-height: 12px;
  color: #666;
  padding: 0px 0px 5px 0px;
  margin: 0px;
}
.fb_labels {
  font-size: 13px;
  font-family: Helvetica;
  color: #3b3b3b;
  line-height: 16px;
}

.number, .radiobuttonstyle, label{
  font: normal 13px Helvetica;
  color: #3b3b3b;
  line-height: 16px;
}
.fb_checkBoxLabel {
  font: normal 13px Helvetica;
  color: #3b3b3b;
  line-height: 16px;
  float: left;
  padding-left: 5px;
}
.fb_bold {
  font-weight: bold;
}
.fb_number {
  font: bold 14px Helvetica;
  color: #333;
  display: block;
  float: left;
	margin-right: 2px; /*width:19px; height:16px;  text-align:center; padding:3px 0px 0px 0px; margin-top:-2px;background:url(fbImages/bullet.gif) no-repeat;*/
}
/**************************************************************** **************************************************************************/
.fb_tableCellzp {
  padding: 0px;
}
.fb_tableCellbtm3 {
  padding-bottom: 3px;
}
.fb_tableCellTop15 {
  padding-top: 15px;
}
.fb_wrap {
  padding-left: 20px;
  position: relative;
}
/*.fb_width
{
    width: 500px;
}*/
/*.fb_widthSmaller
{
    width: 500px;
}*/
.fb_infomsg
{
  color: maroon;
  font: normal 12px Helvetica;
  line-height: 1.3em;
  padding: 10px 0px 25px 0px;
}
.fb_divider {
  display: block;
  border-bottom: 1px dotted #999;
  margin: 20px 0px 0px 0px;
  clear: both;
}
.fb_tablesMargin {
  margin-left: 0px;
}
.fb_group {
  margin: 10px 0px;
  padding: 7px 0px;
  border-bottom: 1px dotted #999;
}
.fb_group2 {
  margin: 10px 0px;
  padding: 0px 0px;
}
.fb_leftPadding {
  padding-left: 20px;
}
.fb_topPadding {
  padding-top: 50px;
  background-color: #09F;
}
.fb_wrap td {
  text-align: left;
  vertical-align: top;
}
.fb_tableCell {
  padding: 0px 15px 7px 0px;
}
.fb_tableCell_qn {
  padding: 10px 15px 7px 0px;
}

.fb_firstColWidth {
  width: 25%;
}
.fb_required {
  font: 14px Georgia;
  color: #600;
  width: 10px;
  height: 10px;
  float: left;
  background: url(../images/required.gif) no-repeat left 5px;
}
.fb_required em {
  display: none;
  visibility: hidden;
}
.fb_optional {
  font: 14px Georgia;
  color: #600;
  width: 10px;
  height: 10px;
  float: left;
}
.fb_checkbox {
  float: left;
}
.fb_buttons td {
  text-align: right;
}
.fb_dividerSpace {
  margin: 55px 0px;
}
.fb_dividerSpace em {
  display: none;
  visibility: hidden;
}
/****************************************************************Button**************************************************************************/
.fb_button {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    background: #9F5FA6;
    color: #fff !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.clear {
	clear: both;
}
.fb_button:hover {
    background: #693065;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.fb_button a {
    display: inline-block;
    padding: 4px 10px 4px 10px;
    background: #9F5FA6;
    color: #fff !important;
    font-family: arial;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


.fb_button:hover a {
    background: #693065;
    color: #fff;
    text-decoration: none !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.fb_button em {
	display: inline-block;
	visibility: visible;
	font-style: normal;
}
.fb_hidden
{
	display: none;
	visibility: hidden;
}
.fb_row {
  clear: both;
  padding-top: 3px;
  width: 440px;
}
.fb_cell {
  float: left;
}
.fb_formw {
    /*width: 235px;*/
}

label {
padding: 0px 10px 0px 3px !Important;
}