.debug {
  border: 1px solid red;
}
* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 100.01%;
  height:100%;
}
body {
  background: #b9b9b9;
  font-size: 62.5%;
  font-family: "MS Sans Serif", Geneva, sans-serif;
  height: 100%;
}
a {
  color: #c0cbf3;
  border:none;
  outline:none;
  text-decoration: none;
}
a:hover {
  text-decoration:underline;
}
img {
  border:none;
  outline:none;
  behavior:url("pngbehavior.htc");
}
p {
  color: #c4c4c4;
  padding-bottom: 15px;
}
div#centered {
  border-top:1px solid #7180a6;
  background:transparent url(../images/bg-light.png) no-repeat scroll center top;
  height:600px;
}
div#container {
  background: #b9b9b9 url(../images/bg-diagonal.gif) repeat scroll;
  height: 100%;
  text-align: center;
  width: 100%;
  border-top:10px solid #0e1b34;
}
div#containerblock {
}
.textarea {
  float:right;
  font-family:Trebuchet MS, "Helvetica Neue", Helvetica, Arial;
  border-left:1px solid #4b5164;
  margin-left:25px;
  padding-left:25px;
  line-height:22px;
  text-align:left;
  width:477px;
  font-size:14px;
  color:#e5eaff;
}

.textarea_header {
  text-transform:uppercase;
}

.textarea h1 {
  color:#9299af;
  font-size:18px;
  font-family:Trebuchet MS, Arial, Helvetica;
  margin-bottom:10px;
  font-weight:normal;
}
div#content {
  margin-top:100px;
}
div.block {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 120%;
  line-height: 140%;
  margin-bottom: 6px;
}
div.block_center {
  width: 800px;
}
div.block_header {
  margin-bottom: 15px;
}
div#footer {
  color: #ffffff;
  font-size: 100%;
  margin-top:45px;
  line-height:18px;
}
#searchsubmit {
  border:none;
  margin:-3px 10px 0px;
  font-family:TrebuchetMS, Helvetica Neue, Helvetica, "Trebuchet MS", Arial, Sans-Serif;
  font-size:16px;
  color:#FFFFFF;
  width:184px;
  height:28px;
  background:transparent url(../images/updatebutton.png) no-repeat;
}
#searchsubmit:hover {
  cursor:pointer;
  color:#fffe84;
}
.searchsubmit-button {
  font-family: Trebuchet MS, Verdanna, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 184px;
  height: 28px;
  background:url(../images/updatebutton.png) no-repeat;
  background-color: transparent;
  border-style: none;
  color: #000;
  margin:0px 0px 0px 15px;
}
.searchsubmit-buttonover {
  font-family: Trebuchet MS, Verdanna, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 184px;
  height: 28px;
  background:url(../images/updatebutton-hover.png) no-repeat;
  background-color: transparent;
  border-style: none;
  color: #999;
  cursor:pointer;
  margin:0px 0px 0px 15px;
}
input {
  border:none;
  color:#cad5ff;
  background:#515976;
  font-family:Trebuchet MS, "Helvetica Neue", Helvetica, Arial;
  font-size:12px;
  padding:7px;
  vertical-align:middle;
  width: 200px;
  margin:0px;
}
.search {
  width:214px;
  float:left;
}
