body {
  background-color: #CCCCCC;
}

iframe.hidden {
  display: none;
}

a:link {
  color: #2D6CC0;
  font-weight: bold;
}

a:visited {
  color: #003066;
  font-weight: bold;
}

div#content {
  width: 960px;
  border: 1px solid #000000;
  margin: 0 auto;
  padding: 1px 0;
  background-color: #FFFFFF;
  font-family: Arial, "Helvetica Neue", Helvetica, "Liberation Sans", sans-serif;
  text-align: center;
  color: #444444;
}

h3 {
  font-size: 1.5em;
  color: #2D6CC0;
}

h4 {
  font-size: 1.2em;
  color: #666666;
}

p.alert {
  font-weight: bold;
  color: #FF0000;
}

p.success {
  font-size: 2em;
  font-weight: bold;
  color: #00AA00;
}

input.input_password {
  margin: 25px auto;
  font-size: 24px;
  /*width: 400px;*/
  width: 250px;
  /*display: block;*/
  border: 1px solid #999;
  height: 32px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

input.input_button {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #003066;
  padding: 9px 18px;
  text-decoration: none;
  background-color: #2D6CC0;
  color: #FFFFFF;
  display: inline-block;
}

input.input_button:hover {
  background-color: #003066;
}

.css_btn_class {
  font-size: 16px;
  font-weight: normal;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #003066;
  padding: 9px 18px;
  text-decoration: none;
  background-color: #2D6CC0;
  color: #FFFFFF;
  display: inline-block;
}

a.css_btn_class {
  color: #FFFFFF;
  font-weight: normal;
}

.css_btn_class:hover {
  background-color: #003066;
}

.css_btn_class:active {
  position: relative;
  top: 1px;
}

@-webkit-keyframes hideit {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes hideit {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes hideit {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes hideit {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#hidden_login_button {
  -webkit-animation: hideit 4s steps(1) 1; /* Safari 4+ */
  -moz-animation:    hideit 4s steps(1) 1; /* Fx 5+ */
  -o-animation:      hideit 4s steps(1) 1; /* Opera 12+ */
  animation:         hideit 4s steps(1) 1; /* IE 10+, Fx 29+ */
}

#signout_button {
  border: 1px solid #000000;
  background-color: #CC0000;
}

#signout_button:hover {
  background-color: #990000;
}

#cancel_button {
  border: 1px solid #000000;
  background-color: #666666;
}

#cancel_button:hover {
  background-color: #555555;
}

#hidden_close_button {
  font-size: 78px;
  padding: 36px 72px;
  border: 5px solid #000000;
  background-color: #CC0000;
  -webkit-animation: hideit 4s steps(1) 1; /* Safari 4+ */
  -moz-animation:    hideit 4s steps(1) 1; /* Fx 5+ */
  -o-animation:      hideit 4s steps(1) 1; /* Opera 12+ */
  animation:         hideit 4s steps(1) 1; /* IE 10+, Fx 29+ */
}

#hidden_close_button:hover {
  background-color: #990000;
}

#hidden_close_button:active {
  position: relative;
  top: 5px;
}
