﻿.quoteForm h2 { font-size:14px !important; font-weight:bold; color:#03538c; margin-bottom:6px !important; }

.quoteForm hr {color: #dfdfdf; background-color: #dfdfdf; height: 1px; border: 0; width: 100%; margin-bottom:18px; }

.quoteForm .section { clear:both; float:left; width:79%; height:auto; padding:10px 0px 10px 0px; }
.quoteForm .formRow { clear:both; float:left; margin-bottom:6px; }

.quoteForm .textArea { border:solid 2px #dfdfdf; background-color:#eeeeee; height:200px; float:left; margin-right:10px; padding:4px; color:#6f6f6f; }
.quoteForm .textInput { border:solid 2px #dfdfdf; background-color:#eeeeee; height:30px; float:left; margin-right:10px; padding:4px; color:#6f6f6f; }
.quoteForm .focusField { border:solid 2px #03538c !important; background-color:#eff5ff; }
.quoteForm .large { width:340px /*!important*/; }
.quoteForm .medium { width:240px !important; }
.quoteForm .small { width:140px !important; }
.quoteForm .xsmall { width:75px !important; }
.quoteForm .xlarge { width:660px /*!important;*/ }


#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5, #tabs-6 { height:275px; }

#tabs ul { background-color:#eff5ff !important; background-image:none;}


.quoteForm .buttonHolder{ background: #fff; text-align: left; margin: 1.5em 0 0 0; padding: 1.5em;
                            /* CSS3 */
                            border-radius:         4px;
                            -webkit-border-radius: 4px;
                            -moz-border-radius:    4px;
                            -o-border-radius:      4px;
                            -khtml-border-radius:  4px;
                          }
      .quoteForm .buttonHolder .primaryAction{ padding: 10px 22px; line-height: 1; background: #03558f; border: 1px solid #163362; font-size: 12px; font-weight: bold; color: #fff; cursor: pointer;

                                             /* CSS3 */
                                             border-radius:         4px;
                                             -webkit-border-radius: 4px;
                                             -moz-border-radius:    4px;
                                             -o-border-radius:      4px;
                                             -khtml-border-radius:  4px;
                                             box-shadow: 1px 1px 0 #fff;
                                             -webkit-box-shadow: 1px 1px 0 #fff;
                                             -moz-box-shadow: 1px 1px 0 #fff;
                                             text-shadow: -1px -1px 0 rgba(0,0,0,.25);
                                           }
      .quoteForm .buttonHolder .primaryAction:active{ position: relative; top: 1px; cursor: pointer;
 }