h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.fsForm 
{
	width:100%;
	font-family: "Lucida Grande", Tahoma, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 13px;
}

body#FSLocal .fsForm 
{
	width:640px;
	margin:18px auto;
}

.fsForm .fsTable
{
    text-align:left;
    padding:0 0 4px;
    border:none;
    margin:9px auto;
    width:100%;
}

.fsForm .fsSectionHeading
{
    font-size:20px;
    line-height:36px;
    font-weight:normal;
    margin:0;
}

.fsForm .fsCell
{
	margin: 0px;
	padding: 1px;
}

.fsSpacerRow td
{
    height:18px;
}


.fsPagination
{
}

.fsPaginationContent
{
    width:300px;
    text-align:center;
    margin:0 auto 18px;
}


.fsSectionRow + .fsFieldRow .fsCell
{
    padding-top:18px;
}



.fsSectionHeading
{
    font-size:150%;
    font-weight:700;
}

.fsSectionText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.fsLabel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	float: left;
	width: 175px;
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.fsRequiredLabel
{
	width: 175px;
}

.fsLabelVertical .fsLabel
{
    display:block;
}

.fsLabelHorizontal .fsLabel
{
    width:100px;
    margin-left:0;
    float:left;
}

.fsFieldHorizontal
{
    float:left;
}

.fsHiddenLabel
{
    display:none;
}

.fsSubField
{
	float: left;
	margin-right: 20px;
}

.fsSupporting
{
	color:#777;
	font-size:11px;
	float: left;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	clear: left;
}


.fsSubmit input.fsSubmitButton
{
	padding:1px;
	clear:both;
	font-size: .8em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.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:block;
    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(../images/fieldFocusedBG.png);
}
.fsFieldFocused div.fsSupporting,.fsFieldFocused label.fsRequiredLabel span {
    color:#000;
} 

.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:#42BD21;
    color:#fff;
    text-shadow:0 1px 0 #000;
}

#fsConfirmAd li
{
    margin-bottom:18px;
}

#fsConfirmAd img,#fsConfirmAd ul
{
    margin:18px;
}
.fsError {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F03;
}
/* @end */
/* @group Custom Field Appearance */
.fsFieldRow input[type=text],.fsForm textarea
{
	border:1px solid #7c7c7c;
	background-color:#fff;
	color:#333;
	padding:4px;
	font-size:11px;
	line-height:21px;
	float: left;
	width: 100px;
}

.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:11px;
	line-height:18px;
}

.fsRequiredLabel span
{
    padding-left:2px;
    color:#ba0000;
    font-size:16px;
    font-weight:bold;
    font-family:Verdana;
    height:16px;
}
.fsPage {
	padding-left: 10px;
	text-align: left;
	width: 550px;
}

.fsPagination
{
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 125px;
}

.fsPagination .fsNextButton
{
    float:right;
    
}

.fsPagination .fsPreviousButton
{
    float:left;
    
}

.fsPagination input
{
    font-size:16px;
}

.fsForm .fsLabel
{
    font-size:13px;
}

/* @end */

/* @group Drop Shadow & Section Gradient */


td.fsRowOpen,td.fsRowClose
{
    width:2px;
}

.fsRowTop td
{
    height:2px;
    background-color:transparent;
}

.fsRowBottom td
{
    height:3px;
    background-color:transparent;
}


.fsRowBody
{
    background-color:#fff;
}


.fsNoShadow .fsRowOpen, .fsNoShadow .fsRowClose, .fsNoShadow .fsRowBottom .fsRowBody, .fsNoShadow .fsRowTop .fsRowBody {
	background-image: none;
}

/* 
being extra aggressive with the row hiding to 
accomodate IE and some extra whitespace between
section tables
*/

.fsNoSpacing .fsForm .fsFirstSection .fsRowBottom, 
.fsNoSpacing .fsForm .fsFirstSection .fsRowBottom *
{
	display: none;
	padding:0;
	margin:0;
}

.fsNoSpacing .fsForm .fsMiddleSection .fsRowTop, 
.fsNoSpacing .fsForm .fsMiddleSection .fsRowTop *, 
.fsNoSpacing .fsForm .fsMiddleSection .fsRowBottom,
.fsNoSpacing .fsForm .fsMiddleSection .fsRowBottom *
{
	display: none;
}

.fsNoSpacing .fsForm .fsLastSection .fsRowTop,
.fsNoSpacing .fsForm .fsLastSection .fsRowTop * 
{
	display: none;
}

.fsForm .fsTable {
	margin: 0;
	padding: 0;
}

.fsNoSpacing .fsForm .fsMiddleSection .fsSectionRow td.fsRowBody,
.fsNoSpacing .fsForm .fsLastSection .fsSectionRow td.fsRowBody { background-image:none; }

/* @end */
/* @group Validation */
td.fsValidationError
{
    background-color:#fcc  !important;
}

.fsValidationError .fsLabel
{
	color:#ba0000;

}

.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
{
    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-image: url(../images/confirmationCheckmark.png);
}

.fsBlankSection { display:none; }

.fsMatrix
{
    margin:6px 0;
    border-collapse:collapse;
}

.fsMatrix th, .fsMatrix td
{
    text-align:center;
    padding:4px 0;
    font-weight:normal;
    width:75px;
    border-bottom:dotted 1px #ccc;
}

.fsMatrix th
{
    font-size:11px;
}

.fsMatrix td.fsMatrixLabel
{
    text-align:left;
    padding-right:8px;
    width:200px;
}

.fsCurrency
{
    font-size:16px;
    color:#555;
}

/* SLIDER */

.fsSliderBg {
	position: relative;
	height: 28px;
	width: 108px;
	float:left;
	background-image: url(../images/slider-bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 0;
}

.fsSliderBg .fsSliderThumb {
    position: absolute;
    cursor: default;
    top: 4px;
}

.fsSliderValue {
    float:left;
    margin-left:15px;
    font-size:14px;
    font-weight:bold;
    background-color:#f7f7f7;
    color:#333;
    padding:5px;
}
#fsCell7706046 .fsFieldHorizontal {
	margin-top: 20px;
	float: left;
	font-size: 12px;
}
.fsFieldHorizontal #field7706047 {
	display: block;
}
textarea {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 300px;
	height: 100px;
}
#fsSubmitButton770664 {
	margin-left: 125px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
}



.fsSupporting {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	clear: left;
}
.fsLabel.fsRequiredLabel span {
	color: #C03;
	font-weight: bold;
	margin-left: 5px;
}
input {
	padding: 3px;
	border: 1px solid #666;
	margin-top: 20px;
}
#field7706047 {
	height: 125px;
	width: 175px;
}
.fsFieldHorizontal #field7706069 {
	height: 125px;
	width: 175px;
	padding: 1px;
}

