/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/

.ys_primary{ background:#a5090a;color:#ffffff;font:bold 11px Arial,verdana,sans-serif;padding:1px 5px;text-align:center;cursor:pointer; display:inline; margin-top:10px;}

#contact-form {
  width:525px;
  margin:0px auto;
}

#contact-form form {margin:0;}

#contact-form .row {
  clear:both;
  zoom:1;
  overflow:auto;
  margin:2px 0;
}

#contact-form .row span.label {
  float:left;
  width:160px;
  text-align:right;
  margin:4px 0 0;
  font-weight:bold;
  padding:0 5px 0 0;
}

#contact-form .row span.field {
  float:right;
  width:350px;
  text-align:left;
}

#contact-form .row span.field input {
  font-size:1.0em;
  padding:2px 0 2px 3px;
}

#contact-form .row span.field textarea {
  padding:2px 0 2px 3px;
}

#contact-form .bottom-row {
  zoom:1;
  text-align:center;
  margin:5px 0 0;
}

#contact-form span.submit {
  margin:0 2px 0 0;
}

#contact-form span.reset {
  margin:0 0 0 2px;
}

#optin-form {
  text-align:center;
  background-color:#ffffff;
  border-right:1px solid #bdbdbd;
  border-bottom:1px solid #bdbdbd;
  border-left:1px solid #bdbdbd;
}

#optin-form-header {
  padding:5px;
  margin:0 0 5px;
  /*border:1px solid teal;*/
}

#optin-form .row {
  clear:both;
  zoom:1;
  overflow:auto;
  margin:2px 0;
  /*border:1px solid red;*/
}

#optin-form .label {
  float:left;
  width:38px;
  text-align:right;
  margin:5px 0 0;
  font-size:10px;
  font-weight:bold;
  /*border:1px solid blue;*/
}

#optin-form .field {
  float:right;
  width:125px;
  text-align:left;
  padding:0 0 0 1px;
  /*border:1px solid green;*/
}

.optin-input {
  padding:2px;
  font-size:1.0em;
  width:112px;
}

#optin-form ul {
  text-align:left;
  padding:0 0 0 4px;
  list-style-type:square;
}

#optin-form .bottom-row {
  zoom:1;
  margin:11px 0 0;
  /*border:1px solid orange;*/
}

#optin-form-footer {
  padding:5px;
  margin:4px 0 0;
  font-size:9px;
  /*border:1px solid blue;*/
}

#right-column #testimonials {
  text-align:center;
  background-color:#ffffff;
  border-right:1px solid #bdbdbd;
  border-bottom:1px solid #bdbdbd;
  border-left:1px solid #bdbdbd;
}

#right-column #testimonials .comments {
  padding:5px;
  font-style:italic;
  color:#444444;
}

#right-column #testimonials .name {
  font-size:10px;
  font-weight:bold;
  margin:0 0 5px;
}

#right-column #testimonials .link {
  font-size:10px;
  margin:0 0 5px;
}

#info-div #testimonials {
  text-align:center;
  border-top:1px solid #eae9e9;
  border-right:1px solid #eae9e9;
  border-left:1px solid #eae9e9;
}

#info-div #testimonials .comments {
  padding:10px;
  font-style:italic;
  color:#444444;
}

#info-div #testimonials .name {
  font-size:10px;
  font-weight:bold;
  margin:0 0 10px;
}

#info-div #testimonials .even-row {
  border-bottom:1px solid #eae9e9;
}

#info-div #testimonials .odd-row {
  background-color:#f3f2f2;
  border-bottom:1px solid #eae9e9;
}

