@charset "UTF-8";
/* CSS Document */

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

.fsForm .fsCell{ padding:0;vertical-align:top;}

.fsField fsRequired { line-height:24px;magin:0 0 0 50px;}

.fsLabelVertical .fsLabel{display:block;}

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

.fsFieldHorizontal{float:left;}

.fsHiddenLabel{display:none;}

.fsSubField{line-height:28px;margin:0;padding:0;}

.fsSubmitButton { 
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
border:none; 
background:#93c9e0;
color:#27404b;
font-weight:bold;
margin:0 0 20px 0;
padding:15px 0 5px 0;
width:100px;
}

.fsSubmitButton:hover {background:#27404b;color:#93c9e0;}

.fsPage {margin:0;padding:0;}

.fsTable {padding:0;margin:0;text-align:left;}

.form_field {margin:0;padding:0;}
