

/* ------ Section 1 - Global Body, Font and Link Settings ------ */

body {
background-color: #dfcdf1;
margin: 24px 0;
padding: 0;
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
color: #000;
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
color: #639;
}

h2, h3, h4, h5, h6 {
margin-top: 24px;
}

h1 {
margin-top: 5px;
font-family: 'Times New Roman', Times, serif;
background: url(../image-files/flower-h1.gif) no-repeat scroll left top;
margin-bottom: -10px;
padding-bottom: 36px;
padding-left: 60px;
text-align: left;
font-size: 200%;
}

h2 {
border-bottom: 1px solid #306;
background: url(../image-files/flower-h2.gif) no-repeat scroll left top;
margin-bottom: 10px;
padding-bottom: 23px;
padding-left: 48px;
font-size: 150%;
}

h3 {
font-size: 125%;
}

h4 {
font-size: 100%;
}

blockquote {
margin: 12px 56px;
color: #006;
font-size: 100%;
line-height: 1.5;
font-family: 'Courier New', monospace;
}

code {
color: navy;
}

img {
border: 0;
}

/* -- General Link Styling -- */

a,
a:visited {
color: #306; 
text-decoration: underline;
}

a:visited {
color: purple;
}

a:hover {
color: red;
}


a img {
border: 0;
}

/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
border: 2px solid #306;
}

#Header {
width: 960px;
}

#Header .Liner {
padding: 1px 0;
position: relative;
min-height: 174px;
_height: 174px; /* IE6 min-height fix */
}

#ContentWrapper {
float: left;
padding: 0 180px;
}

#ContentColumn {
width: 600px;
}

#NavColumn {
float: left;
width: 180px;
margin-left: -960px;
}

#ExtraColumn {
float: left;
width: 180px;
margin-left: -180px;
}

#Footer {
clear: both;
width: 960px;
}

#Footer .Liner {
padding: 1px 0;
border-top: 1px solid #cc99ff;
}

.Liner {
background-color: #fff;
padding: 10px;
*zoom: 1;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
margin: 0 auto;
background: url(../image-files/background.jpg) repeat;
}

#Header .Liner {
background: url(../image-files/header-image.jpg) no-repeat top left;
}

#Footer .Liner {
border-top: 20px solid #c9f;
border-bottom: 20px solid #c9f;
text-align: center;
font-size: 85%;
}

#Footer p {
margin-bottom: 0;
}

#NavColumn {
font-size: 90%;
color: #669;
}

#ExtraColumn {
font-size: 90%;
}

#NavColumn h4 {
font-size: 90%;
color: #306;
margin-top: 0;
}

#ExtraColumn h4 {
font-size: 90%;
color: #306;
margin-top: 0;
}


/* ------ Section 4 - Left Column Navigation ------ */

.Navigation {
_zoom: 1;
}

/* -- Nav Headers -- */

#PageWrapper .Navigation h3 { /* Nav Headers rules to prevent sitedesigner h3 inheritance */
font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
font-size: 13.45px;
font-weight: bold;
font-style: normal;
color: #306;
text-align: left;
background: transparent;
border: 0;
margin: 12px 0;
}

/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
padding: 0 0 8px 5px;
margin: -6px 0 0 0;
}

.Navigation li {
margin-bottom: 3px;
}

/* -- Navigation Link styles -- */

.Navigation a,
.Navigation a:visited {
color: #306;
display: block;
padding: 3px 0 3px 4px;
text-decoration: none;
_zoom: 1;
}

.Navigation a:visited {
color: purple;
}

.Navigation a:hover {
color: purple;
background-color: #dfcdf1;
text-decoration: underline;
}

table#PageWrapper .Navigation ul a {
min-width: 151px;
_width: 151px;
}



/* ------ Section 5 - Additional Navigation ------ */

/* -- Thumbnail-with-Caption Navigation -- */

.ThumbnailLink {
text-align: center;
}

.ThumbnailLink a:link {
text-decoration: none;
}

.ThumbnailLink a:hover .Caption {
text-decoration: underline;
color: red;
}


/* -- Horizontal Text NavBar -- */

.ExtraNav ul {
list-style-type: none;
padding: 0;
}

.ExtraNav ul li {
display: inline;
text-align: center;
}

.ExtraNav a,
.ExtraNav a:visited {
color: black;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.ExtraNav a:visited {
color: purple;
}

.ExtraNav a:hover {
color: purple;
background-color: #dfcdf1;
text-decoration: underline;
}

#Header .ExtraNav {
font-size: 85%;
position: absolute;
top: 0;
left: 0;
}

#Header .ExtraNav ul { 
margin: 0;
}

#Footer .ExtraNav {
margin: 0 auto;
background-image: none;
}

#Footer .ExtraNav ul {
margin: 0;
}



/* ------ Section 6 - Boxes ------ */

#PageWrapper .CalloutBox p { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 14px;
font-variant: normal;
color: #000000;
}

.CalloutBox {
background-color: #cc99ff;
width: 85%;
border: 1px solid #330066;
margin: 18px auto 24px auto;
padding: 4px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}

p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1,
div.CalloutBox h2,
div.CalloutBox h3,
div.CalloutBox h4,
div.CalloutBox h5,
div.CalloutBox h6 {
margin: 13px 0 0 13px;
}

#PageWrapper .ReminderBox h4 { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
font-size: 14px;
font-weight: bold;
font-style: normal;
font-variant: normal;
color: #663399;
text-align: center;
border: 0;
margin: 0;
background: #FFCCFF;
}

#PageWrapper .ReminderBox p { /* SiteDesigner inheritance prevention */
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-size: 11px;
font-variant: normal;
color: #000066;
}

.ReminderBox {          
background-color: #fff;
width: 24%;
border: 1px solid #306;
margin: 0 0 12px 18px;
float: right;
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fcf;
}

.ReminderBox p {
font-size: 80%;
padding: 0 4px;
line-height: 120%;
}

.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxExtraColumn {
padding: 5px;
background-color: #fff;
border: 0;
}

.AdSenseBoxLeft {
margin: 0 18px 12px 18px;
float: left;
}

.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}

.AdSenseBoxCenter {
text-align: center;
clear: both;
}

.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}

.AdSenseBoxExtraColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.ReturnToNavBox {
background-color: #ffccff;
width: 90%;
border-top: 1px solid #306;
border-bottom: 1px solid #306;
margin: 12px auto 12px auto;
padding: 4px;
}

/* -- FBI -- */

.formBarGraphBar {
border: 0;
background-color: #009;
}

/* -- Blog -- */

.blogItItem {
margin: 18px 0;
border-bottom: 1px solid #ccc;
}

/* -- RSS Box -- */

.RSSbox {
background-color: #ffccff;
border: 1px solid #306;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #639;
line-height: 120%;
text-align: center;
margin-top:8px;
margin-bottom:8px;
}


.RSSbox ul,
.RSSbox ul li {
margin: 0;
padding: 0;
}

.RSSbox ul {
list-style-type: none;
clear: both;
}

.RSSbox ul li {
text-align: center;
}

.RSSbox ul li img {
border: 0;
padding: 1px 0;
}

/* -- Ezine -- */

.Ezine {
border:1px solid #666;
background:#fff;
padding:4px;
margin-top:8px;
margin-bottom:8px;
}

.Ezine table {
width:100%;
}

.Ezine td {
width: 50%;
text-align:center;
vertical-align:top;
}

.Ezine .EzineInputAbove {
width:100%;
}

.EzineInput input {
width:90%;
max-width: 350px;
}

td.EzineLabel {
text-align:right;
font-weight:bold;
}

td.EzineLabelAbove {
text-align:center;
}

.EzineDescription {
text-align: center;
}

.EzineDescription small {
font-size:90%;
}

/* ------ Section 7 - Frequently Used Styles ------ */

.Clear {
clear: both;
}

.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

/* -- floats -- */

hr {
clear: both;
}

#PageWrapper .ImageBlockCenter {
margin: 1em 0;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}


/* -- TOC -- */

.TOC dt {
font-weight: bold;
}
.TOC dd {
margin-bottom:20px;
}

/* ------ Section 8 - Table Layout Styles ----- */

table#PageWrapper {
width: 964px;
}

td#Header,
td#Footer,
td#NavColumn,
td#ContentWrapper,
td#ContentColumn,
td#ExtraColumn {
vertical-align: top;
}

td#ContentColumn,
td#ExtraColumn,
td#NavColumn {
float: none;
}

td#ContentColumn {
padding-left: 0;
}



/* ======================================================================= */
/* Mobilize It! CSS */
@media only screen and (max-device-width: 480px) {
    html {
        -webkit-text-size-adjust: none; /* prevent iOS from scaling text */
    }
}

html.landscape #ContentColumn { /* landscape mode */
    font-size: 125%;
    line-height: 1.3;
}

html.mobile .desktopOnly {
    display: none;
}

.mobileOnly {
    display: none;
}

html.mobile .mobileOnly {
    display: block;
}

html.mobile form > table {
    max-width: 100% !important;
    width: auto !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile #NotifyDiv  input[type="text"],
html.mobile .formbody input[type="text"],
html.mobile .comments input[type="text"],
html.mobile #NotifyDiv  textarea,
html.mobile .formbody textarea,
html.mobile .comments textarea,
html.mobile #NotifyDiv  select,
html.mobile .formbody select,
html.mobile .comments select {
    width: 90% !important;
}

html.mobile #pendingSubmission table {
    width: 100%;
}

html.mobile img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html.mobile iframe {
    max-width: 100%;
}

#toolbar {
    display:none;
}

#toolbar {
    text-align: center;
    width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    padding: 4px 2px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

html.mobile #toolbar {
    display: table;
    padding: 0;
}

html.mobile #toolbarInnerWrapper {
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

html.mobile #toolbar button {
    width: 47.5%;
    font-size: 12px;
    padding: 0.3em;
}

html.android2 #toolbar button {
    background: #f7f7f7;
    border: 1px solid #2F4255;
    border-radius: 0.5em;
}

html.fullView #mobileBtn {
    width: 97%;
}

html.mobile #toTopBtn,
html.mobile #navBtn {
    width: 64.1%;
}

html.mobile #fullBtn {
    width: 31.1%;
    margin-right: 4px;
}

html.mobile #fullBtn,
html.mobile #navBtn {
    display: inline-block;
}

#fullBtn,
#navBtn,
#toTopBtn,
html.mobile #mobileBtn {
    display: none;
}

.iosbtnfix {
    height: 1000px;
    overflow: hidden;
}

.phantomHeaderImage {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

html.mobile,
html.mobile body {
    height: 100%;
}

html.mobile #PageWrapper {
    margin-top: 35px;
    text-align: center;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-size: 100%;
    -webkit-overflow-scrolling: touch;
}

html.fullView #PageWrapper {
    margin-top: 65px;
}

html.mobile #Header,
html.mobile #Footer {
    width: 100%;
}

html.mobile #Header .Liner{
    background-size: 100%;
}

html.mobile #ContentWrapper {
    padding: 0;
    float: none;
    width: auto;
}

html.mobile #ContentColumn {
    width: auto;
}

html.mobile #ContentColumn,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    float: none;
    margin: 0;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    margin-top: 200px;
}

html.mobile #ContentColumn,
html.mobile #Header,
html.mobile #NavColumn,
html.mobile #ExtraColumn {
    text-align: left;
}

html.mobile #NavColumn,
html.mobile #ExtraColumn {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

html.mobile #Footer {
    position: absolute;
    top: 10000px;
    left: 0;
    overflow: hidden;
}

@media only screen and (max-width: 550px) {
    html.mobile .socializeIt,
    html.mobile .socializeIt img {
        width: 100% !important;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td {
        width: 45%;
    }

    html.mobile .socializeIt > tbody > tr:first-child > td:first-child {
        width: 10%;
    }
}

html.mobile blockquote {
    margin-left: 8%;
    margin-right: 8%;
}

/* hide elements in mobile view */
html.mobile .ExtraNav {
    display: none !important;
}

/* ======================================================================= */
/* design-specific modifications */

@media only screen and (max-width: 359px) { /* portrait mode => narrowed columns */
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 155px;
    }

    /* resize squeezed side columns' content */
    html.mobile #NavColumn *,
    html.mobile #ExtraColumn * {
        max-width: 100%;
        background-size: 100%;
    }
}

@media only screen and (min-width: 360px) {
    html.mobile #NavColumn,
    html.mobile #ExtraColumn {
        width: 175px; /* original column width */
    }
}

html.mobile #PageWrapper {
    border: 0;
}

html.mobile #ContentColumn .Liner {
    padding-left: 2%;
    padding-right: 2%;
}

html.mobile #NavColumn .Liner,
html.mobile #ExtraColumn .Liner {
    padding-top: 20px;
}

html.mobile #NavColumn .Liner {
    padding-left: 10px;
    padding-right: 5px;
}

html.mobile #ExtraColumn .Liner {
    padding-left: 5px;
    padding-right: 10px;
}

html.mobile #Footer .Liner {
    padding: 2%;
    border-top-width: 4px;
    border-bottom-width: 4px;
}

html.mobile #Footer p {
    margin: 1em 0;
}

html.mobile .CalloutBox {
    padding: 1%;
}
/***** C2 styles *****/
.c2Form {
    padding:8px;
    border:1px solid #ddd;
}

.InvShelp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
}

.InvShelpT {
    background:#ddd; 
    padding:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin:0px;
    padding:0px;
    text-align:left;
}

a:link.InvShelp {text-decoration:none; color:#000;}

.InvShelpbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffc;
    padding: 2px;
    border: 1px solid #666;
}

.InvSquestions {
    font-weight:bold;
    font-size:14px;
    margin:0;
}

.titleInput {
    width:80%;     
    padding-top:4px;
    margin:0;
}

.storyInput {
    width:98%;
    padding-top:4px;
    margin:0;
}

.otherText {
}
  
.dividerRule {
    border-top:1px solid #ddd;
}

/***** Blog It! styles *****/

.blogItItem .blogItThumbnail {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 150px;
}

.blogItItem .blogItReadMore {
    clear: both;
}


/***********************************************/
/* Customizations from SiteDesigner start here */
/***********************************************/
body{background-color:#f7e1fa;
}html.mobile body body{
}#Footer .Liner p{
}html.mobile body #Footer .Liner p{
}#Footer .Liner{
}html.mobile body #Footer .Liner{
}#Header .Liner{background-color:#9269c9;background-image:url("/sd/image-files/header-image-17.png");
}html.mobile body #Header .Liner{
}
#Header .Liner {}
html.mobile #Header .Liner {
    min-height: ;
}#Header .Liner{background-color:#9269c9;background-image:url("/sd/image-files/header-image-17.png");
}html.mobile body #Header .Liner{
}
#ExtraColumn .Liner{background-color:#9269c9;
}html.mobile body #ExtraColumn .Liner{
}#ExtraColumn {color:#faf7f7;
}html.mobile body #ExtraColumn {
}#NavColumn .Liner{background-color:#9269c9;
}html.mobile body #NavColumn .Liner{
}#NavColumn {color:#fafafc;
}html.mobile body #NavColumn {
}#ContentColumn .Liner{background-color:#f7e1fa;
}html.mobile body #ContentColumn .Liner{
}#ContentColumn {
}html.mobile body #ContentColumn {
}#PageWrapper{background-color:#f7e1fa;
}html.mobile body #PageWrapper{
}#PageWrapper h1{
}html.mobile body #PageWrapper h1{
}#PageWrapper h2{
}html.mobile body #PageWrapper h2{
}#PageWrapper h3{
}html.mobile body #PageWrapper h3{
}#PageWrapper h4{
}html.mobile body #PageWrapper h4{
}.Navigation h3{
}html.mobile body .Navigation h3{
}#PageWrapper .Navigation h3{
}html.mobile body #PageWrapper .Navigation h3{
}.Navigation a{text-align:center;font-weight:bold;font-style:italic;font-size:13.27px;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}html.mobile body .Navigation a{
}#PageWrapper .Navigation a{text-align:center;font-weight:bold;font-style:italic;font-size:13.27px;border-style:solid;border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;
}html.mobile body #PageWrapper .Navigation a{
}
.Navigation a,
#PageWrapper .Navigation a {}
html.mobile .Navigation a,
html.mobile #PageWrapper .Navigation a {}
.Navigation a:link{color:#fafafa;background-color:#7300ff;border-color:#7300ff;
}html.mobile body .Navigation a:link{
}#PageWrapper .Navigation a:link{color:#fafafa;background-color:#7300ff;border-color:#7300ff;
}html.mobile body #PageWrapper .Navigation a:link{
}.Navigation a:visited{border-color:#7300ff;background-color:#7300ff;color:#fafafc;
}html.mobile body .Navigation a:visited{
}#PageWrapper .Navigation a:visited{border-color:#7300ff;background-color:#7300ff;color:#fafafc;
}html.mobile body #PageWrapper .Navigation a:visited{
}.Navigation a:hover{border-color:#7300ff;background-color:#9269c9;color:#f7e1fa;
}html.mobile body .Navigation a:hover{
}#PageWrapper .Navigation a:hover{border-color:#7300ff;background-color:#9269c9;color:#f7e1fa;
}html.mobile body #PageWrapper .Navigation a:hover{
}.TOC{
}html.mobile body .TOC{
}.Ezine{
}html.mobile body .Ezine{
}

.Ezine {
    padding: 4px 0;
}
#PageWrapper .RSSbox{background-color:#f7e1fa;
}html.mobile body #PageWrapper .RSSbox{
}#PageWrapper .RSSbox .questionMark{
}html.mobile body #PageWrapper .RSSbox .questionMark{
}#PageWrapper .ImageBlock img{
}html.mobile body #PageWrapper .ImageBlock img{
}#ContentColumn ol{
}html.mobile body #ContentColumn ol{
}#ContentColumn ol li{
}html.mobile body #ContentColumn ol li{
}#ContentColumn ul{
}html.mobile body #ContentColumn ul{
}#ContentColumn ul li{
}html.mobile body #ContentColumn ul li{
}#PageWrapper .CalloutBox p{
}html.mobile body #PageWrapper .CalloutBox p{
}#PageWrapper .CalloutBox{
}html.mobile body #PageWrapper .CalloutBox{
}#PageWrapper .ReminderBox{
}html.mobile body #PageWrapper .ReminderBox{
}#PageWrapper .ReminderBox h4{
}html.mobile body #PageWrapper .ReminderBox h4{
}#PageWrapper .ReminderBox p{
}html.mobile body #PageWrapper .ReminderBox p{
}#ContentColumn a{
}html.mobile body #ContentColumn a{
}#ContentColumn a:link{
}html.mobile body #ContentColumn a:link{
}#ContentColumn a:visited{
}html.mobile body #ContentColumn a:visited{
}#ContentColumn a:hover{
}html.mobile body #ContentColumn a:hover{
}#toolbar{
}html.mobile body #toolbar{
}/* footer css */
/* font AvantGardeRegular definition */
@font-face {
    font-family: AvantGardeRegular;
    src: url('/support-files/avantgarde-webfont.eot');
    src: url('/support-files/avantgarde-webfont.eot?iefix') format('eot'),
         url('/support-files/avantgarde-webfont.woff') format('woff'),
         url('/support-files/avantgarde-webfont.ttf') format('truetype'),
         url('/support-files/avantgarde-webfont.svg#webfontILwWK1qr') format('svg');
    font-weight: normal;
    font-style: normal;
} 
.page_footer_container {
    width: 500px;
    margin: 12px auto;
}

.page_footer_content {
    width: 100%;
    border:2pxsolid#003333;text-align:center;background-color:#CCFF99;}

.page_footer_liner {
    padding: 12px;	
}

.page_footer_divider_above {
    margin: 0 auto;}

.page_footer_divider_below {
    margin: 0 auto;}

.page_footer_text,
.page_footer_text a {
    font-family:AvantGardeRegular;font-size:12px;color:#000000;text-align:center;padding: 12px 0;
}

.powered_by_sbi_banner{
    width: 500px;
    margin: 0 auto;
    text-align: center;	
}/* footer css */

/* overrides design CSS max-width: 100% for imgs */
div#PageWrapper img,
table#PageWrapper img {
    max-width: none;
}

/* none-JavaScript fix for too large images */
#PageWrapper .ImageBlock img {
    max-width: 100%;
}

/* IE9 and Chrome (~20) margin fix for block images with margin: auto */
.ImageBlock img {
    margin: 0;
}

#PageWrapper .ImageBlock {
    overflow: hidden;
}

#PageWrapper .ImageBlockLeft {
    float: left;
    text-align: center;
}

#PageWrapper .ImageBlockLeft img {
    margin-right: 5px;
}

#PageWrapper .ImageBlockRight {
    float: right;
    text-align: center;
}

#PageWrapper .ImageBlockRight img {
    margin-left: 5px;
}

#PageWrapper .ImageBlockCenter {
    text-align: center;
}

#PageWrapper .noalignment {
    float: left;
}

#PageWrapper .pinit {
    text-align: center;
}

#PageWrapper .FormBlockLeft .formwrapper {
    float: left;
    margin-right: 5px;
}

#PageWrapper .FormBlockRight .formwrapper {
    float: right;
    margin-left: 5px;
}

#PageWrapper .FormBlockCenter .formwrapper {
    margin-left: auto;
    margin-right: auto;
}

/* center Facebook like and comment widgets */
#PageWrapper .fb-like,
#PageWrapper .fb-comments {
    display: block;
    text-align:center;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* special classname for forms */
#PageWrapper .formbody td {
    padding: 2px;
}
/* remove graphical bullets in the C2 Thank you notifications section */
#notificationOptions,
#notificationOptions li {
    list-style-type: none;
}

.socializeIt,
.formbody,
.c2_invitation {
    margin-top: 12px;
    margin-bottom: 12px;
}

.googlePlusOne {
    margin-top: 8px;
    margin-bottom: 8px;
}

/* Advanced CSS provided by user */