
/* CSS Document */

p {
  margin-bottom: 10px;
  line-height: 1.5em; }

ul {
  margin: 0;
  padding: 0 0 8px 0;
  list-style: none;
  padding: 0 0 16px 40px; }
  ul.bulleted {
    list-style: disc;
    padding: 0 0 10px 32px; }

blockquote {
  margin: 24px 40px;
  padding: 0; }

strong {
  font-weight: bold; }

small {
  font-size: 0.85em; }

a {
  color: #006699;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.hiddenPic {display:none;}

html {
  height: 100%; }

body {
  height: 100%;
  min-height: 610px;
  margin: 0px;
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
  position: relative;
  line-height: 1.2em;
  background-color: #FFFFFF; }

a {
  font-size: 11px; }

.centered {
  position: absolute;
  top: 40%;
  left: 50%; }

.header {
  width: 100%;
  background-color: #ddefff;
  background-repeat: repeat-x; }

.column {
  width: 327px;
  margin-left: -163px; }

.logo {
  height: 42px;
  margin-left: 13px;
  margin-top: 20px;
  background-image: url(/images/logo.png);
  background-repeat: no-repeat; }

.remember_me_field {
  float: left;
  margin-top: 8px; }

input[type=text], textarea, input[type=password] {
  border: 2px solid #a8a8a8;
  font-family: inherit;
  padding: 3px;
  width: 254px;
  margin-right: 4px; }
  input[type=text].hint, textarea.hint, input[type=password].hint {
    color: #999999; }
  input[type=text].error, textarea.error, input[type=password].error {
    border-color: red; }

label {
  font-size: 85%; }

.field {
  margin-top: 5px; }

.title_graphic {
  width: 421px;
  height: 20px;
  margin-top: 10px;
  margin-left: 14px;
}

.frame_panel {
  width: 327px;
  height: 275px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  background-repeat: no-repeat; }
  .frame_panel .gistsubmit {
    margin-right: 70px; }

.frame_panel_tall {
  width: 263px;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 34px; }
  
.frame_panel_mini {
  width: 263px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 34px;
  background-image: url("/images/frame_mini.png");
  background-repeat: no-repeat; }
   
.frame_panel_mid {
  width: 350px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 34px;
  background-image: url("/images/frame_mid.png");
  background-repeat: no-repeat; } 
  
.frame_panel_short {
  width: 263px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 34px;
  background-image: url("/images/frame_short.png");
  background-repeat: no-repeat; }
  
.frame_panel_long {
  width: 350px;
  height: 225px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 34px;
  background-image: url("/images/frame_long.png");
  background-repeat: no-repeat; }
  
.frame_panel_shortest {
  width: 327px;
  height: 108px;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 30px;
  background-repeat: no-repeat; }

.create_account {
  padding-top: 10px;
  padding-bottom: 10px; }

.para {
  padding-bottom: 20px; }

.icon_para {
  margin-left: 60px;
  padding-bottom: 10px; }

.survey {
  line-height: 1.5em;
  font-size: 12px; }
  .survey .para_title {
    margin-bottom: 5px; }
  .survey .para {
    padding-bottom: 20px; }
  .survey .question {
    padding-top: 10px; }
    .survey .question .icon_para {
      margin-left: 30px;
      padding-bottom: 10px; }
  .survey a {
    font-size: 12px; }

.intro {
  padding: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px; }

.frame {
  min-width: 333px; }
  .frame .frame_top {
    height: 119px;
    padding-top: 12px;
    position: relative; }
    .frame .frame_top .corners_left, .frame .frame_top .corners_right {
      position: absolute;
      width: 156px;
      height: 119px; }
    .frame .frame_top .corners_left {
      top: 0;
      left: 0; }
    .frame .frame_top .corners_right {
      top: 0;
      right: 0; }
    .frame .frame_top .inner {
      height: 82px;
      margin: 0 30px;
      position: relative;
      z-index: 101; }
      .frame .frame_top .inner h2 {
        padding-top: 45px;
        padding-left: 12px;
        padding-bottom: 5px;
        font-size: 18px;
        color: white;
        font-family: Verdana;
        font-weight: bold; }
  .frame .frame_content {
    background-color: white;
    margin: -37px 22px 0px 22px;
    padding: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 100001;
    min-height: 79px; }
  .frame .frame_bottom {
    height: 119px;
    position: relative;
    margin-top: -99px; }
    .frame .frame_bottom .corners_left, .frame .frame_bottom .corners_right {
      position: absolute;
      width: 191px;
      height: 119px; }
    .frame .frame_bottom .corners_left {
      bottom: 0;
      left: 3px; }
    .frame .frame_bottom .corners_right {
      bottom: 0;
      right: 3px; }
    .frame .frame_bottom .inner {
      background-color: white;
      height: 106px;
      margin: 0 30px; }

.flash_boxes > p {
  margin-left: 20px;
  width: 226px; }

.flash_boxes {
  margin: 0;
  line-height: 1.25em;
  color: #333333;
  font-family: Verdana;
  font-size: 12px; }
  .flash_boxes a {
    color: #006699;
    white-space: nowrap; }
    .flash_boxes a:hover {
      text-decoration: underline; }
  .flash_boxes em {
    font-style: normal;
    font-weight: bold; }
  .flash_boxes > p, .flash_boxes > div {
    padding: 10px 0 10px 36px;
    background-color: #ffcccc;
    border: 1px solid #E38888}
    .flash_boxes > p strong, .flash_boxes > div strong {
      font-weight: bold;
      display: block; }
  .flash_boxes dt {
    margin-top: 10px; }
  .flash_boxes .notice, .flash_boxes .error, .flash_boxes .prompt {
    background-repeat: no-repeat;
    background-position: 10px 13px;
    padding-right: 10px; }
    
    .flash_boxes .prompt .text, .flash_boxes .info .text {
      color: #666666; }

