@import "contact-generic.css";
/* Keep in mind that wherever you see 'Required property' it means that the property must exist */

/* ------------------------------------------------------------------------------ */

  /* Generals */
  .contact fieldset{}
    .contact fieldset legend{ color: #333; font-weight: bold; font-size: 100%; margin: 0; padding: 1.5em 0; }
    
    /* This is the main unit that contains our form elements */
    .contact .ctrlHolder{
	padding: 3px;
}
    
    .contact .buttonHolder{
	margin-left: 53%;
}
      .contact .resetButton{

}
      .contact .primaryAction{ font-weight: bold; }
      
      /* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
      .contact .inlineLabel input,
      .contact .inlineLabels .inlineLabel input,
      .contact .blockLabels .inlineLabel input{ float: left; margin: 0 .4em 0 0; }
        .contact .inlineLabel span{ float: left; width: 90%; }
        
/* ------------------------------------------------------------------------------ */

    /* .blockLabels (default style, will be applied even if you don't class the parent element) */
    .contact .blockLabels .ctrlHolder{}
      
      .contact label,
      .contact .blockLabels label,
      .contact .blockLabels .label{ margin: 0 0 .5em 0; }
      
      .contact .textInput,
      .contact .blockLabels .textInput,
      .contact .blockLabels .fileUpload{
	width: 50%; /* <- Required property */
}
    
      .contact .selectInput,
      .contact select,
      .contact .blockLabels .selectInput,
      .contact .blockLabels select{ width: 53.5%; /* <- Required property */ }
      .contact textarea,
      .contact .blockLabels textarea{ width: 53%; /* <- Required property */ height: 12em; }

      .contact .formHint,
      .contact .blockLabels .formHint{ width: 45%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }
      
      .contact .multiField,
      .contact .blockLabels .multiField{ width: 53%; }
        .contact .multiField .inlineLabel,
        .contact .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
        .contact .multiField .blockLabel,
        .contact .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }
        .contact .multiField .blockLabel .textInput,
        .contact .multiField .blockLabel .selectInput,
        .contact .multiField .blockLabel select,
        .contact .blockLabels .multiField .blockLabel .textInput,
        .contact .blockLabels .multiField .blockLabel .selectInput,
        .contact .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* ------------------------------------------------------------------------------ */

    /* .inlineLabels */
    .contact .inlineLabels .ctrlHolder{}
    
    .contact .inlineLabels label,
    .contact .inlineLabels .label{
	width: 30%; /* <- Required property */
	margin: .3em 1% 0 0; /* <- Required property */
}
    
    .contact .inlineLabels .textInput,
    .contact .inlineLabels .fileUpload{
	width: 40%; /* <- Required property */
}
    
    .contact .inlineLabels .selectInput,
    .contact .inlineLabels select{ width: 100%; /* <- Required property */ }
    
    .contact .inlineLabels textarea{
	width: 40%; /* <- Required property */
	height: 12em;
}

    .contact .inlineLabels .formHint{
	margin-top: 0px;
	margin-left: 50%;
	font-size: 0.9em;
	color: #777;
	position: static;
	padding-bottom: 0px;
}
    
    .contact .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }
      .contact .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
      .contact .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }
      .contact .inlineLabels .multiField .blockLabel .textInput,
      .contact .inlineLabels .multiField .blockLabel .selectInput,
      .contact .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.contact .ctrlHolder .textInput:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.contact .ctrlHolder textarea:focus{ outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.contact div.focused .formHint{ color: #333; }

/* Columns (they are floated left by default) */
.contact .col{ width: 47.9%; /* <- Required property */ margin: 0 2% 20px 0; }
/* Use .first and .last classes to control the layout/spacing of your columns */
.contact .col.first{ width: 49%; /* <- Required property */ float: left; clear: none; }
.contact .col.last{ width: 49%; /* <- Required property */ float: right; clear: none; margin-right: 0; }

/* Messages */
.contact #errorMsg{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
.contact .error{ background: #ffdfdf; border: 1px solid #df7d7d; border-width: 1px 0; }

  .contact #errorMsg dt, .contact #errorMsg h3{ margin: 0 0 .5em 0; font-size: 100%; line-height: 100%; font-weight: bold; }
  .contact #errorMsg dd{ margin: 0; padding: 0; }
    .contact #errorMsg ol{ margin: 0; padding: 0; }
      .contact #errorMsg ol li{ margin: 0; padding: 2px; list-style-position: inside; border-bottom: 1px dotted #df7d7d; position: relative; }
    .contact .errorField{ color: #af4c4c; margin: 0 0 6px 0; padding: 4px; background: #ffbfbf; }

.contact #OKMsg{ background: #C8FFBF; border: 1px solid #A2EF95; border-width: 1px 0; margin: 0 0 1.5em 0; padding: 7px; }
  .contact #OKMsg p{ margin: 0; }

/*
IT IS STRONGLY ADVISED TO MAKE YOUR CHANGES AFTER THIS COMMENT BY REPEATING (COPYING) THE SELECTOR FROM ABOVE, 
AND MODIFYING IT WITH YOUR OWN PROPERTIES/VALUES. THIS IS RECOMMENDED BECAUSE IF YOU HAPPEN TO RUN INTO TROUBLE, 
YOU CAN VERY EASILY REVERT TO A GENERIC STYLE OF UNI-FORM. BEST OF LUCK... 
*/

/* ------------------------------------------------------------------------------ */
.ctrlHolder p {
	margin-top: 0px;
	margin-left: 55%;
	font-size: 0.9em;
	color: #777;
	position: static;
	padding-bottom: 0px;
}
