html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1em;
  font-family: inherit;
  line-height: 1em; }

input, select, textarea {
  font-family: inherit;
  font-size: inherit; }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

body {
  background-color: #000;
  font-family: arial, sans-serif;
  color: #fff;
  background-image: url(/images/tc_bg.gif); }

a {
  color: #ffc21d;
  text-decoration: underline;
  cursor: pointer; }

a:hover {
  color: #262626; }

h1, h2, h3, h4, h5, label {
  font-weight: normal;
  font-family: 'Arial Black', sans-serif;
  letter-spacing: -1px;
  font-size: 1.3em;
  display: block; }

h1, label {
  color: #ffc21d; }

h2 {
  font-family: Arial, sans-serif;
  letter-spacing: 0px;
  color: #bbbbbb;
  margin-top: 40px; }

h3 {
  color: #1d1d1d;
  font-size: 2.5em; }

label {
  text-transform: lowercase; }
  label span {
    font-size: .65em;
    color: #bbbbbb;
    font-family: Arial, sans-serif;
    letter-spacing: normal; }

input, select, textarea {
  font-size: 1.3em;
  border: none;
  width: 100%;
  background-color: #333333;
  color: #fff; }

.submit_button_wr {
  text-align: center;
  position: relative;
  margin-top: 40px; }

.submit_button {
  width: auto;
  cursor: pointer;
  color: #ffc21d;
  background-color: #111111;
  border: 1px solid;
  border-color: #262626;
  font-family: 'Arial Black', sans-serif;
  letter-spacing: -1px;
  font-size: 1.3em;
  padding: 10px 15px; }

.submit_button:hover {
  border-color: #bbbbbb;
  color: #fff; }

.content {
  position: relative;
  padding: 10px;
  margin: 15px 0 30px 0;
  line-height: 1.25em; }
  .content p {
    line-height: 1.5em;
    margin-bottom: 15px; }

.clear {
  clear: both;
  float: none; }

.mainwr {
  width: 980px;
  padding-top: 20px;
  position: relative;
  margin: auto; }

.cornerbox {
  position: relative;
  background-image: url(/images/tc_bg_content_box.gif);
  background-repeat: repeat-x;
  background-color: #000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px; }

.cornerbox_content {
  position: relative;
  padding: 0 30px 30px; }

.small_buttons {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(/images/tc_bg_splash_nav_button_small.png);
  background-repeat: repeat-x;
  background-color: #000;
  border: 2px solid #111;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  text-align: center; }

.small_buttons:hover {
  border-color: #bbbbbb; }

.input_box {
  background-color: #333333;
  margin: 5px 0 20px 0;
  width: 375px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative; }
  .input_box .content {
    padding: 10px;
    margin: 0; }

.input_checkbox {
  display: inline;
  width: 15px;
  background-color: transparent; }

.logged_in {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: .8em; }
  .logged_in li {
    float: left;
    text-align: right;
    margin-left: 25px;
    line-height: 1.5em; }
  .logged_in span {
    color: #bbbbbb; }

#splash_nav h1 {
  position: relative;
  text-align: center;
  font-size: 36px;
  margin: 10px 0; }
  #splash_nav h1 span {
    font-size: 24px;
    color: #bbbbbb; }
#splash_nav ul {
  position: relative;
  padding-left: 230px; }
#splash_nav li {
  float: left; }
#splash_nav a {
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(/images/tc_bg_splash_nav_button.png);
  background-repeat: repeat-x;
  background-color: #000;
  border: 3px solid #111;
  margin: 0 20px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  text-decoration: none;
  text-align: center; }
#splash_nav a:hover {
  border-color: #bbbbbb; }
  #splash_nav a:hover h1 {
    color: #bbbbbb; }
#splash_nav .splash_nav_icon {
  margin-top: 15px; }

#message .message_left {
  float: left;
  position: relative;
  width: 55%; }
#message p {
  margin-top: 20px; }
  #message p label {
    margin-bottom: 5px; }
#message .message_right {
  float: right;
  position: relative;
  width: 40%; }
#message .input_box {
  width: auto; }
#message textarea {
  height: 150px;
  overflow: hidden; }
#message #count {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 10px; }
#message .submit_button {
  padding-left: 55px;
  background-image: url(/images/tc_bg_submit_encrypt.gif);
  background-repeat: no-repeat;
  background-position: 15px 6px; }

#decrypt .input_box {
  width: auto; }
#decrypt p {
  margin-top: 10px; }
#decrypt .submit_button {
  padding-left: 65px;
  background-image: url(/images/tc_bg_submit_decrypt.gif);
  background-repeat: no-repeat;
  background-position: 10px 19px; }

#updates .other {
  width: auto;
  background-color: transparent;
  font-size: .6em;
  color: #262626; }
  #updates .other p {
    font-size: .7em;
    color: #262626;
    text-align: right;
    margin: 15px 0 0 0; }
  #updates .other a {
    color: #bbbbbb; }
  #updates .other .content {
    padding: 0; }
#updates .cryptwit {
  width: auto;
  background-color: #111111; }
  #updates .cryptwit .content {
    color: #bbbbbb; }
  #updates .cryptwit p {
    font-size: .7em;
    color: #262626;
    text-align: right;
    margin: 15px 0 0 0; }
#updates li {
  float: left;
  margin: 0 15px; }
#updates .raw, #updates .text {
  width: 100%;
  position: relative; }
#updates .small_buttons {
  font-size: .9em; }
  #updates .small_buttons h1 {
    margin-top: 22px; }

#footer {
  color: #ffc21d;
  font-size: .6em;
  margin-bottom: 55px; }
  #footer #icon img {
    margin-bottom: -7px; }
  #footer span {
    margin-left: 25px; }

.notice {
  text-align: center; }

#preview_text {
  overflow: hidden; }
