/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

.fsForm, .fsError {
  position:relative;
  left:-20px;
}
.fsError {
  margin-top:0 !important;
}
.fsRowTop, .fsRowBottom {
  display:none !important;
}
.fsSectionRow td {
  padding-top:0 !important;
}

.fsForm label{font-weight:700 !important;}
.fsForm input,.fsForm textarea{background:#fcfcfc !important;border:3px solid #e2e2e2 !important;padding:7px 10px !important;}
.fsForm input.fsNumberDecimals-2 {background:none !important; border:none !important;}
.fsForm input,.fsForm textarea{ border-radius:10px !important; -moz-border-radius:10px !important; -webkit-border-radius:10px !important;  }
.fsForm .fsNextButton, 
.fsForm .fsPreviousButton,
.fsForm .fsSubmitButton
.fsForm .fsSubmitMultipage {
  background:#f0f0f0 !important; 
  color:#333 !important; 
  font-size:12px !important; 
  text-transform:uppercase !important; 
  border:none !important; 
  padding:4px 25px 4px 15px !important;
}
.fsForm .fsNextButton:hover, 
.fsForm .fsPreviousButton:hover,
.fsForm .fsSubmitButton:hover,
.fsForm .fsSubmitMultipage:hover{
  background:#06a0f0 !important;
  color:#fff !important; 
  cursor:pointer !important;
}
.fsForm .fsNextButton:active, 
.fsForm .fsPreviousButton:active,
.fsForm .fsSubmitButton:active,
.fsForm .fsSubmitMultipage:active{
  left:-1px !important;
  position:relative !important;
  top:-1px !important;
}
