.fsForm 
{
    font:12px/1.2 "Lucida Grande", Tahoma, "Helvetica Neue", Arial, Verdana, sans-serif;
    width:300px;
}

.fsForm .fsTable
{
    margin:2px auto;
    width:300px;
}

.fsForm .fsSectionHeading
{
    font-size:16px;
    line-height:1.6;
}

.fsForm .fsCell
{
    padding:4px 8px;
}

.fsSpacerRow td
{
    height:8px;
}

/*
.fsPaginationContent
{
    width:300px;
    text-align:center;
    margin:0 auto 18px;
}
*/

.fsSectionRow + .fsFieldRow .fsCell
{
    padding-top:8px;
}

.fsSubField
{
    margin-right:2px;
}

.fsSupporting
{
    margin:2px 0;
    font-size:10px;
}

/*
.fsCallout
{
    position:absolute;
    width:360px;
    z-index:5;
}

.fsCalloutTop
{
    padding-top:21px;
    background:url(../../images/2/calloutTop.png) no-repeat left top;
}

.fsCalloutBottom
{
    height:15px;
    background:url(../../images/2/calloutBottom.png) no-repeat left bottom;
}

.fsCalloutBody
{
    padding:3px 12px 4px 16px;
    background:url(../../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 input.fsSubmitButton
{
    padding:3px;
}

.fsError
{
    font-family:"Lucida Grande",Tahoma,"Helvetica Neue",Arial,Verdana,sans-serif;
    width:90%;
    margin:5px auto;
    font-size:12px;
    padding:4px;
}

.fsFieldRow input[type=text],.fsFieldRow input[type=file],.fsForm textarea
{
    padding:4px 1px;
    font-size:11px;
    line-height:1.2;
    font-weight:normal;
    max-width:250px;
}

.fsFieldRow input[type=file]
{
    max-width:200px;
}

.fsForm input.fsFieldCity 
{
    max-width:105px;
}

.fsForm select.fsFieldState
{
    max-width:100px;
}

.fsForm input.fsFieldZip
{
    max-width:45px;
}

.fsForm select
{
    font-size:11px;
    line-height:1.2;
}

.fsRequiredLabel span
{
    font-size:12px;
    line-height:1.4;
}

.fsPagination
{
    margin:10px 0;
    text-align:left;
}

/*
.fsPagination .fsNextButton
{
    float:right;
    width:100px;
}

.fsPagination .fsPreviousButton
{
    float:left;
    width:100px;
}
*/

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

.fsSubmit input.fsSubmitButton 
{
    margin:0 0 0 12px;
}

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

.fsSectionRow td.fsRowBody
{
    padding-top:8px;
}


/*
.fsCounter
{
    position:absolute;
    font-size:18px;
    color:#ccc;
    font-family:'Georgia','Serif';
    text-align:right;
}
*/

/*
.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;
}

.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;
}

.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;
}

.fsMatrixCol1 {
	background:url(../../images/2/black_translucent.png);
}
.fsMatrixCol2, .fsMatrixLabel {
	background:url(../../images/2/white_translucent.png);
}
*/

.fsCurrency
{
    font-size:14px;
}

input.fsFormatCreditCard {
    margin-right:4px;
}

img.fsCreditCardLogo {
    vertical-align:middle;
    width:25px;
}



.fsSectionRow .fsRowBody
{
    background:inherit;
}

.fsSectionRow a
{
    color:inherit;
}

.fsSectionRow a:hover
{
    color:inherit;
}

.fsSectionRow .fsCell
{
    color:inherit;
}


/* section spacing */

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

.fsSectionRow td.fsRowBody {
	background-image: none;
}

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


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

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

