@charset "utf-8";
/* jotform css */
body {
	margin:0; padding:0;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
label {
    cursor: default;
}
element.style {
    clear: left;
}
.form-all {
	width:450px;
	color:rgb(82, 75, 58) !important;
	font-family:Arial;
	font-size:12px;
    list-style: none outside none;
    margin: 0;
	padding-top: 0px;
	background:#F9F9F9;
}
.form-captcha {
    -moz-border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 6px;
    width: 152px;
}
#payment_total {
    display: inline-block;
}
.form-captcha:hover {
    border: 1px solid #AAAAAA;
}
.form-captcha-image {
    -moz-border-radius: 4px 4px 4px 4px;
    border: 1px solid #AAAAAA;
}
.form-collapse-table {
    background: url("../images/forms/soft-grad.png") repeat-x scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    height: 58px;
    position: relative;
}
.form-list {
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
.form-list option {
    padding: 2px;
}
.form-list option:nth-child(2n+1) {
    background: none repeat scroll 0 0 #F5F5F5;
}
.form-textarea-limit {
}
.form-textarea-limit textarea {
    overflow: auto;
}
.form-textarea-limit textarea:focus {
    outline: medium none !important;
}
.form-textarea-limit-indicator {
    color: #666666;
    font-size: 9px;
    margin-top: -1px;
    padding: 2px;
    text-align: right;
}
.form-textarea-limit-indicator-error {
    background: none repeat scroll 0 0 #FFAAAA;
    color: #FFFFFF;
}
.form-collapse-left {
}
.form-collapse-mid {
    float: left;
    font-size: 18px;
    margin: 16px 45px 16px 20px;
    text-shadow: 0 2px 0 #FFFFFF;
}
.form-product-item {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    position: relative;
}
.form-product-item:hover {
    background: none repeat scroll 0 0 #F5F5F5;
    color: #000000;
}
.form-product-image, .form-product-image-with-options {
    margin: 5px 5px 5px 10px;
}
.form-product-image-with-options {
    -moz-border-radius: 5px 5px 5px 5px;
    position: absolute;
    top: 15px;
}
.form-radio, .form-checkbox {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.form-radio-item, .form-checkbox-item {
    float: left;
    margin-top: 5px;
}
.form-multiple-column, .form-single-column {
    display: inline-block;
}
.form-multiple-column .form-radio-item, .form-multiple-column .form-checkbox-item {
    width: 150px;
}
.form-radio-item label, .form-checkbox-item label {
    margin-left: 5px;
}
.form-radio-item br, .form-checkbox-item br {
    clear: left;
}
.form-submit-button, .form-submit-reset, .form-submit-print {
    margin: 0;
    overflow: visible;
    padding: 1px 6px;
    width: auto;
}
.form-submit-button::-moz-focus-inner, .form-submit-reset::-moz-focus-inner {
    border: 0 none;
    padding: 1px 6px;
}
.form-submit-print::-moz-focus-inner {
    padding: 0 6px;
}
.form-submit-print {
    padding: 1px 6px;
}
.form-submit-print img {
    margin-left: -14px;
    margin-right: 3px;
    margin-top: -3px;
}
.form-submit-print {
    margin: -6px 5px -4px -6px;
}
.form-submit-button-img {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.form-collapse-right {
    height: 58px;
    position: absolute;
    right: 0;
    width: 40px;
}
.form-collapse-right-show {
    background: url("../images/forms/arrow-open.png") no-repeat scroll center center transparent;
}
.form-collapse-right-hide {
    background: url("../images/forms/arrow-closed.png") no-repeat scroll center center transparent;
}
.form-collapse-hidden {
    display: none;
}
.form-grading-item {
    margin-bottom: 3px;
}
.form-header {
    margin: 0;
}
.form-subHeader {
    border-top: 1px solid #CCCCCC;
    font-style: italic;
}
.form-header-group {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    clear: both;
    padding: 12px;
}
.form-label {
	width:120px !important;
    display: inline-block;
    margin-bottom: 6px;
    white-space: normal;
    width: 150px;
}
.form-label-top {
    display: inline-block;
    margin-bottom: 6px;
    white-space: normal;
}
.form-label-left {
    width:120px !important;
    display: inline-block;
    float: left;
    padding: 3px;
    text-align: left;
    white-space: normal;
}
.form-label-right {
	width:120px !important;
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 3px;
    text-align: right;
    white-space: normal;
}
.form-input-wide {
}
.form-section, .form-section-closed {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
.form-section-closed {
    height: 60px;
    overflow: hidden;
}
.form-input {
    display: inline-block;
}
.form-line {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 10px;
    position: relative;
    width: -moz-available;
}
.form-line-column {
    clear: none;
    float: left;
    white-space: nowrap;
    width: auto;
}
.form-line-column-clear {
    clear: left;
    width: auto;
}
.form-line-active {
    background-color: #FFFFE0;
    color: #333333;
}
.form-matrix-table {
    border-collapse: collapse;
    font-size: 10px;
}
.form-matrix-column-headers {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
}
.form-matrix-row-headers {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #CCCCCC;
}
.form-matrix-values {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
}
.form-pagebreak {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #CCCCCC;
    clear: left;
    height: 60px;
}
.form-pagebreak-back-container, .form-pagebreak-next-container {
    float: left;
    padding: 14px 10px 10px;
}
.form-pagebreak-next-container {
    padding-left: 0;
}
.form-pagebreak-back, .form-pagebreak-next {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #999999;
    font-size: 14px;
    margin: 0;
    padding: 5px;
}
.form-pagebreak-next {
    margin: 0 0 0 20px;
}
.form-required {
    color: red;
    margin-left: 5px;
}
.form-scale-table {
    font-size: 12px;
}
.form-scale-table th {
    border-bottom: 1px solid #CCCCCC;
    color: #999999;
}
.form-product-details {
    color: #999999;
    font-size: 9px;
    font-style: italic;
}
.form-address-table {
    width: 330px;
}
.form-address-line {
    width: 310px;
}
.form-address-city, .form-address-state {
    width: 144px;
}
.form-address-table td, .form-address-table th {
    padding-bottom: 10px;
}
.form-address-table select {
    width: 150px;
}
.form-button-error {
    color: red;
    display: inline;
}
.form-line-error {
	background-color:#CCC;
	color: #FFFEFE;
	text-shadow: 0 -1px 0 #AAA;
}
.form-validation-error {
    -moz-box-shadow: 0 0 2px red;
    border: 1px solid red;
}
.form-validation-error.form-input {
    border: medium none;
}
.form-line-active .form-error-message {
    display: none;
}
.form-error-message {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 2px 4px rgba(102, 102, 102, 0.5);
    background: none repeat scroll 0 0 #FFCCCC;
    border: 4px solid #DD8888;
    color: #333333;
    font-size: 10px;
    max-width: 130px;
    padding: 3px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 900;
}
.form-error-arrow {
    border-color: transparent transparent rgba(102, 102, 102, 0.3);
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 0;
}
.form-error-arrow-inner {
    border-color: transparent transparent #DDD;
    border-style: solid;
    border-width: 10px 10px 11px;
    height: 0;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 0;
}
.form-input .form-error-message, .form-input-wide .form-error-message {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 2px 4px rgba(102, 102, 102, 0.5);
    background: none repeat scroll 0 0 #DDD;
    border: medium none;
    bottom: -5px;
    color: #333333;
    font-size: 12px;
    max-width: 100%;
    padding: 3px;
    position: relative;
    right: auto;
    top: auto;
    z-index: 900;
}
.form-description {
    -moz-border-radius: 6px 6px 6px 6px;
    -moz-box-shadow: 0 2px 4px #666666;
    background: none repeat scroll 0 0 #F5F5F5;
    border: 4px solid #CCCCCC;
    max-width: 150px;
    position: absolute;
    right: 7px;
    top: 6px;
    white-space: normal;
    z-index: 1000;
}
.form-description-content {
    color: #333333;
    font-size: 10px;
    padding: 10px;
}
.form-description-arrow {
    border-color: transparent #CCCCCC transparent transparent;
    border-style: solid;
    border-width: 10px;
    height: 0;
    left: -24px;
    position: absolute;
    top: 7px;
    width: 0;
}
.form-description-arrow-small {
    border-color: transparent #F5F5F5 transparent transparent;
    border-style: solid;
    border-width: 7px;
    height: 0;
    left: -14px;
    position: absolute;
    top: 10px;
    width: 0;
}
.right {
    right: 33px !important;
}
.form-line:hover .form-description-indicator, .form-line-active .form-description-indicator {
    display: block;
}
.form-description-indicator {
    background: url("/3.0.3813/images/s-info.png") no-repeat scroll center center transparent;
    display: none;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
.right .form-description-arrow {
    border-color: transparent transparent transparent #CCCCCC;
    left: auto;
    right: -24px;
}
.right .form-description-arrow-small {
    border-color: transparent transparent transparent #F5F5F5;
    left: auto;
    right: -14px;
}
.form-autocomplete-list {
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    background: none repeat scroll 0 0 rgba(26, 58, 81, 0.8);
    border-color: -moz-use-text-color #EEEEEE #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 5px 0;
}
.form-autocomplete-list-item {
    -moz-border-radius: 5px 5px 5px 5px;
    border: 1px solid transparent;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 5px;
    padding: 3px;
    text-shadow: 1px 1px 3px #000000;
}
.form-autocomplete-list-item-selected, .form-autocomplete-list-item:hover {
    -moz-box-shadow: 0 0 4px #333333;
    background: none repeat scroll 0 0 #4295D1;
    border: 1px solid #1A3A51;
}
.form-autocomplete-list-item:hover {
    border: 1px solid #CCCCCC;
}
.form-sub-label-container {
    display: inline-block;
    margin-right: 5px;
    white-space: nowrap;
}
.form-sub-label {
    color: #999999;
    display: block;
    font-size: 9px;
}
.form-html {
    padding: 3px;
}
.form-radio-other-input {
    margin-left: 5px;
}
.form-spinner-input-td {
    white-space: normal;
}
.edit-hover {
    display: none;
}
.qq-uploader {
    position: relative;
    width: 224px;
}
.qq-upload-button {
    -moz-border-radius: 5px 5px 5px 5px;
    background: -moz-linear-gradient(center top , #FBCB5D 0%, #EFA003 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C64F00;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    text-shadow: 0 -1px #C64F00;
}
.qq-upload-button-hover {
    background: -moz-linear-gradient(center top , #FF7B0D 0%, #FFA84C 100%) repeat scroll 0 0 transparent;
}
.qq-upload-button-focus {
    outline: 1px dotted black;
}
.qq-upload-delete {
    -moz-border-radius: 0 5px 5px 0;
    background: -moz-linear-gradient(center top , #F85032 0%, #F16F5C 50%, #F6290C 51%, #F02F17 71%, #E73827 100%) repeat scroll 0 0 transparent;
    border-left: 1px solid #AAAAAA;
    color: #FFFFFF;
    cursor: default;
    display: none;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 -1px 0 #000000;
    top: 0;
    width: 20px;
}
.qq-upload-delete:hover {
    background: -moz-linear-gradient(center top , #FFB76B 0%, #FFA73D 50%, #FF7C00 51%, #FF7F04 100%) repeat scroll 0 0 transparent;
}
.qq-upload-list li:hover {
    border: 1px solid #AAAAAA;
}
.qq-upload-list li:hover .qq-upload-delete {
    display: block;
}
.qq-upload-drop-area {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 rgba(240, 240, 240, 0.9);
    border: 2px dashed #C5C5C5;
    color: #B1B1B1;
    height: 100%;
    left: 0;
    min-height: 54px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2;
}
.qq-upload-drop-area span {
    display: block;
    font-size: 16px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 100%;
}
.qq-upload-drop-area-active {
    background: none repeat scroll 0 0 rgba(222, 255, 210, 0.9);
}
.qq-upload-list {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
}
.qq-upload-list li {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid transparent;
    color: #5E5B5B;
    font-size: 11px;
    margin: 8px 0;
    padding: 2px 4px;
    position: relative;
    white-space: normal;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    font-size: 9px;
    line-height: 16px;
}
.qq-file-uploading {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 80px;
}
.qq-upload-failed-text {
    float: right;
}
.qq-upload-fail {
    background: none repeat scroll 0 0 #FF927D !important;
    color: #FFFFFF !important;
}
.qq-upload-fail .qq-upload-size {
    display: none !important;
}
.qq-upload-file {
}
.qq-upload-spinner {
    background: url("../images/forms/loading.gif") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    margin-bottom: 3px;
    margin-left: 2px;
    vertical-align: text-bottom;
    width: 15px;
}
.qq-upload-size, .qq-upload-cancel {
    float: right;
    margin-left: 4px;
}
.qq-upload-failed-text {
    display: none;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
#recaptcha_logo {
    display: none;
}
#recaptcha_tagline {
    display: none;
}
#recaptcha_table {
    border: medium none !important;
}
.recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color: transparent !important;
}
#recaptcha_table td {
    padding-left: 0 !important;
}
.form-single-column .clearfix {
    display: inline-block;
}
.form-single-column .clearfix {
    display: block;
}
body {
    font-size: 18px;
}
.form-buttons-wrapper {
    margin: 5px !important;
    /*text-align: center;*/
}
.form-submit-print {
    display: none;
}
.form-textarea {
    width: 99% !important;
}
.form-textbox, .form-textarea, .form-dropdown, .form-list {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border: 1px solid #555555;
    padding: 4px;
}
.form-address-table {
    width: 300px;
}
.form-address-line {
    width: 280px;
}
.form-address-city, .form-address-state {
    width: 130px;
}
.form-address-table td, .form-address-table th {
    padding-bottom: 10px;
}
.form-address-table select {
    width: 120px;
}
.form-spinner {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    border: 1px solid #555555 !important;
    border-collapse: inherit !important;
}
.form-spinner-up, .form-spinner-down {
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #555555 !important;
    border-style: none none none solid !important;
    border-width: medium medium medium 1px !important;
    padding: 0 8px !important;
}
.form-spinner-up {
    -moz-border-radius-topright: 5px;
    border-bottom: 1px solid #555555 !important;
}
.form-spinner-down {
    -moz-border-radius-bottomright: 5px;
}
.form-spinner-input-td {
    padding-right: 6px !important;
}
.form-spinner-input-td input {
    background: none repeat scroll 0 0 transparent;
    padding: 4px !important;
}
.form-sub-label-container img[id*="pick"] {
    width: 25px;
}
div.form-header-group {
    margin: 0 !important;
}
div.form-pagebreak .form-label-left {
    display: inline-block !important;
    float: left;
}
.form-submit-button, .form-submit-reset {
    font-size: 18px;
    line-height: 30px;
}
.form-captcha {
    border: 1px solid #555555;
}
.form-captcha input {
    width: 120px !important;
}
div.calendar {
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
}
div.calendar.popup {
    margin-left: -40px;
    margin-top: -100px;
    z-index: 100000;
}
div.calendar td.weekend {
    background: none repeat scroll 0 0 #B5CFE9;
}
div.calendar .today {
    background: none repeat scroll 0 0 #F9621A !important;
}
div.calendar .title, div.calendar .button {
    color: #F9621A;
}
div.calendar table {
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
}
div.calendar thead {
    background-color: white;
}
div.calendar td, div.calendar th {
    font-size: 11px;
    padding: 3px;
    text-align: center;
}
div.calendar td.title {
    font-weight: bold;
}
div.calendar th {
    background: none repeat scroll 0 0 #DDDDDD;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    color: #555555;
    font-weight: bold;
}
div.calendar tr.days td {
    color: #555555;
    cursor: pointer;
    text-align: center;
    width: 2em;
}
div.calendar tr.days td:hover, div.calendar td.button:hover {
    background-color: #34ABFA;
    cursor: pointer;
}
div.calendar tr.days td:active div.calendar td.button:active {
    background-color: #CCDDEE;
}
div.calendar tr.days td.selected {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
}
div.calendar tr.days td.today {
    color: #D50000;
    font-weight: bold;
}
div.calendar tr.days td.otherDay {
    color: #BBBBBB;
}

/* jotform css */

/**
 * All Buttons and their states
 */
.form-submit-button,
.form-submit-reset,
.form-submit-print,
.form-pagebreak-back,
.form-pagebreak-next{
	-moz-border-radius:4px 4px;
	-webkit-border-radius:4px 4px;
	border-radius:4px 4px;
	
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.75);
	
	text-shadow:0 1px 0px #EEE;
	
	padding:4px 15px 5px 15px;
	border:1px solid #CCC;
	color:#000;
	font-size:12px;
	background: #f9f9f9; /* old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #cccccc 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#cccccc)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cccccc',GradientType=0 ); /* ie */
}

/* onmouseover */
.form-submit-button:hover,
.form-submit-reset:hover,
.form-submit-print:hover,
.form-pagebreak-back:hover,
.form-pagebreak-next:hover{
	background: #f9f9f9; /* old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #f0f0f0 40%, #fdd6d6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(40%,#f0f0f0), color-stop(100%,#fdd6d6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#fdd6d6',GradientType=0 ); /* ie */
	border-color:#f5a7a7;
}

/* mousedown */
.form-submit-button:active,
.form-submit-reset:active,
.form-submit-print:active,
.form-pagebreak-back:active,
.form-pagebreak-next:active{
	background: #f9f9f9; /* old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #fdd6d6 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#fdd6d6)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#fdd6d6',GradientType=0 ); /* ie */
	border-color:#f5a7a7;
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0,0,0,.1) inset;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0,0,0,.1) inset;
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.75), 0 2px 4px rgba(0,0,0,.1) inset;
}
.form-textbox:focus, .form-textarea:focus, .form-dropdown:focus, .form-radio-other-input:focus,  .form-captcha input:focus{border-color:#f5a7a7;}
/* Injected CSS Code */
