html{min-width: 320px; max-width:740px;margin-left:auto; margin-right:auto;}
body{font-family:verdana,arial,helvetica,sans-serif;font-size:12px;max-width:95%; color:#333; background-color:white; margin-left:auto; margin-right:auto;}

div#header {margin:2em 0 2em 0; text-align:center;}
div#header img {max-width: 100%; max-height: 20em;}

div.content-block {background-color:#f8f8f8; padding:5px 6% 10px 6%; border:solid #ccc 1px;margin:15px 0 15px 0;box-shadow: 0px 6px 16px -7px #aaa;}
div.content-block h1 {font-size:133%; color: #222;text-align: center; margin-bottom: 0.7em;}
div.content-block div.required {color:red;}
div.content-block div.question {margin:15px 0 10px 25px;}
div.content-block div.question div.text span.required {color:red;}

div.content-block div.required {color:red;}
div.content-block div.error {color:red;}

div#button_bar{margin: 83.3% 0 10px 0; text-align:center;} 

div#footer {font-size:83.3%; color:#999; text-align:center;margin:3em 0 3em 0;}
div#footer a:link { color: #999999; text-decoration: underline; }
div#footer a:visited { color: #999999; text-decoration: underline; }
div#footer a:active { color: #f2aa3e; text-decoration: underline; }
div#footer a:hover { color: #f2aa3e; text-decoration: underline; }

#anon_form .terms_section {margin-top: 2em;}

div#connecting {text-align:center;}
div#connecting h1{font-size:180%;}

.internal_submit_section { margin-top: 0.7em; }

input[type="submit"] {
  -moz-border-radius:    6px;
  -webkit-border-radius: 6px;
  border-radius:         6px;
  border-color: #3B94CC;
  border-width: 1px;
  border-style: solid;
  padding: 0.3em 15px;
  font-size: 18px;
  color: white;
  margin-top: 1em;

  background-color: #025797;
  background: -moz-linear-gradient(top,  #59a8e5 0%, #025797 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#59a8e5), color-stop(100%,#025797)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #59a8e5 0%,#025797 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #59a8e5 0%,#025797 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #59a8e5 0%,#025797 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #59a8e5 0%,#025797 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59a8e5', endColorstr='#025797',GradientType=0 ); /* IE6-9 */
}

input[type="submit"]:hover {

  background: #0381e1; /* Old browsers */
  background: -moz-linear-gradient(top,  #7cbaea 0%, #0381e1 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cbaea), color-stop(100%,#0381e1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7cbaea 0%,#0381e1 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7cbaea 0%,#0381e1 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7cbaea 0%,#0381e1 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #7cbaea 0%,#0381e1 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cbaea', endColorstr='#0381e1',GradientType=0 ); /* IE6-9 */
}

@media (max-height: 480px) {
  body {font-size: 11px;}
  div#header img {max-height: 10em;}
  div#header {margin:1em 0 1em 0;}
  #anon_form .terms_section {margin-top: 1em;}
  input[type="submit"] {margin-top: 0.5em;}
  div#footer {margin:1.5em 0 1.5em 0;}
}

@media (max-width: 600px) {
  .question_input select { width: 100%; }
}
