body { -webkit-print-color-adjust: exact !important; }
button { padding:0; margin:0 }
.button img { margin-right:4px; vertical-align:middle }

.buttons { clear:both }
.buttons .button { margin-right:5px; float:left }
.button { cursor:pointer; padding:3px 4px 3px 6px; border:1px solid #ccc; font-size:12px; font-weight:bold }
.button.small { padding: 1px 2px 1px 2px; font-size: 11px; font-weight: normal }

a.button { display:block; text-decoration:none; max-width:100px; margin:auto }
button.button { padding:3px 5px 4px 3px }


button.disabled {
  opacity: 0.6;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60)
}
.abutton { font-size:12px; font-weight:bold; text-decoration:none; padding:5px; border:1px solid #aaa }
a.abutton img { margin-right:0px }
.abutton span { padding-left:5px }
.large { padding:7px 10px 7px 10px; font-size:18px }
a.large { padding:7px 10px 7px 10px; font-size:18px }

.grey { background-color:#f5f5f5; color:#666; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5 }
.grey:hover { background-color:#DAF1C2; color:#008000 }
a.grey:visited { color: #666 }
.green { background-color:#DAF1C2; color:#008000; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5 }
.green:hover { background-color:#A6F15B }
a.green:visited { color: #008000 }
.red { background-color:#F1D4D4; color:#FF0000; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5 }
.red:hover { background-color:#F1C5C5; color:#FF0000 }
a.red:visited { color:#FF0000 }
.white { border:1px solid #ccc; background-color:#FFF; color:#000; border-top:1px solid #f5f5f5; border-left:1px solid #f5f5f5 }
.white:hover { background-color:#f5f5f5 }

input[type="text"].inset,input[type="password"].inset { border:1px solid #eee; background-color:#F5F5F5; padding:5px; font-size:12px; font-family:arial,helvetica,verdana }
input[type="text"].whiteinset,input[type="password"].whiteinset { border:1px inset #eee; background-color:#FFFFFF; padding:7px; font-size:12px; font-family:arial,helvetica,verdana }
textarea.inset { border:1px solid #eee; background-color:#F5F5F5; padding:3px; font-size:12px; font-family:arial,helvetica,verdana }
textarea.whiteinset {border:1px inset #eee; background-color:#FFFFFF; padding:3px; font-size:12px; font-family:arial,helvetica,verdana}
select.inset { border:1px inset #eee; background-color:#FFF; font-size:12px; padding:3px; font-family:arial,helvetica,verdana; }

.lightbox { position: absolute;top:0px;left:50%;z-index:100; padding:5px; text-align:left;
  border: 1px solid rgba(0, 0, 0, .2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -ms-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -o-box-shadow: 0 2px 4px rgba(0,0,0,0.2);

}
.lightbox h1 { padding:5px; margin:0;font-size:22px }
.lightboxWait { background-color:#FFF; color:#dc5151; padding:20px; font-size:16px; font-weight:bold }
.lightboxMain { background: #FFF }

.greenLB { background-color:#FFF; border:1px solid #eee;
  box-shadow: 2px 2px 4px #eee;
 }
.greenLB h1 { background-color:#009000; color: #FFF; }

.redLB { border:1px solid #dcdcdc; background-color:#fff }
.redLB h1 { background-color:#dc5151; color:#FFF }

.veryLargeLB { margin:100px 0 0 -350px; width:700px }
.largeLB { margin:100px 0 0 -300px; width:600px }
.mediumLargeLB { margin:100px 0 0 -250px; width:500px }
.mediumLB { margin:100px 0 0 -200px; width:400px }
.smallLB { margin:100px 0 0 -150px; width:300px }
.previewLB { margin: 25px 0 0 -350px; width: 700px; }

/* cupid green (inspired by okcupid.com)
*******************************************************************************/
button.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  -ms-box-shadow: inset 0 1px 0 0 #96ca6d;
  -o-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 170px;
}

button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    -ms-box-shadow: inset 0 1px 0 0 #8dbf67;
    -o-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer;
}

button.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}
/* clean gray
*******************************************************************************/
button.clean-gray {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  font: bold 24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 170px;
}
button.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
body { font-family:arial,verdana,tahoma }
img { vertical-align:middle }
a:visited { color:#0000FF }
#auto_check { display:none; }

#formArea { background-color:#FFF;text-align:center; padding:0; margin:auto; border:0; }
#form-logo { text-align:center }
#formArea form { padding:0; margin:0 }
#formHeader { background-color: #F0F9FF; border-bottom:1px solid #ccc; }
#title { font-size:24px; font-weight:bold; text-align:center;padding:5px;margin:0px; color:#000 }
#languageSel { margin: 0 0 0 5px; text-align:left; padding-bottom:2px }
#languageSel form { padding:0;margin:0 }
#languageSel input { margin-right:1px; padding:0px; border:3px solid #F0F9FF }
#languageSel input.selectedLang { border:3px solid #FFFF00 }
#languageSel input.unSelectedLang:hover { border:3px solid #BFE5FF }
#languageSel input.unSelectedLang { opacity:0.5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) }
#formBody { padding:10px 0 10px 0; background-color:#FFF; text-align:center }

#confirmation { text-align:left;padding:20px 8px; text-align:center; }
#confirmation h3 { text-align:center; color:#000; margin:0; margin-bottom:15px; font-size: 1.4em; color: green; }
#confirmation h3 small { font-size: 0.7em; color: #000; font-weight: normal; margin-top: 0.5em; }
#confirmation div { margin:0 auto 15px auto; font-size:12px; width:100% }
#confirmation a { color:#0000FF }
#confirmation small { width:100%; display:block; color:#0000FF }
#confirmation #title { font-size:24px; font-weight:bold; text-align:center;padding:5px 0;margin:0px; color:#000; background-color:#F0F9FF}
#free_campaign { text-align:center; background-color:#D0E86E; background-color:#FFF; }
#free_campaign p small { color:#666; font-size:11px; }
#free_campaign a img { border:0; }
#free_campaign div { background-color:#D0E86E; padding:0; margin:0 }
#free_campaign p.features { font-size:12px; color:#000; padding:10px 0; margin:0; background-color:#D0E86E; font-weight:bold }

.field { width:95%; padding:12px 3px 12px 3px; text-align:left; margin:auto; border-bottom:1px dashed #bcbcbc }
/*div.field:hover { background-color:#FFFFE0  }*/
.itemTitle { font-size:16px; font-weight:bold; padding:0; margin:0; color:#dc5151 }
.itemSubTitle { font-size:14px; padding:0; margin:0; font-weight:normal; color:#666 }
.itemText { font-size: 12px;}
.fieldItems { margin-top:10px }
.fieldItems span { margin-right:10px }
.fieldItems p { margin:5px 0 0 0; padding:0 }

div.validation-global-error {
  text-align: center;
  font-size: 12px;
  color:#FF0000;
  margin:0;
  margin-bottom: 10px;
  color:#B94A48;
  background:#F2DEDE;
  padding:5px;
}

div.validation-error {
  text-align:left;
  font-size: 12px;
  color:#FF0000;
  margin:0;
  margin-bottom: 10px;
  color:#B94A48;
  background:#F2DEDE;
  padding:5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
div.validation-error img { vertical-align:middle; margin-right:6px }
/*div.validationFailed { background-color:#FFE4E4 }
div.validationFailed:hover { background-color:#FFE4E4 }*/

.validation-error {
	position: relative;
	border: 1px solid #EED3D7;
}
.validation-error:after, .validation-error:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.validation-error:after {
	border-top-color: #EED3D7;
	border-width: 10px;
	left: 10%;
	margin-left: -10px;
}
.validation-error:before {
	border-top-color: #EED3D7;
	border-width: 11px;
	left: 10%;
	margin-left: -11px;
}



.arrayTable { border-collapse:collapse; width:99%; margin-left: 1px; }
.arrayTable td { border:1px solid #dcdcdc;padding:3px; text-align:center }
td.arrayItemCol { width:30%; border-width:0px }
.arrayTable .arrayItemHeader { font-size:12px; text-align:left; width:30%; text-align:left; min-width: 140px; }
.arrayTable .arrayItemHeader.starRatingArray { width: 26%; }
.arrayColHeader { text-align:center;font-size:12px; }

span.required { font-weight:bold; color:#FF0000; margin-left:5px; font-family:verdana }
.textfield {	border:1px inset #dcdcdc; background-color:#fff; width:98%; font-family:helvetica,arial; font-size:12px; padding:3px }

#actionArea { padding:7px }
#actionArea div.left { text-align:left; width:69%; float:left }
#actionArea div.right { text-align:right; width:29%; float:right }

#password { padding:15px 0;margin:0; font-size:12px }

.footer { background-color:#FFF;font-size:14px;padding:0px 0 5px 0; color:#666666; border-top:1px solid #dcdcdc }
.footer small { color:#666 }
.footer img { border-width:0px }
.footer p { padding:0; margin:0 }
.footer p.moto { background-color:#95DB51;color:#FFF; font-size:11px; padding:2px }

.qf-logo { font-size:15px; font-weight:bold; color:#8cc919; font-family:verdana}
.qf-logo span { color:#7f7f7f }

div.disabled { background-color:#FFFFE0; color:#DC5151; font-weight:bold; font-size:18px; padding:5px; border:1px solid #dc5151 }
div.disabled.header { margin:5px }
.alignCenter { text-align:center; margin-left:auto; margin-right:auto }
.field-image { text-align:center }

.top-message, .footer span { background-color:#FFF;color:#000; font-size:11px; padding:4px; }
.top-message span, .footer span { background-color:#FFFFA0 }
.footer div { margin-top: 5px; }
.top-message, .ads { border-bottom: 1px solid #ddd; }

strong.pages { margin:auto; color:#666; font-size:10px; display:block; width:80px; padding:1px; background-color:#FFF; border:1px solid #ccc; margin-top:5px; position:relative; z-index:1; }
div.graph { position:absolute; background-color:#DAF1C2; top:0px; left:0px; z-index:-1; font-size:10px; padding:1px; }

div.container {
  overflow-x:auto;
  width: 100%;
}

div.fixed {
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;

}
div.header table {
  width: 96%;
}
div.fixed .body .header {
  display: none;
}

table td.headerRow {
  width: 28%;
}

#disabled-message {
  position: absolute;
  top: 150px;
  left: 0px;
  width: 50%;
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  margin-left: 25%;
  z-index: 99;
  background: #DC5151;
  color: #FFF;
  box-shadow: 2px 2px 6px #777;
  -webkit-box-shadow: 2px 2px 6px #777;
  -moz-box-shadow: 2px 2px 6px #777;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction= 0, Strength=4)progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction= 90, Strength=4)  progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction= 180, Strength=4)progid:DXImageTransform.Microsoft.Shadow(color='#333333', Direction= 270, Strength=4)";  /* IE8 */

}

#overlayshow { position:fixed;top:0;left:0;width:100%;height:100%;background-color:#F5F5F5; opacity:0.4;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40)
  }

h2.responses {
  margin: auto;
  padding: 5px 0;
  background: #EEE;
  width:452px;
  margin-top: 1em;
  font-size: 16px;
}

div.print, div.print-nav {
  position: fixed;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  padding: 1em;

}
div.print-nav a {
  margin: .5em 0;
}

#formArea { margin:15px auto 15px auto;width:800px; border: 0; border-top: 0; border: 1px solid #ccc; }
#actionArea { display: none; }
div.field { page-break-inside: avoid; }
div.entry { page-break-after: always; }
div.meta { margin:0 auto; width: 800px; font-size:0.8em; padding-top: 5px; }
div.meta span { background: yellow; padding: 5px; display:inline }
div.print,div.print-nav { display: none}
#disabled-message { display: none; }
#overlayshow { display: none; }

