body {
font-family: "MS PGothic", "Arial";
background-color: #000;
color: #fff;
}
#header {
background: linear-gradient(#00F 0%, #00007c 60%);
font-family: "MS PGothic", "Arial";
}
#hSub {
background: linear-gradient(#111 0%, #222 60%);
font-family: "MS PGothic", "Arial";
top: 33px;
}
.boxHead {
background: linear-gradient(#777 0%, #222 60%);
font-family: "MS PGothic", "Arial";
}
.rightHead {
background: linear-gradient(#700 0%, #200 60%);
color: #fff;
}
.tableRight {
background: #222;
font-family: "MS PGothic", "Arial";
}
.tableLeft {
background: #444;
}
h4{
color: #f00;
border-bottom: 1px solid #F00;
padding: 3px;
}
.extended{
border: 1px dashed #f00;
}
button {
  background: linear-gradient(#535353 0%, #000 60%) !important;  
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 1px #FFFFFF;
  padding: 3px;
}
button:hover {
  background: linear-gradient(#777 0%, #000000 60%) !important; 
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 3px #FFFFFF;
  padding: 3px;
}
button:active {
  background: linear-gradient(#000 0%, #535353 60%) !important;  
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 1px #FFFFFF;
  padding: 3px;
}
input {
  background: linear-gradient(#535353 0%, #000 60%) !important;  
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 1px #FFFFFF;
  padding: 3px;
}
input:hover {
  background: linear-gradient(#777 0%, #000000 60%) !important; 
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 3px #FFFFFF;
  padding: 3px;
}
input:active {
  background: linear-gradient(#000 0%, #535353 60%) !important;  
  color: #FFF !important;
  border: 1px solid #ffffff !important;
  border-radius: 3px !important;    
  box-shadow: 0px 0px 1px #FFFFFF;
  padding: 3px;
}
textarea, textarea:focus{
  color: #fff;
  border:1px solid #00f;
  background: linear-gradient(#555 0%, #111 60%);
}
.credo {
 background: linear-gradient(#555 0%, #111 60%);
}