
/* ******************************
Form Spring Style Sheet
****************************** */

.fsForm 
{
	display:table;
    margin:0 0 18px 0;
	font:13px/1.4 "Lucida Grande", Tahoma, "Helvetica Neue", Arial, Verdana, sans-serif;
}

.fsForm .fsTable
{
    text-align:left;
    padding:0 0 4px;
    border:none;
    margin:9px auto;
    width:100%;
}

form.fsSingleColumn,form.fsSingleColumn table.fsTable
{
}

.fsForm .fsSectionHeading
{
    font-size:20px;
    line-height:36px;
    font-weight:normal;
    margin:0;
}

.fsForm .fsCell
{
    padding:9px 18px;
    vertical-align:top;
}

.fsSpacerRow td
{
    height:18px;
}

td.fsRowBody
{
    background-color:#fff;
}

.fsPage
{
}

.fsPagination
{
    text-align:center;
}

.fsPaginationContent
{
    width:300px;
    text-align:center;
    margin:0 auto 18px;
}

.fsTable
{
}

.fsRow
{
}

.fsSectionRow + .fsFieldRow .fsCell
{
    padding-top:18px;
}

.fsFieldRow
{
}

.fsCell
{
}

.fsSectionCell
{
}

.fsSection
{
}

.fsSectionHeading
{
    font-size:150%;
    font-weight:700;
}

.fsSectionText
{
}

.fsLabel
{
    font-weight:700;
}

.fsRequiredLabel
{
}

.fsLabelVertical .fsLabel
{
    display:block;
}

.fsLabelHorizontal .fsLabel
{
    width:100px;
    margin-left:0;
    float:left;
	vertical-align:top;
}

.fsFieldHorizontal
{
    float:left;
}

.fsHiddenLabel
{
    display:none;
}

.fsSupporting
{
    margin:4px 0;
    color:#777;
    font-size:11px;
}

.fsCallout
{
    position:absolute;
    width:360px;
    z-index:5;
}

.fsCalloutTop
{
    padding-top:21px;
    background:url(https://www.formspring.com/forms/images/2/calloutTop.png) no-repeat left top;
}

.fsCalloutBottom
{
    height:15px;
    background:url(https://www.formspring.com/forms/images/2/calloutBottom.png) no-repeat left bottom;
}

.fsCalloutBody
{
    padding:3px 12px 4px 16px;
    background:url(https://www.formspring.com/forms/images/2/calloutBody.png) repeat-y left center;
    color:#fff;
    text-shadow:0 1px 1px #000;
}

.fsCalloutBody a
{
    text-decoration:none;
    border-bottom:1px dotted;
    color:#ddd;
}

.fsCalloutBody a:hover
{
    color:#aaa;
}

.fsSubmit
{
}

.fsSubmit input.fsSubmitButton
{
	display:block;
	clear:both;
    
    /*margin:0 auto;*/ /* Sebo Change */
	margin:0 0 0 213px; /* Sebo Change */
	padding:3px;
}

.fsSubmit input.fsSubmitMultipage
{
    float:right;
    clear:none;
}

#fsFooterImage
{
    clear:both;
    padding-top:20px;
}

.fsError
{
    width:620px;
    margin:15px auto;
    font-size:14px;
    background-color:#fee;
    color:#000;
    border:1px solid red;
    padding:10px;
    clear:both;
    text-align:center;
}

.fsPasswordForm td.fsRowBody
{
    text-align:center;
}

.fsPasswordForm label
{
    display:inline;
	float:left;
	margin-right:20px;
	width:150px;
    color:#777;
    font-size:13px;
}

.fsPasswordForm .fsRowBody input
{
    padding:5px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
}

.fsPasswordForm td.fsRowBody
{
    padding:18px 0 24px;
}

#fsPasswordError
{
    color:#d2010b;
    font-weight:bold;
}

.fsFieldFocused
{
    background-image:url(https://www.formspring.com/forms/images/2/fieldFocusedBG.gif);
}

.fsReadOnly
{
    background-image:none;
}

/* @group Confirmation Ad */
#fsConfirmAd table
{
    width:600px;
    margin:36px auto;
}

#fsConfirmAd h2
{
    margin:0;
    padding:18px;
    text-align:center;
    font-size:18px;
    font-weight:normal;
    background:#00d700;
    color:#fff;
    text-shadow:0 1px 0 #000;
}

#fsConfirmAd li
{
    margin-bottom:18px;
}

#fsConfirmAd img,#fsConfirmAd ul
{
    margin:18px;
}

#fsLearnMore
{
    display:block;
    height:25px;
    width:155px;
    font-size:16px;
    text-decoration:none;
    color:#333;
    text-shadow:0 1px 0 #fff;
    background:url(https://www.formspring.com/forms/images/2/buttonBG.png);
    line-height:25px;
    margin:18px auto;
}

/* @end */
/* @group Custom Field Appearance */
.fsFieldRow input[type=text],.fsForm textarea
{
    border:1px solid #999;
    background-color:#fff;
    background-image:url(https://www.formspring.com/forms/images/2/fieldbg.png);
    background-repeat:repeat-x;
    background-position:top left;
    border-top:1px solid #7c7c7c;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-bottom:1px solid #ddd;
    color:#333;
    padding:2px;
    font-size:14px;
    line-height:18px;
    font-weight:bold;
}

.fsReadOnly input[type=text],.fsReadOnly textarea
{
    border:none;
    background-image:none;
}

.fsForm input[type=text].fsField:focus,.fsForm input[type=file].fsField:focus,.fsForm textarea.fsField:focus
{
    border-color:blue;
    outline:none;
}

.fsForm .fsReadOnly input[type=text].fsField:focus,.fsForm .fsReadOnly input[type=file].fsField:focus,.fsForm .fsReadOnly textarea.fsField:focus
{
    border:none;
}

.fsForm select
{
    font-size:15px;
    line-height:10px;
}

.fsRequiredLabel span
{
    padding-left:2px;
    color:#ba0000;
    font-size:16px;
    font-weight:bold;
    font-family:Verdana;
    height:16px;
}

.fsPagination
{
    text-align:center;
    height:40px;
    margin:5px 0;
}

.fsPagination .fsNextButton
{
    float:right;
    width:100px;
}

.fsPagination .fsPreviousButton
{
    float:left;
    width:100px;
}

.fsPagination input
{
    font-size:16px;
}

.fsForm .fsLabel
{
    font-size:13px;
}

/* @end */

/* @group Drop Shadow & Section Gradient */
/* @end */
/* @group Validation */
td.fsValidationError
{
    background-color:#fcc;
}

.fsValidationError .fsLabel
{
    color:#ba0000;
    padding-left:20px;
    background-image:url(https://www.formspring.com/forms/images/2/validationAlert.png);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.fsCounter
{
    position:absolute;
    font-size:18px;
    color:#ccc;
    font-family:'Georgia','Serif';
    text-align:right;
}

/* @end */
/* @group Captcha */
.fsCaptcha
{
    margin:0 auto 30px;
    width:205px;
    text-align:center;
    padding:5px;
    background:#fff;
    border:1px solid #777;
}

.fsCaptcha table
{
    border-collapse:collapse;
}

.fsCaptcha td
{
    border:solid 1px #333;
    padding:3px;
    text-align:center;
}

.captchaAudioLink img,.captchaReloadLink img
{
    border:0;
    background:#FFF;
}

.captchaEntry
{
    margin-top:5px;
}

.captchaError label
{
    font-weight:bold;
    color:red;
}

.captchaError .captchaEntry
{
    background-color:#fcc;
}

/* @end */
.fsResumeLink
{
    font-weight:bold;
    font-size:14px;
}

.fsProgress
{
    border:1px solid #ccc;
    width:104px;
    margin:9px auto;
}

.fsProgressBarContainer
{
    width:100px;
    height:10px;
    margin:1px;
    border:1px solid #ddd;
    background:#f4f4f4;
    position:relative;
    text-align:left;
}

.fsProgressBar
{
    width:0;
    height:10px;
    background:#ccc;
}

.fsProgressText
{
    position:absolute;
    z-index:10;
    line-height:10px;
    font-size:9px;
    text-align:center;
    width:100px;
    margin-top:-10px;
    padding-bottom:2px;
    color:#555;
}

.fsSaveIncomplete
{
    font-size:9px;
    color:#777;
    background-color:#fafafa;
    padding:2px;
}

.fsSaveIncomplete:visited {
    color:#777;
}

.fsSaveIncomplete:hover {
    color:#000;
}

.fsHiddenCell *,.fsHiddenCell .fsLabel
{
    display:none;
}

#fsSubmissionCheckmark
{
	width: 75px;
	height: 68px;
	float: left;
    background:url(https://www.formspring.com/forms/images/2/confirmationCheckmark.png);
}

.fsBlankSection { display:none; }

/* Sebo Additions */
label {
	display:inline;
	float:left;
	margin-right:20px;
	width:175px;
	text-align:right;
}

.fsRowOpen {
	display:none;
}
.fsRowBody {
	
}
