body{
  background: #01080E;
  margin:0px;
}

.header{
  background: url(images/head_bg.jpg) no-repeat center;
  background-size: 100%;
  height: 214px;
}

.bg{
  background: url(images/main_bg.jpg) repeat-x top;
  height: 100%;
}

.footer{
  background: url(images/foot_bg.jpg) repeat-x;
  height: 24px;
}

span{
  color: #DDEEFF;
  font-family: verdana;
  font-weight: bold;
  font-size: 12;
}

.windowtitle{
  background: url(images/box_top_bg.jpg) repeat-x;
  color: #DDEEFF;
  font-family: verdana;
  font-weight: bold;
  font-size: 12;
  padding-left: 6px;
  border-bottom: 1px solid #1D5995;
  cursor: move;
  width: 100%;
}

.windowbody{
  background: url(images/box_bg.jpg) no-repeat #01080E bottom right;
  color: #97AECA;
  font-family: verdana;
  font-weight: normal;
  font-size: 12;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
  padding-bottom: 1px;
  height: 94px;
  text-align: left;
  vertical-align: top;
}

.topbar{
  padding-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
  width: 33%;
}

.window{
  position: absolute;
  z-index:1;
  border: 1px solid #1D5995;
}

input{
  border: 1px solid #1D5995;
  background: url(images/trans.png) repeat;
  color: #97AECA;
}

textarea{
  border: 0px;
  background: url(images/trans.png) repeat;
  color: #97AECA;
}

button{
  border: 1px solid #1D5995;
  background: #12191F;
  color: #97AECA;
}

a:link{
  color: #38A8FF;
  font-family: verdana;
  font-weight: normal;
  font-size: 12;
}
a:visited{
  color: #970A06;
  font-family: verdana;
  font-weight: normal;
  font-size: 12;
}
a:active{
  color: #78D9FE;
  font-family: verdana;
  font-weight: normal;
  font-size: 12;
}
a:hover{
  color: #78D9FE;
  font-family: verdana;
  font-weight: normal;
  font-size: 12;
}