/*                                                    */
/*  INFORMATION FORM                    */
/*                                                    */
@import "http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/calendar.css";

#cformsform {
  font-family: Arial,sans-serif;
  width: 300px;
  float: right;

}

#cformsform fieldset  { 
  margin-top:0; 
  padding-top: 5px;
  border:0; 
}
#cformsform .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
#cformsform legend { 
    background: none repeat scroll 0 0 #eaeaea;
    border-radius: 0 3px 3px 0;
  -moz-border-radius:0 3px 3px 0;
  -khtml-border-radius:0 3px 3px 0;
  -webkit-border-radius:0 3px 3px 0;  
    color: #777777;
    font-size: 0.8em;
   
}
#cformsform fieldset:first-child legend { 
    border-radius: 0 0 3px 0;
  -moz-border-radius:0 0 3px 0;
  -khtml-border-radius:0 0 3px 0;
  -webkit-border-radius:0 0 3px 0;
}
#cformsform ol.cf-ol { 
  margin: 0!important;
  padding-left: 20px;
}
#cformsform ol.cf-ol li {
  background:none!important; 
  margin:5px 0!important;
  padding:0; 
  list-style:none!important; 
  text-align:left;
  line-height:1.3em;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cformsform ol.cf-ol li.textonly {
background:#F0F0F0 !important;
margin:5px 0 0 15px !important;
  padding:10px 0pt;
  text-align:left;
  font-size:1.2em;
color:#000;
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cformsform label {
    color: #555555;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0.6em 1% 0.5em 1%;
    text-align: right;
    vertical-align: top;
    width: 20%;
display:none;
}
#cformsform label span {
}
#cformsform label.cf-before {
  margin:0.4em 5px; 
}
#cformsform label.cf-after  {
  margin:0.4em 5px;
  text-align:left;
  width:115px;
}
#cformsform label.cf-after span {
  width:115px;
  display:block;
}
#cformsform label.cf-group-after {
  margin:0.4em 5px;
  width:72px;
  text-align:left;
}
#cformsform label.cf-group-after span {
  width:72px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cformsform input,
#cformsform textarea,
#cformsform select { 
  color: #111111;
    font-size: 1.2em;
    padding: 5px 10px;
  
  background: #ffffff; 
  border: 1px solid #e2e2e2; 
  vertical-align:top;
box-shadow: none; 
  
}
/*
#cformsform input:hover,
#cformsform textarea:hover,
#cformsform select:hover  {
background: #ffffff; 
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 100%); 
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 100%);
background: linear-gradient(top,  #ffffff 0%,#efefef 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); 
}
*/
#cformsform textarea:hover,
#cformsform select:hover,
#cformsform input:focus,
#cformsform textarea:focus,
#cformsform select:focus  { 
  text-shadow: none;
  border: 1px solid #999; 
  background: #fff;
  box-shadow: 0 1px 2px #ccc inset;
}
#cformsform input {
  width: 80%;
padding-bottom:10px;
}
#cformsform select {
  padding-bottom:10px;
    width: 89%; /* attempt to have equal length */
}  
#cformsform select.cfselectmulti  { 
  height:7.5em; 
}
#cformsform textarea {
  font-family: arial;
  font-size: 0.9em;
  overflow:auto;
  resize:none;
}
#cformsform .ui-datepicker-trigger{
  cursor:pointer;
  margin-top: 3px;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cformsform ol.cf-ol li.cf-box-title {
    color: #999999;
    font-size: 0.8em;
    font-weight: bold;
  margin-left:1.5em;
    padding: 8px 0 0 22%; /* check with label 'width' incl. */
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cformsform input.cf-box-a,
#cformsform input.cf-box-b  { 
  margin:1px 0 0 0; 
  width:14px;
  height:22px;
  border:none!important;
  background:none!important; 
}
#cformsform input.cf-box-a  { 
  margin-left:22%; /* check with label 'width' incl. */
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cformsform ol.cf-ol li.cf-box-group {
  margin:10px 0pt 0px !important;
  padding-left: 22%; 
} 
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cformsform span.reqtxt,
#cformsform span.emailreqtxt { 
    color: #9B4D4D;
    display: block;
    font-size: 0.7em;
    height: 14px;
    line-height: 1em;
    margin: 0 0 0 22%;
  padding: 0 0 20px;
    text-align: right;
    vertical-align: top;
    width: 65%;
display:none;
}
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cformsform p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cformsform input.backbutton,
#cformsform input.resetbutton,
#cformsform input.sendbutton  {  
  padding: 5px 10px;
  font-size: 1.4em;
  cursor: pointer;
  width: auto;
  text-align: center;
  background-color: #0f5d97;
  color: #fff;
  font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cformsform input.backbutton:hover,
#cformsform input.resetbutton:hover,
#cformsform input.sendbutton:hover {
  
  background-color: #f0c851;
}
#cformsform input.resetbutton {
  width: auto;
  padding:5px 1em;
}
#cformsform input.backbutton {
  width: auto;
  padding:5px 1em;
}
/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
#cformsform label.secq,
#cformsform label.seccap {
  vertical-align:text-bottom;
  margin-bottom:4px;
}
#cformsform input.secinput {
  vertical-align:text-bottom;
}
#cformsform_captcha6,
#cformsform_captcha5,
#cformsform_captcha4,
#cformsform_captcha3,
#cformsform_captcha2,
#cformsform_captcha {
  height:15px;
  width:75px;
  padding: 5px 4px;
  margin-left: 15px;
}
#cformsform img.captcha {
  vertical-align:text-bottom;
  margin:0 0 0 10px!important;
  padding:0!important;
  border:none!important;
  float:none!important;
}
#cformsform img.captcha-reset {
  vertical-align:text-bottom;
  background: url(captcha_reset_grey.gif) no-repeat;
  margin:0 0 2px 3px;
  width:21px;
  height:21px;
  border:none;
}
#cformsform img.imgcalendar {
  border:none;
}
/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
#cformsform div.cf_info {
  font-family:Arial,sans-serif;
  font-size:0.8em;
  color:#333;
  display:none;
  padding:10px 15px!important;
  width:480px;
  line-height:1.3em;
  margin:10px auto;
}
#cformsform div.cf_info > span{
  text-shadow: 0 1px 0 #FFFFFF;
  font-weight: bold;
}
#cformsform div.cf_info ol {
  margin:0;
  padding:5px 15px 0 30px;
}
#cformsform div.cf_info ol li {
  padding:1px 0;
  margin:2px 0;
}
#cformsform div.cf_info a {
  color:#ad2929!important;
  text-decoration:underline!important;
}
#cformsform div.success {
  background:#F7F7F7 none repeat scroll 0% 50%;
  color:#444444;
  display:block;
}
#cformsform div.failure {
  display:block;
    background: url("li-err-bg.png") repeat scroll 0 0 #FFDFDF !important;
    border: 1px solid #EDC4C4;
    border-radius: 3px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
}
#cformsform div.waiting {
  background:#F9F9F9;
  color:#AAAAAA;
  display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
#cformsform .cf_error { 
  color:#ad2929; 
  border:1px solid #ad2929; 
}
#cformsform div.mailerr {
  display:block;
}
.mailerr,
#cformsform .cf_errortxt {
  color:#ad2929; 
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */
.disabled,
.disabled:hover,
[disabled]:hover,
[disabled] {
  color:#aaa!important;
  border-color:#dddddd!important;
  background:none!important;
  box-shadow: none!important;
}
/*                                                    */
/* upload box styling                                 */
/*                                                    */
#cformsform input.cf_upload  {
  width:220px;
  background: #f9f9f9;
  border:1px solid #888888;
}
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
/*
* html #cformsform fieldset {
  position: relative;
  margin-top:15px;
  padding-top:25px; 
}
* html #cformsform legend { 
  position:absolute; 
  top: -10px; 
  margin-left:0;
}
*+html #cformsform fieldset {
  position: relative;
  margin-top:15px;
  padding-top:25px; 
}
*+html #cformsform legend { 
  position:absolute; 
  top: -10px; 
  margin-left:0;
}
/*for ie6*/
/*
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
  display: inline-block;  
}
*/
/*for ie7*/
/*
*+html #cformsform label,
*+html ol.cf-ol,
*+html ol.cf-ol li,
*+html span.reqtxt,
*+html span.emailreqtxt {
  display: inline-block; 
}
* html img.captcha {
  margin-bottom:1px!important;
}
*+html img.captcha {
  margin-bottom:1px!important;
}
*/
/*                                                    */
/* APPLICATION FORM                */
/*                                                    */
#cforms2form { 
  margin-left:30px;
  width:100%;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms2form fieldset { 
padding-top:5px;
margin-top:10px;
  margin-left:-50px;
  border:none;
font-size:14px;

}
#cforms2form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms2form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
}
#cforms2form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms2form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms2form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms2form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms2form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms2form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms2form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms2form label.cf-after span {
  width:150px;
  display:block;
}
#cforms2form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms2form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms2form input,
#cforms2form textarea,
#cforms2form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms2form input:hover,
#cforms2form textarea:hover,
#cforms2form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms2form  .cf_date {
  width:210px!important;
}
#cforms2form select,
#cforms2form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms2form select.cfselectmulti { 
  height:7.5em; 
}
#cforms2form textarea {
  overflow:auto;
  height:8em;
}
#cforms2form input.fldrequired,
#cforms2form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms2form select.fldrequired,
#cforms2form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms2form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms2form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms2form input.cf-box-a:hover,
#cforms2form input.cf-box-b:hover,
#cforms2form input.cf-box-a,
#cforms2form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms2form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms2form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms2form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms2form input.backbutton,
#cforms2form input.resetbutton,
#cforms2form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms2form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms2form input.resetbutton {
}
#cforms2form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms2form ol.cf-ol li.cf_li_err {
background:#FFDFDF!important;
}
#cforms2form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}

#cforms2form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms2form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* APPLICATION FORM PART 2            */
/*                                                    */
#cforms5form { 
  margin-left:20px;
  width:800px;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms5form fieldset { 
padding-top:5px;
margin-top:10px;
border:none;
font-weight:normal;
font-size:14px;
margin-left:-50px;

}
#cforms5form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms5form legend { 
  color:#353c40;
  padding: 0; 
  font-size:14px; 
  
}
#cforms5form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms5form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms5form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: normal 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms5form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  text-wrap:normal;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms5form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms5form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms5form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:100px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms5form label.cf-after span {
  width:100px;
  display:block;
}
#cforms5form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:100px;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms5form label.cf-group-after span {
  width:100px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms5form input,
#cforms5form textarea,
#cforms5form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms5form input:hover,
#cforms5form textarea:hover,
#cforms5form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms5form  .cf_date {
  width:210px!important;
}
#cforms5form select,
#cforms5form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms5form select.cfselectmulti { 
  height:7.5em; 
}
#cforms5form textarea {
  overflow:auto;
  height:8em;
}
#cforms5form input.fldrequired,
#cforms5form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms5form select.fldrequired,
#cforms5form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms5form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms5form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  width: 100%;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms5form input.cf-box-a:hover,
#cforms5form input.cf-box-b:hover,
#cforms5form input.cf-box-a,
#cforms5form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms5form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms5form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms5form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms5form input.backbutton,
#cforms5form input.resetbutton,
#cforms5form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms5form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms5form input.resetbutton {
}
#cforms5form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms5form ol.cf-ol li.cf_li_err {
  background:#FFDFDF!important;
  padding:10px 0!important;
  margin:5px 0!important;
}
#cforms5form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms5form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms5form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* APPLICATION FORM PART 3            */
/*                                                    */
#cforms3form { 
  margin-left:30px;
  width:800px;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms3form fieldset { 
  padding-top:5px;
  border:none;
}
#cforms3form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms3form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
  
}
#cforms3form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms3form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms3form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms3form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms3form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms3form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms3form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms3form label.cf-after span {
  width:150px;
  display:block;
}
#cforms3form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms3form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms3form input,
#cforms3form textarea,
#cforms3form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms3form input:hover,
#cforms3form textarea:hover,
#cforms3form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms3form  .cf_date {
  width:210px!important;
}
#cforms3form select,
#cforms3form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms3form select.cfselectmulti { 
  height:7.5em; 
}
#cforms3form textarea {
  overflow:auto;
  height:8em;
}
#cforms3form input.fldrequired,
#cforms3form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms3form select.fldrequired,
#cforms3form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms3form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms3form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms3form input.cf-box-a:hover,
#cforms3form input.cf-box-b:hover,
#cforms3form input.cf-box-a,
#cforms3form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms3form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms3form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms3form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms3form input.backbutton,
#cforms3form input.resetbutton,
#cforms3form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms3form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms3form input.resetbutton {
}
#cforms3form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms3form ol.cf-ol li.cf_li_err {
  background:#FFDFDF!important;
  padding:10px 0!important;
  margin:5px 0!important;
}
#cforms3form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms3form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms3form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* APPLICATION FORM PART 4            */
/*                                                    */
#cforms4form { 
  margin-left:30px;
  width:800px;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms4form fieldset { 
  padding-top:5px;
  border:none;
}
#cforms4form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms4form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
  
}
#cforms4form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms4form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms4form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: normal 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms4form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms4form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms4form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms4form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms4form label.cf-after span {
  width:150px;
  display:block;
}
#cforms4form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms4form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms4form input,
#cforms4form textarea,
#cforms4form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms4form input:hover,
#cforms4form textarea:hover,
#cforms4form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms4form  .cf_date {
  width:210px!important;
}
#cforms4form select,
#cforms4form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms4form select.cfselectmulti { 
  height:7.5em; 
}
#cforms4form textarea {
  overflow:auto;
  height:8em;
}
#cforms4form input.fldrequired,
#cforms4form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms4form select.fldrequired,
#cforms4form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms4form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms4form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms4form input.cf-box-a:hover,
#cforms4form input.cf-box-b:hover,
#cforms4form input.cf-box-a,
#cforms4form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms4form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms4form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms4form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms4form input.backbutton,
#cforms4form input.resetbutton,
#cforms4form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms4form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms4form input.resetbutton {
}
#cforms4form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms4form ol.cf-ol li.cf_li_err {
  background:#FFDFDF!important;
  padding:10px 0!important;
  margin:5px 0!important;
}
#cforms4form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms4form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms4form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* APPLICATION FORM PART 5            */
/*                                                    */
#cforms6form  { 
  margin-left:30px;
  width:800px;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms6form  fieldset  {  
  padding-top:5px;
margin-top:10px;
margin-left:-50px;
font-size:14px;
  border:none;
font-weight:normal;
}
#cforms6form  .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms6form  legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
font-weight:normal;
  
}
#cforms6form  ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms6form  ol.cf-ol li {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms6form  ol.cf-ol li.textonly {
  padding:10px 5px 5px 5px; 
  text-align:left;
  font: normal 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms6form  label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms6form  label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms6form  label.cf-before {
  margin:0 10px 0 0; 
  
  
}
#cforms6form  label.cf-after  {
  margin:2px 1px 0pt 3px !important;
  width:500px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms6form  label.cf-after span {
  width:500px;
  display:block;
}
#cforms6form  label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:500px;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms6form  label.cf-group-after span {
  width:500px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms6form  input,
#cforms6form  textarea,
#cforms6form  select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms6form  input:hover,
#cforms6form  textarea:hover,
#cforms6form  select:hover  {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms6form   .cf_date {
  width:210px!important;
}
#cforms6form  select,
#cforms6form  select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms6form  select.cfselectmulti  { 
  height:7.5em; 
}
#cforms6form  textarea {
  overflow:auto;
  height:8em;
}
#cforms6form  input.fldrequired,
#cforms6form  input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms6form  select.fldrequired,
#cforms6form  select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms6form  span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms6form  ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms6form  input.cf-box-a:hover,
#cforms6form  input.cf-box-b:hover,
#cforms6form  input.cf-box-a,
#cforms6form  input.cf-box-b  { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms6form  input.cf-box-b  { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms6form  ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms6form  p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms6form  input.backbutton,
#cforms6form  input.resetbutton,
#cforms6form  input.sendbutton  {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms6form  input.sendbutton:hover  { 
  background-position:0 -31px;
}
#cforms6form  input.resetbutton {
}
#cforms6form  input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms6form  ol.cf-ol li.cf_li_err {
  background:#FFDFDF!important;
  padding:10px 0!important;
  margin:5px 0!important;
}
#cforms6form  ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms6form  ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms6form  ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* WITHDRAWAL FORM                */
/*                                                    */
#cforms7form { 
  margin-left:30px;
  width:100%;
  margin-bottom:15px;
font-family:Arial,sans-serif;
  }
  
#cforms7form fieldset { 
padding-top:5px;
margin-top:10px;
  margin-left:-50px;
  border:none;
font-size:14px;


}



#cforms7form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms7form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
}
#cforms7form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms7form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms7form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms7form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms7form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms7form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms7form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms7form label.cf-after span {
  width:150px;
  display:block;
}
#cforms7form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms7form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms7form input,
#cforms7form textarea,
#cforms7form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms7form input:hover,
#cforms7form textarea:hover,
#cforms7form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms7form  .cf_date {
  width:210px!important;
}
#cforms7form select,
#cforms7form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms7form select.cfselectmulti { 
  height:7.5em; 
}
#cforms7form textarea {
  overflow:auto;
  height:8em;
}
#cforms7form input.fldrequired,
#cforms7form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms7form select.fldrequired,
#cforms7form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms7form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms7form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms7form input.cf-box-a:hover,
#cforms7form input.cf-box-b:hover,
#cforms7form input.cf-box-a,
#cforms7form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms7form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms7form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms7form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms7form input.backbutton,
#cforms7form input.resetbutton,
#cforms7form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms7form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms7form input.resetbutton {
}
#cforms7form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms7form ol.cf-ol li.cf_li_err {
background:#FFDFDF!important;
}
#cforms7form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms7form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms7form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}
/*                                                    */
/* OTHER FORMS                */
/*                                                    */

#cforms8form { 
  margin-left:30px;
  width:100%;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms8form fieldset { 
padding-top:5px;
margin-top:10px;
  margin-left:-50px;
  border:none;
font-size:14px;
}
#cforms8form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms8form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
}
#cforms8form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms8form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms8form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms8form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms8form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms8form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms8form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms8form label.cf-after span {
  width:150px;
  display:block;
}
#cforms8form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms8form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms8form input,
#cforms8form textarea,
#cforms8form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms8form input:hover,
#cforms8form textarea:hover,
#cforms8form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms8form  .cf_date {
  width:210px!important;
}
#cforms8form select,
#cforms8form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms8form select.cfselectmulti { 
  height:7.5em; 
}
#cforms8form textarea {
  overflow:auto;
  height:8em;
}
#cforms8form input.fldrequired,
#cforms8form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms8form select.fldrequired,
#cforms8form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms8form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms8form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms8form input.cf-box-a:hover,
#cforms8form input.cf-box-b:hover,
#cforms8form input.cf-box-a,
#cforms8form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms8form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms8form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms8form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms8form input.backbutton,
#cforms8form input.resetbutton,
#cforms8form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms8form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms8form input.resetbutton {
}
#cforms8form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms8form ol.cf-ol li.cf_li_err {
background:#FFDFDF!important;
}
#cforms8form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms8form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms8form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}

#cforms9form { 
margin-left:5px;
  width:100%;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms9form fieldset { 
padding-top:5px;
margin-top:10px;
  margin-left:-50px;
  border:none;
font-size:14px;
}
#cforms9form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms9form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
}
#cforms9form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms9form ol.cf-ol li  {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms9form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms9form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms9form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms9form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms9form label.cf-after   {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms9form label.cf-after span {
  width:150px;
  display:block;
}
#cforms9form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms9form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms9form input,
#cforms9form textarea,
#cforms9form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms9form input:hover,
#cforms9form textarea:hover,
#cforms9form select:hover {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms9form  .cf_date {
  width:210px!important;
}
#cforms9form select,
#cforms9form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms9form select.cfselectmulti { 
  height:7.5em; 
}
#cforms9form textarea {
  overflow:auto;
  height:8em;
}
#cforms9form input.fldrequired,
#cforms9form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms9form select.fldrequired,
#cforms9form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */
#cforms9form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms9form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms9form input.cf-box-a:hover,
#cforms9form input.cf-box-b:hover,
#cforms9form input.cf-box-a,
#cforms9form input.cf-box-b   { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms9form input.cf-box-b   { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms9form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms9form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms9form input.backbutton,
#cforms9form input.resetbutton,
#cforms9form input.sendbutton {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms9form input.sendbutton:hover { 
  background-position:0 -31px;
}
#cforms9form input.resetbutton {
}
#cforms9form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms9form ol.cf-ol li.cf_li_err {
background:#FFDFDF!important;
}
#cforms9form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms9form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms9form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}

#cforms10form { 
  margin-left:30px;
  width:100%;
  margin-bottom:15px;
font-family:Arial,sans-serif;
}
#cforms10form fieldset  { 
padding-top:5px;
margin-top:10px;
  margin-left:-50px;
  border:none;
font-size:14px;
}
#cforms10form .cf_hidden {
  display:none; 
  border:none!important;
  background:none!important;
  padding:0!important;
  margin:0!important;
}
.#cforms10form legend { 
  color:#353c40;
  margin:0;
  line-height:2em;
  padding: 0; 
  font-size:14px; 
}
#cforms10form ol.cf-ol { 
  margin:0!important; 
  padding:0!important; 
}
#cforms10form ol.cf-ol li {
  background:none!important; 
  margin:2px 0!important; /*some themes may interfere otherwise*/
  padding:0; 
  list-style:none!important; 
  text-align:left;
}
/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */
#cforms10form ol.cf-ol li.textonly {
  padding:5px 5px 5px 5px; 
  text-align:left;
  font: bold 14px Arial;
  
  
}
/*                                                    */
/* global definitions for field labels                */
/*                                                    */
#cforms10form label {
  
  color:#000000;
  font:12px Arial;
  margin:0 10px 0 0;
  padding:5px 2px 2px;
  width:250px;
  display:-moz-inline-box; /*for mozilla*/
  display:inline-block; /*for Opera & IE*/
  vertical-align:top;
}
#cforms10form label span {
  width:250px; /* must be the same as above!*/
  display:block; 
}
#cforms10form label.cf-before {
  margin:0 10px 0 0; 
}
#cforms10form label.cf-after  {
  margin:2px 1px 0pt 3px !important;
  width:150px;
  text-align:left;
  background:none;
  padding:2px;
  line-height:1.3em;
}
#cforms10form label.cf-after span {
  width:150px;
  display:block;
}
#cforms10form label.cf-group-after {
  margin:2px 0 0 3px!important;
  width:400px;;
  text-align:left;
  padding:2px;
  background:none;
  line-height:1.3em;
  
}
#cforms10form label.cf-group-after span {
  width:400px;
  display:block;
}
/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */
#cforms10form input,
#cforms10form textarea,
#cforms10form select {
  font:12px Arial;
  margin-top:2px;
  border:1px solid #CCCCCC;
  color:#666666;
  padding:4px 5px;
  width:230px;
  vertical-align:top;
}
#cforms10form input:hover,
#cforms10form textarea:hover,
#cforms10form select:hover  {
  border:1px solid #999999;
  color:#000000;
  width:230px;
}
#cforms10form  .cf_date {
  width:210px!important;
}
#cforms10form select,
#cforms10form select:hover {
  width:242px; /* attempt to have equal length */
  padding: 3px 5px;
}  
#cforms10form select.cfselectmulti  { 
  height:7.5em; 
}
#cforms10form textarea {
  overflow:auto;
  height:8em;
}
#cforms10form input.fldrequired,
#cforms10form input.fldrequired:hover{
  border-right:3px solid #ebc2c2; 
  width:228px;
}
#cforms10form select.fldrequired,
#cforms10form select.fldrequired:hover {
  border-right:3px solid #ebc2c2; 
  width:242px;
}
/*                                                    */
/* formatting for text:  "(required)"  & other        */

/*                                                    */
#cforms10form span.reqtxt,
span.emailreqtxt { 
  display:none;
}
/*                                                    */
/*   radio button title                               */
/*                                                    */
#cforms10form ol.cf-ol li.cf-box-title {
  
  padding-left:5px;
  font-size:12px;
  
}
/*                                                    */
/*   check boxes                                      */
/*                                                    */
#cforms10form input.cf-box-a:hover,
#cforms10form input.cf-box-b:hover,
#cforms10form input.cf-box-a,
#cforms10form input.cf-box-b  { 
  vertical-align:top;
  margin:2px 0 0 0; 
  width:14px!important;
  height:22px;
  border:0!important;
  background:none!important;
}
#cforms10form input.cf-box-b  { 
  
} 
/*                                                    */
/* check box groups                                   */
/*                                                    */
#cforms10form ol.cf-ol li.cf-box-group {
  
  padding-left:5px;
  
  
  
  
} 
/*                                                    */
/*   FORM submit button                               */
/*                                                    */
#cforms10form p.cf-sb {
padding: 0!important;
  margin: 0 auto;
text-align:center;
display:block;
}
#cforms10form input.backbutton,
#cforms10form input.resetbutton,
#cforms10form input.sendbutton  {  
  padding:5px 10px; 
  margin: 15px 0 0 5px;
  font-size:1.2em;
  cursor:pointer;
  width:auto;
text-align:center;
  background-color: #0f5d97; 
color:#fff;
font-family: 'CartoGothicStdBold', Arial, Helvetica, sans-serif;
}
#cforms10form input.sendbutton:hover  { 
  background-position:0 -31px;
}
#cforms10form input.resetbutton {
}
#cforms10form input.backbutton {
}
/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
#cforms10form ol.cf-ol li.cf_li_err {
background:#FFDFDF!important;
}
#cforms10form ol.cf-ol li ul.cf_li_text_err {
  margin:0 0 0 160px;
  padding:0;
  color:#333;
}
#cforms10form ol.cf-ol ul.cf_li_text_err li {
  background:url(http://www.saintandrewsonline.com/wp-content/plugins/cforms/styling/icon-alert.png) no-repeat left 1px!important;
  list-style:none!important;
  font-weight:bold;
  text-indent:0;
  margin:0 0 2px!important;
  padding-left:15px;
}
#cforms10form ol.cf-ol ul.cf_li_text_err li:before {
  content:'';
}



/*   GENERAL FORMATTING FOR ALL FORMS                                                 */
/* 'visitor verification' related styles              */
/*                                                    */
#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
  width:50px!important;
  padding: 4px 4px;
  margin: 0;
}
img.captcha {
  vertical-align:top;
  margin:0 0 0 10px!important;
  padding:0!important;
  border:none!important;
  float:none!important;
}
img.captcha-reset {
  vertical-align:text-bottom;
  background: url(captcha_reset_grey.gif) no-repeat;
  margin:0 0 2px 3px;
  width:21px;
  height:21px;
}
img.imgcalendar {
/*  
  position:relative;
  top:4px;
*/
}
/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */
div.cf_info {
  color:#333;
  display:none;
  padding:10px 15px!important;
  width:380px;
  line-height:1.3em;
  margin:10px auto;
}
div.cf_info ol {
  margin:0;
  padding:5px 15px 0 30px;
}
div.cf_info ol li {
  padding:1px 0;
  margin:2px 0;
}
div.cf_info a {
  color:#d13d3d!important;
  text-decoration:underline!important;
}
div.success {
  background:#F5F5F5 none repeat scroll 0%;
  color:#888888;
  display:block;
}
div.failure {
  display:block;
  background:#FFDFDF url(li-err-bg.png) repeat!important;
  border-color:#DF7D7D;
  border-style:solid;
  border-width:1px 0pt;
}
div.waiting {
  background:#F9F9F9;
  color:#AAAAAA;
  display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform input.cf_error,
.cform input.cf_error:hover {
  color:#d13d3d;
  border-right:6px solid #d13d3d; 
  width:225px;
}
.cform select.cf_error,
.cform select.cf_error:hover {
  color:#d13d3d;
  border-right:6px solid #d13d3d; 
}
div.mailerr {
  display:block;
}
.mailerr,
.cform .cf_errortxt {
  color:#d13d3d;
}
/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */
[disabled] {
  color:#dddddd;
  border-color:#dddddd!important;
  background:none!important;
}
.disabled {
  border-color:#dddddd!important;
}
/*                                                    */
/* upload box styling                                 */
/*                                                    */
.cform input.cf_upload  {
  width:242px;
  background: #f9f9f9;
  border:1px solid #888888;
}
html:root .cform input.cf_upload {      /* FF only */ 
  margin-top:4px;
}
.cform input.cf_upload:hover  {
  width:242px!important;  
}
/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
  width:410px;
  margin:0 auto 10px!important;
  padding:0!important;  
  text-align:right!important;
  display:none;
}
.linklove a,
.linklove a:visited {
  font:10px Tahoma;
  color:#aaaaaa!important;
}
/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
* html .cform fieldset {
  position: relative;
  margin-top:15px;
  padding-top:25px; 
}
*+html .cform fieldset {
  position: relative;
  margin-top:15px;
  padding-top:25px; 
}
* html .cform legend { 
  position:absolute; 
  top: -10px; 
}
*+html .cform legend { 
  position:absolute; 
  top: -10px; 
  
}
* html ol.cf-ol,
* html ol.cf-ol li  {
  display: inline-block;  /*for ie6*/
}
*+html ol.cf-ol,
*+html ol.cf-ol li  {
  display: inline-block;  /*for ie7*/
}
* html .cform select {
  margin-top:3px;
}
*+html .cform select {
  margin-top:3px;
}
* html img.captcha {
  margin-top:1px!important;
}
*+html img.captcha {
  margin-top:1px!important;
}
* html .cform label {
  margin-top:1px;
}
*+html .cform label {
  display: inline-block; /*for ie7*/
  margin-top:1px;
}